diff --git a/product/en/docs-mvd/v3.4/release-notes.md b/product/en/docs-mvd/v3.4/release-notes.md index f8aed66b1435eb91945161497ed7025e57ad294d..384c310c6f1dd83275fc500a031e4406a0857552 100644 --- a/product/en/docs-mvd/v3.4/release-notes.md +++ b/product/en/docs-mvd/v3.4/release-notes.md @@ -7,6 +7,33 @@ date: 2021-08-30 # Release Notes +## v3.6.4 (2023-11-22) + +- [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_x86_64.tar.gz) +- [mvd_Linux_centos_7_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP2_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_x86_64.tar.gz) +- [mvd_Linux_kylin_V10SP2_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP3_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP3_aarch64.tar.gz) + +### Features + +- Support to displaying the comparison elapsed time for each table in the result + +### Improvements + +- Add more information (inlcude real exception stacks) to the output when data compare error occured +- Add collection types in openGauss when doing object comparison +- Remove base table of materialized view when doing object comparison +- Support to remove columns which is part of key columns, keep key columns but not compare them +- Not to do partiton and sampling analysis when custom filter is specified +- Split DB2 driver from executable program, avoid DB2 conencti error caused by the driver + +### Bugfixs + +- Fix time format error using "to_char" function in MogDB 5.0 with dbcompatibility B +- Fix blanks in data when comparison of DB2 char/varchar and MogDB bytea +- Fix PK mismatch when chr(0) in the value data + ## v3.6.3 (2023-11-01) - [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.3/mvd_v3.6.3_Linux_centos_7_x86_64.tar.gz) diff --git a/product/zh/docs-mvd/v3.4/release-notes.md b/product/zh/docs-mvd/v3.4/release-notes.md index 54dfab61051778dcbf97c95b5d1f30bc4e789366..75777146243c6e7a8509c3dc1023109b90ad5216 100644 --- a/product/zh/docs-mvd/v3.4/release-notes.md +++ b/product/zh/docs-mvd/v3.4/release-notes.md @@ -7,6 +7,33 @@ date: 2021-08-30 # 发布记录 +## v3.6.4 (2023-11-22) + +- [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_x86_64.tar.gz) +- [mvd_Linux_centos_7_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_centos_7_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP2_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_x86_64.tar.gz) +- [mvd_Linux_kylin_V10SP2_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP2_aarch64.tar.gz) +- [mvd_Linux_kylin_V10SP3_aarch64](https://cdn-mogdb.enmotech.com/mvd/3.6.4_beta/mvd_v3.6.4_Linux_kylin_V10SP3_aarch64.tar.gz) + +### 新增功能 + +- 支持在对比结果中展示每张表的对比耗时 + +### 功能优化 + +- 增加表数据对比时,异常信息的输出内容,输出真实堆栈信息 +- 对象列表增加 openGauss 中集合类型的识别 +- 对象列表中移除 Oracle 物化视图基表的相关记录 +- 支持在配置文件中移除字段为 Key 字段场景下的对比,保留 Key 但不对比 Key +- 自定义条件的情况下,不再执行分区和采样检测 +- DB2 驱动分离,将 DB2 驱动从二进制中分离出来,避免驱动问题导致的连不上目标库 + +### 问题修复 + +- 修复 MogDB 5.0 以上 B 模式数据库中无法使用 to_char 格式化 time 类型的问题 +- 修复 DB2 char/varchar 迁移为 MogDB bytea 过程中空格导致的对比不一致 +- 修复主键中存在 chr(0) 不可见字符,没有特殊处理,在对比时无法准确匹配双方主键的问题 + ## v3.6.3 (2023-11-01) - [mvd_Linux_centos_7_x86_64](https://cdn-mogdb.enmotech.com/mvd/3.6.3/mvd_v3.6.3_Linux_centos_7_x86_64.tar.gz)