Skip to content

Release 3.22.01.0

Compare
Choose a tag to compare
@yanhuqing666 yanhuqing666 released this 28 Apr 02:08

Release Notes:

We have released a new version 3.22.01.0.
Firstly, we must thanks to the following people for their contributions to our community:@TommyZC, @xhailiang, @lenovore, @bjddd192 .

Features:

  • [#3230] Support analysis database ClickHouse worked as MySQL.
  • [#3231] updated the custom thread name in dble. More Detail,see doc.
  • [#2968] Support stickiness for read and write instances. More Detail,see doc.
  • [#3229] DDL log optimization. More Detail,see doc.
  • [#3232] Support flow control for rwsplit
  • [#3233] Optimize the split command
  • [#3234] Support hint execute plan for complex query . More Detail,see doc.

Bug-fixes:

  • [#3175] Database table returns data error when using smallInt, thanks to @TommyZC for reporting this issue.
  • [#3160] When use ` to surround the sharding-key in update statement, dble cannot route keys properly, thanks to @xhailiang for reporting this issue.
  • [#3132] Parameter names are correct, thanks to @lenovore for reporting the bug.
  • [#3063] When the where condition fragment field is not aliased, the statement routing is incorrect, thanks to @bjddd192 for reporting the bug.

Breaking backward compatibility:

[#3231] thread name


发行说明:

我们发布了新版本 3.22.01.0。
首先,我们必须感谢以下人士对我们社区的贡献:@TommyZC, @xhailiang, @lenovore, @bjddd192.

特性:

  • [#3230] 支持分析型数据库ClickHouse以MySQL形式作为后端存储.
  • [#3231] 线程和参数名进行统一. 更多详细信息,请参见 doc.
  • [#2968] 读写分离中增加连接粘性,防止读脏数据. 更多详细信息,请参见 doc.
  • [#3229] DDL日志优化. 更多详细信息,请参见 doc.
  • [#3232] 支持读写分离的流量控制
  • [#3233] 优化split命令
  • [#3234] 支持hint指定查询计划顺序。更多详细信息,请参见 doc.

缺陷修复:

  • [#3175] 数据库表字段使用smallInt情况下返回的数据出错,感谢@TommyZC 报告此问题。
  • [#3160] update语句中,分片键使用`符号包围,不能正常路由,感谢@xhailiang 报告此问题。
  • [#3132] 参数名不够准确问题,感谢@lenovore 报告错误。
  • [#3063] where条件分片字段未加别名时,语句路由不正确,感谢@bjddd192 报告bug。

和旧版本的不兼容项:

[#3231] 线程名的变更