Skip to content

v0.2.0

Compare
Choose a tag to compare
@djshow832 djshow832 released this 26 Feb 03:47
· 133 commits to main since this release
475507c

Improvements

  • Support online reload for require-backend-tls and remove unnecessary configs #396
  • Add config graceful-close-conn-timeout #400
  • Add config server-http-tls to specify HTTP port TLS config #403
  • Do not report errors when the sequence mismatches #410
  • Double-check the target backend health before session migration #412
  • Add more metrics for connections, queries and health checks #416
  • Move config require-backend-tls from proxy to security and change the default value to false #419
  • Add HTTP API /debug and /metrics to be consistent with TiDB #426
  • Remove pushing metrics to Prometheus to avoid authentication #431
  • Change the default minimum TLS version from v1.1 to v1.2 #437

Fixes

  • Fix COM_STMT_EXECUTE may hang when the client disables ClientDeprecateEOF and uses cursors #440
  • Fix the config file may not be reloaded when the config directory is removed and created again #446
  • Fix TiDB may be unbalanced after session migrations are interrupted #451