2018-11-27 11:23:37 +00:00
|
|
|
# Vx.x.x (Pre-release)
|
|
|
|
|
2019-01-14 10:07:22 +00:00
|
|
|
## Changes since v3.0.0
|
|
|
|
|
2019-01-22 11:36:52 +00:00
|
|
|
- [#14](https://github.com/pusher/oauth2_proxy/pull/14) OIDC ID Token, Authorization Headers, Refreshing and Verification (@joelspeed)
|
|
|
|
- Implement `pass-authorization-header` and `set-authorization-header` flags
|
|
|
|
- Implement token refreshing in OIDC provider
|
|
|
|
- Split cookies larger than 4k limit into multiple cookies
|
|
|
|
- Implement token validation in OIDC provider
|
2019-01-22 10:11:40 +00:00
|
|
|
- [#21](https://github.com/pusher/oauth2_proxy/pull/21) Docker Improvement (@yaegashi)
|
|
|
|
- Move Docker base image from debian to alpine
|
|
|
|
- Install ca-certificates in docker image
|
2019-01-31 14:02:15 +00:00
|
|
|
- [#23](https://github.com/pusher/oauth2_proxy/pull/21) Flushed streaming responses
|
|
|
|
- Long-running upstream responses will get flushed every <timeperiod> (1 second by default)
|
2019-01-29 12:13:02 +00:00
|
|
|
- [#24](https://github.com/pusher/oauth2_proxy/pull/24) Redirect fix (@agentgonzo)
|
|
|
|
- After a successful login, you will be redirected to your original URL rather than /
|
2019-01-22 10:11:40 +00:00
|
|
|
|
2019-01-14 10:07:22 +00:00
|
|
|
# v3.0.0
|
|
|
|
|
|
|
|
Adoption of OAuth2_Proxy by Pusher.
|
|
|
|
Project was hard forked and tidied however no logical changes have occurred since
|
|
|
|
v2.2 as released by Bitly.
|
|
|
|
|
2018-11-27 11:23:37 +00:00
|
|
|
## Changes since v2.2:
|
|
|
|
|
2019-01-14 10:47:01 +00:00
|
|
|
- [#7](https://github.com/pusher/oauth2_proxy/pull/7) Migration to Pusher (@joelspeed)
|
2019-01-14 10:07:22 +00:00
|
|
|
- Move automated build to debian base image
|
|
|
|
- Add Makefile
|
|
|
|
- Update CI to run `make test`
|
|
|
|
- Update Dockerfile to use `make clean oauth2_proxy`
|
|
|
|
- Update `VERSION` parameter to be set by `ldflags` from Git Status
|
|
|
|
- Remove lint and test scripts
|
|
|
|
- Remove Go v1.8.x from Travis CI testing
|
|
|
|
- Add CODEOWNERS file
|
|
|
|
- Add CONTRIBUTING guide
|
|
|
|
- Add Issue and Pull Request templates
|
|
|
|
- Add Dockerfile
|
|
|
|
- Fix fsnotify import
|
|
|
|
- Update README to reflect new repository ownership
|
|
|
|
- Update CI scripts to separate linting and testing
|
|
|
|
- Now using `gometalinter` for linting
|
|
|
|
- Move Go import path from `github.com/bitly/oauth2_proxy` to `github.com/pusher/oauth2_proxy`
|
|
|
|
- Repository forked on 27/11/18
|
|
|
|
- README updated to include note that this repository is forked
|
|
|
|
- CHANGLOG created to track changes to repository from original fork
|