Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ericchiang ericchiang released this 07 Nov 16:48
· 2697 commits to master since this release

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:

  • Add docs on gRPC API (#652)
  • Add docs on changes from dex v1 to v2 (#664)

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)