Releases: dexidp/dex
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).
v2.0.2
v2.0.1
v2.0.0
This is a major release of dex and represents a complete rewrite of the project. The new version has significantly simplified dex's deployment and management story while rethinking and slimming down the implementation.
A full writeup of changes can be found here: https://github.com/coreos/dex/blob/master/Documentation/v2.md
Though v1.0.0 was never tagged, this branch is such a significant departure from previous development that it seems appropriate to call it a v2.
v2.0.0-beta.3
For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md
Changes since beta.2
Documentation:
- Updated Kubernetes deployment examples (#684)
- LDAP docs are now clearer about using port 636 for LDAP Secured (#708)
- Various minor, documentation fixes (#703, #704, #709)
Features:
- gRPC call for listing passwords (#695)
- LDAP connector can query full DN's even when they're not present as attributes (#698)
- LDAP now uses methods provided by gopkg.in/ldap for escaping usernames (#701)
- LDAP and GitHub connectors now re-query upstream identity provider when refreshing a token (#702)
- Experimental theme support added for internal CoreOS use while we explore general solutions (#711, #717)
- Example app uses a non-empty state to help validate that providers correctly respect state (#713)
- Switched OpenID Connect client to use new coreos/go-oidc changes (#696, #715)
Bugs:
v2.0.0-beta.2
For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md
Changes since beta.1
Documentation:
Bug fixes:
- LDAP Connector now always sets tls.Config.ServerName (#689)
Features: