Skip to content

V7.5.0

Compare
Choose a tag to compare
@JoelSpeed JoelSpeed released this 04 Sep 10:47
· 297 commits to master since this release
01386bf

Release Highlights

  • 🐛 Several bugs have been squashed
  • 🕵️‍♀️ Vulnerabilities have been addressed
  • ⭐️ Added a readiness endpoint to check if the application is ready to receive traffic
  • ⭐️ Google Application Default Credentials support (i.e. for running on Google Cloud Platform)
  • ⭐ Session cookie support

Important Notes

  • This release includes fixes for a number of CVEs, we recommend to upgrade as soon as possible.

Breaking Changes

The following PR introduces a change to how auth routes are evaluated using the flags skip-auth-route/skip-auth-regex. The new behaviour uses the regex you specify to evaluate the full path including query parameters. For more details please read the detailed description #2271

Changes since v7.4.0