11.1.0
New features
- Add new
authCacheDuration
setting to theGafaelfawrIngress
Kubernetes resource, which tells Gafaelfawr to configure NGINX to cache a Gafaelfawr response for the specified length of time. The cache is invalidated if theCookie
orAuthorization
HTTP headers change.
Bug fixes
- Close database sessions after each execution of a Kopf Kubernetes operator. Previous versions of Gafaelfawr leaked sessions until the Kubernetes operator restarted.
What's Changed
- DM-44468: Add configuration for NGINX caching by @rra in #1035
- DM-44490: Use ParamSpec for Kubernetes exception wrapper by @rra in #1037
- DM-44490: Close async database sessions in the operator by @rra in #1036
- DM-44490: Prepare release 11.1.0 by @rra in #1038
Full Changelog: 11.0.1...11.1.0