Skip to content

v1.2.5

Compare
Choose a tag to compare
@louislivi louislivi released this 13 Dec 06:20
· 141 commits to master since this release
  • 新文档 https://smproxy.louislivi.com
  • 新增注解功能
    • 强制使用读库 /** smproxy:db_type=read */select * from `user` limit 1
    • 强制使用写库 /** smproxy:db_type=write */select * from `user` limit 1
  • 新增前台运行模式 --console
  • 优化默认配置项。
  • 修复MySQL8.0客户端登录验证出现的登录失败问题。
  • 修复验证插件默认值问题。
  • 统一SMProxy数据库编码格式。
  • 修复SMProxy Capabilities默认值。