Skip to content

Releases: dexidp/dex

v2.2.3

27 Feb 23:34
v2.2.3
Compare
Choose a tag to compare

This is a patch release of v2.2.0 to backport the following bug fix:

  • storage/kubernetes: fix conflict error detection in TRP creation (#823)

v2.2.2

24 Feb 23:37
v2.2.2
Compare
Choose a tag to compare

This is a patch release of v2.2.0 to backport the following bug fix:

  • storage/kubernetes: fix hash initialization bug (#817).

v2.2.1

24 Feb 03:47
Compare
Choose a tag to compare

This is a patch release of v2.2 to backport bug fixes onto v2.2.0.

Bug fixes:

  • Fix various bugs in the Kubernetes storage backend (#816)

v2.2.0

22 Feb 23:57
v2.2.0
Compare
Choose a tag to compare

This is a minor release of dex with the following changes since v2.1.0:

Features:

  • Improve SAML Signature and Response Validation (#785).
  • Added GitLab connector (#788).
  • API call to list refresh tokens (#801).
  • Support for Refresh Token revocation via API call (#802).

Bug Fixes:

  • Make connector name field mandatory in dex configuration (#783).
  • Added pagination support for the github connector (#790).
  • Authorization endpoint must support POST (#792).
  • Switch from using text/template to html/template (#796).
  • Surface "already exists" errors from storage (#809).

v2.1.0

18 Jan 01:00
v2.1.0
Compare
Choose a tag to compare

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

10 Jan 16:59
Compare
Choose a tag to compare

This is a patch release of v2.0 to backport bug fixes onto v2.0.1.

Bug fixes:

  • Fix refresh tokens with Kubernetes for LDAP and GitHub (#767)

v2.0.1

07 Jan 01:06
v2.0.1
Compare
Choose a tag to compare

Changes since v2.0.0

Features:

  • Updated go-oidc package (#765).
  • Add 'make revendor' and tests to catch incorrect glide usage (#756).
  • Add error HTML templates with error description (#742).

Bugs:

  • Enable groupSearch to be empty in connector/ldap (#759).
  • fix postgres timezone handling(#749).

v2.0.0

12 Dec 23:51
Compare
Choose a tag to compare

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

01 Dec 23:32
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

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:

  • Return "groups" in "supported_scopes" (#697)
  • Server test flakes fixed (#700)

v2.0.0-beta.2

17 Nov 06:24
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

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:

  • gRCP version call added (#683)
  • Config validation now ensures connectors have an ID (#686)
  • Docker container now ships with openssl for internal health checkers when dex is using HTTPS (#685)