Skip to content

v1.0.23

Compare
Choose a tag to compare
@agapple agapple released this 30 Dec 10:45
· 1523 commits to master since this release
  1. 修复mysql5.7 json jdbcType类型错误 [bug]
  2. 修复KILL CONNECTION异常问题 [bug]
  3. 位点更新低概率并发问题修复 #195 [bug]
  4. 修复MysqlConnection的seek方法和dump方法会出现NPE问题 #201 [bug]
  5. 修复server lazy模式功能支持 #205 #206 [bug]
  6. 支持RDS mysql.mysql ha_health_check内置过滤 #222 [feature]
  7. 向下兼容支持mysql5.1 #227 [bug]
  8. 不能正常关闭Mysql心跳连接 #244 [bug]