Releases: dexidp/dex
Releases · dexidp/dex
v2.3.1
v2.3.0
This is a minor release of dex with the following changes since v2.2.0:
Features:
- Adding a gRPC client example (#812)
- Improve conformance tests (#854)
- Make static storages query real storages for some actions (#855)
- Expose oauth2.RegisterBrokenAuthHeaderProvider (#860)
- Update API version to 2 (#862)
Bug Fixes:
- Storage/kubernetes: fix hash initialization bug (#817)
- Fix conflict error detection in TRP creation (#823)
- Fix expiry detection for verification keys (#829)
- Add missing WHERE statement to refresh token update (#848)
- Validate InResponseTo SAML response field and make issuer optional (#869)
- Fix assertion fallback (#870)
- Connectors without a RefreshConnector should not error out (#872)
- Fix custom CA behavior in example-app (#875)
v2.2.5
v2.2.4
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.0
This is a minor release of dex with the following Changes since v2.0.0:
Features:
- Support for leveled logging (#677).
- Add error HTML templates with error description (#742).
- Add 'make revendor' and tests to catch incorrect glide usage (#756).
- Update refresh tokens instead of deleting and creating another (#757).
- Updated go-oidc package (#765).
Bug Fixes:
- Fix postgres timezone handling. Prior to this release Postgres users did not save any timezone data. We have fixed this issue in this release but it is no longer backward compatible. More details at (#749).
- Enable groupSearch to be empty in connector/ldap (#759).
- Fixes for the implicit and hybrid flow (#766, #775).