diff --git a/product/en/docs-mdb/v2.0/releases/release-2.0.md b/product/en/docs-mdb/v2.0/releases/release-2.0.md index 1030ffd8b8641c2462471deb73f3798bc0208cb7..60068008d3dc47a8b5118aaffe7aaa88f6d71ef0 100644 --- a/product/en/docs-mdb/v2.0/releases/release-2.0.md +++ b/product/en/docs-mdb/v2.0/releases/release-2.0.md @@ -7,6 +7,23 @@ date: 2024-02-26 # Release Note +## v2.5.0(2024.09.02) + +### Features + +- Add the DDL synchronization for MYSQL to MogDB (partial table-related DDL) +- Support static data verification for Dameng and MogDB +- Support structure synchronization and full migration from DB2 to MogDB +- Support modifying the buffer type for Oracle Logmnr. Add Chronicle Queue which can be used to avoid OOM caused by large transactions during extraction. +- Support full and incremental data conflict handling with Oracle, MySQL, and MogDB as the target ends. + +### Bug Fixes + +- Fixed the problem that some advanced parameters in the channel detail page did not perform data value verification. +- Fixed the problem of losing line breaks in the text type during the data synchronization process from MySQL to MogDB. +- Fixed the problem of losing text type data during the data synchronization process from MogDB to MySQL. +- Fixed the problem of bit type parsing during the data synchronization process from MySQL to MogDB. + ## v2.4.0(2024.08.12) ### Features diff --git a/product/zh/docs-mdb/v2.0/releases/release-2.0.md b/product/zh/docs-mdb/v2.0/releases/release-2.0.md index d61d9c3a9aa00295466c4e8292f4d247975bbfda..5e7d99606068538d7d182305fd5f168283281db1 100644 --- a/product/zh/docs-mdb/v2.0/releases/release-2.0.md +++ b/product/zh/docs-mdb/v2.0/releases/release-2.0.md @@ -7,6 +7,23 @@ date: 2024-02-26 # 发布记录 +## v2.5.0(2024.09.02) + +### Features + +- 新增 MySQL 到 MogDB 的 DDL 同步功能 (部分表相关 DDL) +- 数据校验支持达梦与 MogDB 静态数据校验 +- 支持 DB2 到 MogDB 的结构同步与全量迁移 +- 支持修改 Oracle Logmnr 抽取 buffer 类型,可使用 Chronicle Queue 避免大事务导致的抽取 OOM +- 支持 Oracle, MySQL, MogDB 为目标端的全量与增量冲突处理 + +### Bug Fixes + +- 修复通道详情中,部分高级参数没有做数据值校验的问题 +- 修复 MySQL 到 MogDB 数据同步过程中,丢失 text 类型中的换行符的问题 +- 修复 MogDB 到 MYSQL 数据同步过程中,丢失 text 类型数据问题 +- 修复 MySQL 到 MogDB 数据同步过程中,bit 类型解析的问题 + ## v2.4.0(2024.08.12) ### Features