From 0860b518f9146502d2c64daeaa806a9a18ae3c93 Mon Sep 17 00:00:00 2001 From: hongyedba Date: Tue, 14 Jan 2025 17:39:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update(mdb):=20=E5=8F=91=E5=B8=83MDB=20v2.8?= =?UTF-8?q?.1=E5=92=8CPTK=20v1.7.6=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product/en/docs-mdb/v2.0/releases/release-2.0.md | 9 +++++++++ product/en/docs-ptk/v2.0/reference/ref-support-mogdb.md | 3 ++- product/en/docs-ptk/v2.0/release-notes/release-17x.md | 7 +++++++ product/zh/docs-mdb/v2.0/releases/release-2.0.md | 9 +++++++++ product/zh/docs-ptk/v2.0/reference/ref-support-mogdb.md | 2 ++ product/zh/docs-ptk/v2.0/release-notes/release-17x.md | 7 +++++++ 6 files changed, 36 insertions(+), 1 deletion(-) 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 d8b5c1b5..28767791 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,15 @@ 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 + ## 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 969aae36..7d02d6db 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 1943e619..f349f95e 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 ad1296be..c7671dbd 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,15 @@ 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 0da4f348..f00f58e9 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 5e83fcda..c8749d01 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** -- Gitee From 1197fade7d9c06ea30fdf1b27e4ae3b88c03ad2d Mon Sep 17 00:00:00 2001 From: hongyedba Date: Tue, 14 Jan 2025 17:43:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update(mdb):=20=E8=B0=83=E6=95=B4MDB?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product/en/docs-mdb/v2.0/releases/release-2.0.md | 1 + product/zh/docs-mdb/v2.0/releases/release-2.0.md | 1 + 2 files changed, 2 insertions(+) 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 28767791..a95d906d 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 @@ -15,6 +15,7 @@ date: 2024-02-26 - 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) 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 c7671dbd..bd0764ae 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 @@ -15,6 +15,7 @@ date: 2024-02-26 - 优化全量同步时,数据中的换行与回车数据同步的问题 - 修复部分场景下全量同步之后表上的同步状态未更新的问题 - 修复表详情子页面中,缺失表关联的索引与约束的问题 +- 修复节点添加时,部分校验逻辑失败以及节点添加失败的问题 ## v2.8.0(2025.01.03) -- Gitee