Skip to content

Releases: dexidp/dex

v0.2.1

22 Dec 00:06
Compare
Choose a tag to compare

This is a minor point release to include a handful of bug fixes merged since v0.2.0.

Features

  • Continuous integration through Travis CI (#231, #234, #236)
  • Don't rebuild database migration assets on every build (#233)
  • HTML page titles use --issuer-name (#216)

Bugs Fixed

  • Updated go-oidc for race condition fixes (#235)
  • Prevent panics created by empty --key-secrets flag (#215)
  • Fixed field name in OIDC provider config (#213)

v0.2.0

16 Dec 22:51
Compare
Choose a tag to compare

Features

  • Added GitHub and Bitbucket connectors (#190)
  • Added ability to invite users (#168, #179)
  • Stronger encryption of token-signing keys (AES-GCM replaces AES-CBC) (#167)
  • Added ability to disable users (#140)
  • Admin API now requires client authorization (#145)
  • Added ability to disable user registration (#144)
  • Added SMTP support for email configuration (#129)

Bugs Fixed

  • Fixed race condition in OIDC client (#210)
  • Can't create a user with a connector that doesn't exist (#199)
  • Corrected email validation during registration (#190, #188)
  • Fixed registration failures when scope was provided (#183)
  • Block until connectors are available (#128)
  • Lots of documentation fixes

v0.1.0

03 Sep 17:09
Compare
Choose a tag to compare

This is the first release of dex!