From 731f483db0715705ffd5f5df160ac79b01533b5b Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 4 Jan 2022 15:29:12 -0500 Subject: [PATCH 1/3] release notes for MTK 55.2.1 release --- .../migration_toolkit/54/mtk_rel_notes/index.mdx | 4 ++-- .../55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx | 14 ++++++++++++++ .../55/mtk_rel_notes/07_mkt_552_rel_notes.mdx | 13 +++++++------ .../migration_toolkit/55/mtk_rel_notes/index.mdx | 7 ++++--- 4 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx diff --git a/product_docs/docs/migration_toolkit/54/mtk_rel_notes/index.mdx b/product_docs/docs/migration_toolkit/54/mtk_rel_notes/index.mdx index fc155381b95..56dfd24e70a 100644 --- a/product_docs/docs/migration_toolkit/54/mtk_rel_notes/index.mdx +++ b/product_docs/docs/migration_toolkit/54/mtk_rel_notes/index.mdx @@ -8,6 +8,6 @@ The Migration Toolkit documentation describes the latest version of Migration To | Version | Release Date | | ------- | ------------ | -| [54.0.1](08_mkt_5401_rel_notes) | 30 Apr 2021 | -| [54.0.0](09_mkt_54_rel_notes) | 5 Nov 2020 | +| [54.0.1](08_mkt_5401_rel_notes) | 2021 Apr 30 | +| [54.0.0](09_mkt_54_rel_notes) | 2020 Nov 5 | diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx new file mode 100644 index 00000000000..c2617e50804 --- /dev/null +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx @@ -0,0 +1,14 @@ +--- +title: "Version 55.2.0" +--- + +New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.2.0 include: + +| Type | Description | +| ---- |------------ | +| Enhancement | Migration Toolkit is certified to support PostgreSQL 14.| +| Enhancement | Added support for EPAS 14, which includes some of the new Oracle compatibility features.| +| Enhancement| Partition tables with the LIST BY PARTITION clause followed by the AUTOMATIC keyword can now be migrated to target EPAS 13 and 14 databases.| +| Enhancement | Migration Toolkit now successfully migrates partition tables with the SUBPARTITION TEMPLATE clause to target EPAS 14 databases.| +| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand users.| +| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand partitions.| diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx index c2617e50804..ba9662005f4 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx @@ -6,9 +6,10 @@ New features, enhancements, bug fixes, and other changes in Migration Toolkit 55 | Type | Description | | ---- |------------ | -| Enhancement | Migration Toolkit is certified to support PostgreSQL 14.| -| Enhancement | Added support for EPAS 14, which includes some of the new Oracle compatibility features.| -| Enhancement| Partition tables with the LIST BY PARTITION clause followed by the AUTOMATIC keyword can now be migrated to target EPAS 13 and 14 databases.| -| Enhancement | Migration Toolkit now successfully migrates partition tables with the SUBPARTITION TEMPLATE clause to target EPAS 14 databases.| -| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand users.| -| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand partitions.| +| Security Fix | The Migration Toolkit logging is now based on log4j 2.17.1. Previously it had been based on log4j v1. This change removes the vulnerabilities reported against log4j v1 and also ensures that the RCE vulnerabilities discovered and reported against older versions of log4j v2 are bypassed.| +| Bug Fix | Custom column type mapping is fixed from Oracle RAW type to PostgreSQL/Postgres Plus Advanced Server UUID type. | +| Bug Fix | `-loaderCount` parameter is disallowed for Sybase, MySQL, and SQL Server databases. + | +| Bug Fix | Fixed duplicate index name issue while migrating from MySQL to PostgreSQL. | +| Bug Fix | Replace executeQuery with executeUpdate for the query executed on MySQL that is not returning a resultset.| + 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 c9e2cddb9ed..8bc7d2da25f 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 @@ -8,7 +8,8 @@ The Migration Toolkit documentation describes the latest version of Migration To | Version | Release Date | | ------- | ------------ | -| [55.2.0](07_mkt_552_rel_notes) | 2 Dec 2021 | -| [55.1.0](08_mkt_551_rel_notes) | 20 Sep 2021 | -| [55.0.0](09_mkt_55_rel_notes) | 19 Mar 2020 | +| [55.2.1](06_mkt_5521_rel_notes) | 2022 Jan 7 | +| [55.2.0](07_mkt_552_rel_notes) | 2021 Dec 2 | +| [55.1.0](08_mkt_551_rel_notes) | 2021 Sep 20 | +| [55.0.0](09_mkt_55_rel_notes) | 2021 Mar 19 | From 5080a9c299d7a2420467e0fe0cfbbd8a407a0773 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 4 Jan 2022 16:27:18 -0500 Subject: [PATCH 2/3] fixed rel notes --- .../55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx | 17 +++++++++-------- .../55/mtk_rel_notes/07_mkt_552_rel_notes.mdx | 13 ++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx index c2617e50804..b5f222047ef 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx @@ -1,14 +1,15 @@ --- -title: "Version 55.2.0" +title: "Version 55.2.1" --- -New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.2.0 include: +New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.2.1 include: | Type | Description | | ---- |------------ | -| Enhancement | Migration Toolkit is certified to support PostgreSQL 14.| -| Enhancement | Added support for EPAS 14, which includes some of the new Oracle compatibility features.| -| Enhancement| Partition tables with the LIST BY PARTITION clause followed by the AUTOMATIC keyword can now be migrated to target EPAS 13 and 14 databases.| -| Enhancement | Migration Toolkit now successfully migrates partition tables with the SUBPARTITION TEMPLATE clause to target EPAS 14 databases.| -| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand users.| -| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand partitions.| +| Security Fix | The Migration Toolkit logging is now based on log4j 2.17.1. Previously it had been based on log4j v1. This change removes the vulnerabilities reported against log4j v1 and also ensures that the RCE vulnerabilities discovered and reported against older versions of log4j v2 are bypassed.| +| Bug Fix | Custom column type mapping is fixed from Oracle RAW type to PostgreSQL/Postgres Plus Advanced Server UUID type. | +| Bug Fix | `-loaderCount` parameter is disallowed for Sybase, MySQL, and SQL Server databases. + | +| Bug Fix | Fixed duplicate index name issue while migrating from MySQL to PostgreSQL. | +| Bug Fix | Replace executeQuery with executeUpdate for the query executed on MySQL that is not returning a resultset.| + diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx index ba9662005f4..1a2ba6ff16d 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/07_mkt_552_rel_notes.mdx @@ -6,10 +6,9 @@ New features, enhancements, bug fixes, and other changes in Migration Toolkit 55 | Type | Description | | ---- |------------ | -| Security Fix | The Migration Toolkit logging is now based on log4j 2.17.1. Previously it had been based on log4j v1. This change removes the vulnerabilities reported against log4j v1 and also ensures that the RCE vulnerabilities discovered and reported against older versions of log4j v2 are bypassed.| -| Bug Fix | Custom column type mapping is fixed from Oracle RAW type to PostgreSQL/Postgres Plus Advanced Server UUID type. | -| Bug Fix | `-loaderCount` parameter is disallowed for Sybase, MySQL, and SQL Server databases. - | -| Bug Fix | Fixed duplicate index name issue while migrating from MySQL to PostgreSQL. | -| Bug Fix | Replace executeQuery with executeUpdate for the query executed on MySQL that is not returning a resultset.| - +| Enhancement | Migration Toolkit is certified to support PostgreSQL 14.| +| Enhancement | Added support for EPAS 14, which includes some of the new Oracle compatibility features.| +| Enhancement| Partition tables with the LIST BY PARTITION clause followed by the AUTOMATIC keyword can now be migrated to target EPAS 13 and 14 databases.| +| Enhancement | Migration Toolkit now successfully migrates partition tables with the SUBPARTITION TEMPLATE clause to target EPAS 14 databases.| +| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand users.| +| Bug Fix | Fixed the ORA-01795 issue to allow successful migration of more than a thousand partitions.| \ No newline at end of file From a4ae4f36171da16d2ca0cf6f9660413195a83803 Mon Sep 17 00:00:00 2001 From: Moiz Nalwalla Date: Thu, 13 Jan 2022 17:07:52 +0530 Subject: [PATCH 3/3] Updated the release date to Jan 13. --- .../55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx | 2 +- product_docs/docs/migration_toolkit/55/mtk_rel_notes/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx index b5f222047ef..665d8fedc97 100644 --- a/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx +++ b/product_docs/docs/migration_toolkit/55/mtk_rel_notes/06_mkt_5521_rel_notes.mdx @@ -6,7 +6,7 @@ New features, enhancements, bug fixes, and other changes in Migration Toolkit 55 | Type | Description | | ---- |------------ | -| Security Fix | The Migration Toolkit logging is now based on log4j 2.17.1. Previously it had been based on log4j v1. This change removes the vulnerabilities reported against log4j v1 and also ensures that the RCE vulnerabilities discovered and reported against older versions of log4j v2 are bypassed.| +| Security Fix | The Migration Toolkit logging is now based on log4j 2.17.1. Previously, it had been based on log4j v1. This change removes the vulnerabilities reported against log4j v1 and ensures that the RCE vulnerabilities discovered and reported against older versions of log4j v2 are bypassed.| | Bug Fix | Custom column type mapping is fixed from Oracle RAW type to PostgreSQL/Postgres Plus Advanced Server UUID type. | | Bug Fix | `-loaderCount` parameter is disallowed for Sybase, MySQL, and SQL Server databases. | 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 8bc7d2da25f..b8d6b2d6009 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 @@ -8,7 +8,7 @@ The Migration Toolkit documentation describes the latest version of Migration To | Version | Release Date | | ------- | ------------ | -| [55.2.1](06_mkt_5521_rel_notes) | 2022 Jan 7 | +| [55.2.1](06_mkt_5521_rel_notes) | 2022 Jan 13 | | [55.2.0](07_mkt_552_rel_notes) | 2021 Dec 2 | | [55.1.0](08_mkt_551_rel_notes) | 2021 Sep 20 | | [55.0.0](09_mkt_55_rel_notes) | 2021 Mar 19 |