From 26b65262860bc8c0221b06d675a2a36e263ca997 Mon Sep 17 00:00:00 2001 From: tianzijian Date: Mon, 12 Jun 2023 15:33:49 +0800 Subject: [PATCH] feat(mdb): release v1.6.2 --- product/en/docs-mdb/v1.0/release.md | 7 +++++++ product/zh/docs-mdb/v1.0/release.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/product/en/docs-mdb/v1.0/release.md b/product/en/docs-mdb/v1.0/release.md index 613d659f..5d0dd44f 100644 --- a/product/en/docs-mdb/v1.0/release.md +++ b/product/en/docs-mdb/v1.0/release.md @@ -7,6 +7,12 @@ date: 2023-01-13 # Release Note +## v1.6.2(2023.06.12) + +### Bug Fixes + +- SQL contrast removes default formatting + ## v1.6.1(2023.06.09) ### Bug Fixes @@ -26,6 +32,7 @@ date: 2023-01-13 - Add the MDB monitoring page in the channel, which can monitor the delay of data synchronization, the amount of DML changes, and some indicators of Kafka - Added the ability to regularly synchronize the latest values of the sequence (supported database types: MogDB, Oracle, MySQL, PG), the sequence value synchronization details can be seen on the Data synchronization details page - Support table level status and SCN function transformation, for the subsequent dynamic addition and deletion of tables to do basic transformation +- Data synchronization for Oracle CLOBs and BLOBs is supported ### Bug Fixes diff --git a/product/zh/docs-mdb/v1.0/release.md b/product/zh/docs-mdb/v1.0/release.md index 314ce1d8..38f72c59 100644 --- a/product/zh/docs-mdb/v1.0/release.md +++ b/product/zh/docs-mdb/v1.0/release.md @@ -7,6 +7,12 @@ date: 2023-01-13 # 发布记录 +## v1.6.2(2023.06.12) + +### Bug Fixes + +- SQL对比去掉默认格式化 + ## v1.6.1(2023.06.09) ### Bug Fixes @@ -26,6 +32,7 @@ date: 2023-01-13 - 增加通道内的 MDB 监控页面,可对数据同步的延迟,DML变更量,Kafka部分指标实现监控展示 - 增加定期同步序列最新值的功能(支持的数据库类型: MogDB, Oracle, MySQL, PG),序列值同步详情可在数据同步详情页面查看 - 支持表级状态与 SCN 的功能改造,为后续动态增删表做基础改造 +- 支持对 Oracle CLOB或BLOB类型的数据同步 ### Bug Fixes -- Gitee