1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-08 04:03:58 +02:00

Update CHANGELOG for v5.1.0 release

This commit is contained in:
Joel Speed 2020-03-29 13:03:08 +01:00
parent 8d69d55de4
commit 9dcd8255bf
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -2,10 +2,25 @@
## Release Hightlights
## Important Notes
## Breaking Changes
## Changes since v5.1.0
# v5.1.0
## Release Hightlights
- Bump to Go 1.14
- Reduced number of Google API requests for group validation
- Support for Redis Cluster
- Support for overriding hosts in hosts file
## Important Notes
- [#335] The session expiry for the OIDC provider is now taken from the Token Response (expires_in) rather than from the id_token (exp)
## Breaking Changes
N/A
## Changes since v5.0.0