8000 Releases · dexidp/dex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: dexidp/dex

v2.3.1

04 Apr 18:46
Compare
Choose a tag to compare

This is a security release of dex that address a vulnerability in SAML response processing. (#895)

Users of the experimental SAML connectors should update to this release immediately.

v2.3.0

24 Mar 20:53
v2.3.0
Compare
Choose a tag to compare

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

Features:

  • Adding a gRPC client example (#812)
  • Improve conformance tests (#854)
  • Make static storages query real storages for some actions (#855)
  • Expose oauth2.RegisterBrokenAuthHeaderProvider (#860)
  • Update API version to 2 (#862)

Bug Fixes:

  • Storage/kubernetes: fix hash initialization bug (#817)
  • Fix conflict error detection in TRP creation (#823)
  • Fix expiry detection for verification keys (#829)
  • Add missing WHERE statement to refresh token update (#848)
  • Validate InResponseTo SAML response field and make issuer optional (#869)
  • Fix assertion fallback (#870)
  • Connectors without a RefreshConnector should not error out (#872)
  • Fix custom CA behavior in example-app (#875)

v2.2.5

14 Mar 00:02
Compare
Choose a tag to compare

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

  • Fix where statement in SQL query #848

v2.2.4

01 Mar 21:27
Compare
Choose a tag to compare

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

  • Fix incorrect expiry detection of validation keys #829

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)
0