Feature:
- Allow Healthcheck endpoint return JSON for Kubernetes. 4055
- Support
ClientAuth
for TLS. 4116
orm.RawSeter
supportorm.Fielder
. 4191
- Add a new MySQL operator for strict case sensitive query. 4198
Fix:
- Fix reconnection bug in logs/conn.go. 4056
- Return 403 when request payload too large. 4058
- Fix race condition for Prepare Statement cache. 4061
- Fix
index out of range
in session module whenlen(sid) < 2
. 4068
- Fix concurrent issue of context/input Query method. 4066
- Allow using environment variable to specific the config file. 4111
- XSRF add secure and http only flag. 4126
- Fix temporary create failed on Windows 4244
- Session: adds CookieSameSite to ManagerConfig. 4226
- Make stmt cache smaller to avoid
too many statement
error. 4261
Doc:
- Fix typo. 4251