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 d8b5c1b5ea6e411f90017a541ee8e66dd26f7328..a95d906de54d0ada060c4db1484a298b4879424b 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,16 @@ date: 2024-02-26 # Release Note +## v2.8.1(2025.01.14) + +### Bug Fixes + +- Fixed data synchronization problem caused by synchronization to MogDB to unique non-empty index when Oracle primary key uses non-unique index +- Optimize the synchronization of newline and carriage return data in the data during full synchronization +- Fixed the issue that the synchronization status on the table was not updated after full synchronization in some scenarios +- Fixed an issue with missing table associated indexes and constraints in the table details subpage +- Fixed the problem that part of the verification logic failed and the node failed when the node was added. + ## v2.8.0(2025.01.03) ### Features diff --git a/product/en/docs-ptk/v2.0/reference/ref-support-mogdb.md b/product/en/docs-ptk/v2.0/reference/ref-support-mogdb.md index 969aae361a56aa8c4053a5fe11cf79a7bbed2217..7d02d6db1731a7257a3f322e4517668e1d1cea7e 100644 --- a/product/en/docs-ptk/v2.0/reference/ref-support-mogdb.md +++ b/product/en/docs-ptk/v2.0/reference/ref-support-mogdb.md @@ -10,7 +10,8 @@ date: 2024-06-01 | MogDB version | PTK minimum version | | ------------- | ------------------- | -| 5.0.8 | 1.6.2+ | +| 5.0.10 | 1.7.6+ | +| 5.0.9 | 1.7.5+ | | 5.0.7 | 1.4.7+ | | 5.0.6 | 1.3.3+ | | 5.0.5 | 1.2.0+ | diff --git a/product/en/docs-ptk/v2.0/release-notes/release-17x.md b/product/en/docs-ptk/v2.0/release-notes/release-17x.md index 1943e61916c4a17232522cc89f6ade219f9ffb90..f349f95e35c7f94ef9e51e5327c65cefbd3ee861 100644 --- a/product/en/docs-ptk/v2.0/release-notes/release-17x.md +++ b/product/en/docs-ptk/v2.0/release-notes/release-17x.md @@ -7,6 +7,13 @@ date: 2024-08-30 # 1.7 Release Note +## 1.7.6 (2025-01-14) + +**Bug Fixes** + +- Built-in support for installation and maintenance of MogDB v5.0.10 version +- Fix the issue that plaintext passwords can be seen in the process information during the execution of internal commands + ## 1.7.5 (2024-11-11) **Bug Fixes** 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 ad1296be9ddca23d42fe93aa700364ed1c9cf392..bd0764ae2018dc936b202df483dc7059191d1d79 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,16 @@ date: 2024-02-26 # 发布记录 +## v2.8.1(2025.01.14) + +### Bug Fixes + +- 修复 Oracle 主键使用非唯一索引时,同步到 MogDB 转唯一非空索引导致的数据同步问题 +- 优化全量同步时,数据中的换行与回车数据同步的问题 +- 修复部分场景下全量同步之后表上的同步状态未更新的问题 +- 修复表详情子页面中,缺失表关联的索引与约束的问题 +- 修复节点添加时,部分校验逻辑失败以及节点添加失败的问题 + ## v2.8.0(2025.01.03) ### Features diff --git a/product/zh/docs-ptk/v2.0/reference/ref-support-mogdb.md b/product/zh/docs-ptk/v2.0/reference/ref-support-mogdb.md index 0da4f348917f7f2aff06c88791177e869c7f619a..f00f58e9f15e4954ade092f68733da7bba0562f3 100644 --- a/product/zh/docs-ptk/v2.0/reference/ref-support-mogdb.md +++ b/product/zh/docs-ptk/v2.0/reference/ref-support-mogdb.md @@ -10,6 +10,8 @@ date: 2024-06-01 | MogDB版本 | PTK最低版本 | |-----------|---------| +| 5.0.10 | 1.7.6+ | +| 5.0.9 | 1.7.5+ | | 5.0.8 | 1.6.2+ | | 5.0.7 | 1.4.7+ | | 5.0.6 | 1.3.3+ | diff --git a/product/zh/docs-ptk/v2.0/release-notes/release-17x.md b/product/zh/docs-ptk/v2.0/release-notes/release-17x.md index 5e83fcdae58cfff47b61c26b42af03072d5d2558..c8749d013bde035dc1a20d3cfbf2cf1dbb74e21a 100644 --- a/product/zh/docs-ptk/v2.0/release-notes/release-17x.md +++ b/product/zh/docs-ptk/v2.0/release-notes/release-17x.md @@ -7,6 +7,13 @@ date: 2024-08-30 # 1.7 发布记录 +## 1.7.6 (2025-01-14) + +**Bug Fixes** + +- 内置支持 MogDB v5.0.10 版本的安装维护 +- 修复内部命令执行过程时,进程信息中可以看到明文密码的问题 + ## 1.7.5 (2024-11-11) **Bug Fixes**