Releases: dexidp/dex
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:
v2.0.0-beta.1
Changes since alpha.5
For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md
Documentation:
Bug fixes:
- Fixed Postgres transaction level (#654)
- Logging in with a bad username no longer returns a 500 (#658)
- Fixed another case of the server using nano seconds instead of seconds (#671)
Features:
- Conformance tests added for concurrent updates (#654)
- API endpoints for creating and updating "local" passwords (#649)
- API supports client auth (#661)
- Build with go 1.7.3 instead of 1.7.1 (#666)
- Switched yaml parser (#667)
- LDAP connector accepts base64 encoded CA literal in config (#668)
- Expose expiry settings in config (#665)
- Debug flag on example-app (#670)
- Accept raw bcrypt values for staticPasswords (#667, #669)
v2.0.0-alpha.5
Updates since alpha.4
Features:
- Minor improvements to the kubernetes storage
- Config can read values from environment (#627)
- Reworked and expanded LDAP connector (#624)
- All callback based connectors now share a callback endpoint (#638)
Bug fixes:
- Fix cache-control header using nano-seconds value instead of seconds (#637)
v2.0.0-alpha.4
v2.0.0-alpha.4
v2.0.0-alpha.3
v2.0.0-alpha.3
v2.0.0-alpha.2
v2.0.0-alpha.2
v2.0.0-alpha.1
v2.0.0-alpha.1