diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/index.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/index.mdx index 1104b39f04c..050d78ba155 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/index.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/index.mdx @@ -3,6 +3,7 @@ title: "Release notes" redirects: - ../01_whats_new/ navigation: + - mtk_55100_rel_notes - mtk_5590_rel_notes - mtk_5580_rel_notes - mtk_5570_rel_notes @@ -23,6 +24,7 @@ The Migration Toolkit documentation describes the latest version of Migration To | Version | Release Date | |---------------------------------|--------------| +| [55.10.0](mtk_55100_rel_notes) | 20 Nov 2024 | | [55.9.0](mtk_5590_rel_notes) | 21 Aug 2024 | | [55.8.0](mtk_5580_rel_notes) | 16 May 2024 | | [55.7.0](mtk_5570_rel_notes) | 13 Dec 2023 | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_55100_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_55100_rel_notes.mdx new file mode 100644 index 00000000000..5ad5c4df96a --- /dev/null +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/mtk_55100_rel_notes.mdx @@ -0,0 +1,17 @@ +--- +title: "Migration Toolkit 55.10.0 release notes" +navTitle: Version 55.10.0 +--- + +Released: 20 Nov 2024 + +New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.10.0 include: + +| Type | Description | Ticket | +|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------| +| Enhancement | Migration Toolkit now supports PostgreSQL version 17 and EDB Postgres Advanced Server version 17 both as a source and target database. | | +| Enhancement | Improved the handling and consistency in migrating virtual columns across different source and target database combinations.
You can now choose whether to migrate virtual columns as virtual columns or map them to regular columns in the target. See [mapVirtualToRegular](../07_invoking_mtk/08_mtk_command_options/#-mapvirtualtoregular) for more information. | #38897 | +| Bug fix | Fixed an issue that caused synonyms from all source schemas to be migrated even when only one schema was selected for migration. | #41178 | +| Bug fix | Fixed an issue where the MySQL column type `BIGINT AUTO_INCREMENT` is not mapped to the `BIGSERIAL` column type in the target PostgreSQL/EDB Postgres Advanced Server table. | | +| Bug fix | Fixed the issue where migration fails in parallel mode for a table with a primary key based on the float data type. | | +| Bug fix | Fixed an issue where the indexes are skipped from migration when multiple tables are selected for a source MySQL database. | |