Skip to content

11.1.0

Compare
Choose a tag to compare
@rra rra released this 23 May 23:54
· 182 commits to main since this release
11.1.0
6c5fcd4

New features

  • Add new authCacheDuration setting to the GafaelfawrIngress Kubernetes resource, which tells Gafaelfawr to configure NGINX to cache a Gafaelfawr response for the specified length of time. The cache is invalidated if the Cookie or Authorization 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