Beego v1.12.3 Release Notes

Release Date: 2020-11-05 // over 3 years ago
  • ๐Ÿ”‹ Feature:

    1. Allow Healthcheck endpoint return JSON for Kubernetes. 4055 ๐Ÿ‘ 2. Support ClientAuth for TLS. 4116 ๐Ÿ‘ 3. orm.RawSeter support orm.Fielder. 4191
    2. 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

    1. Fix race condition for Prepare Statement cache. 4061
    2. Fix index out of range in session module when len(sid) < 2. 4068
    3. Fix concurrent issue of context/input Query method. 4066
    4. Allow using environment variable to specific the config file. 4111
    5. XSRF add secure and http only flag. 4126 ๐Ÿ 8. Fix temporary create failed on Windows 4244
    6. Session: adds CookieSameSite to ManagerConfig. 4226
    7. Make stmt cache smaller to avoid too many statement error. 4261

    Doc:

    1. Fix typo. 4251