Add changelog entry for new rewrite target feature

This commit is contained in:
Joel Speed 2021-04-02 12:06:07 +01:00
parent 075cb9c3a0
commit 9ce962be08
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -13,6 +13,7 @@
## Changes since v7.1.3
- [#1060](https://github.com/oauth2-proxy/oauth2-proxy/pull/1060) Implement RewriteTarget to allow requests to be rewritten before proxying to upstream servers (@JoelSpeed)
- [#1086](https://github.com/oauth2-proxy/oauth2-proxy/pull/1086) Refresh sessions before token expiration if configured (@NickMeves)
- [#1226](https://github.com/oauth2-proxy/oauth2-proxy/pull/1226) Move app redirection logic to its own package (@JoelSpeed)
- [#1128](https://github.com/oauth2-proxy/oauth2-proxy/pull/1128) Use gorilla mux for OAuth Proxy routing (@JoelSpeed)