Beego v1.12.3 Release Notes
Release Date: 2020-11-05 // over 2 years ago-
๐ Feature:
- Allow Healthcheck endpoint return JSON for Kubernetes. 4055
๐ 2. Support
ClientAuth
for TLS. 4116 ๐ 3.orm.RawSeter
supportorm.Fielder
. 4191 - Add a new MySQL operator for strict case sensitive query. 4198
๐ Fix:
๐ 1. Fix reconnection bug in logs/conn.go. 4056 ๐ฐ 2. 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 ๐ 8. 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
- Allow Healthcheck endpoint return JSON for Kubernetes. 4055
๐ 2. Support