Skip to content

Releases: ory/hydra

0.6.9

20 Dec 12:36

Choose a tag to compare

0.6.9 Pre-release
Pre-release
v0.6.9

 openid: support response_type=code id_token - closes #332

0.6.8

06 Dec 13:57

Choose a tag to compare

0.6.8 Pre-release
Pre-release
v0.6.8

oauth2: resolve issue with expires_in value

0.6.7

04 Dec 17:04

Choose a tag to compare

0.6.7 Pre-release
Pre-release
v0.6.7

vendor: update glide yaml

0.6.6

04 Dec 09:15

Choose a tag to compare

0.6.6 Pre-release
Pre-release
v0.6.6

cmd/connect: allow passing values as flags

0.6.5

28 Nov 12:26

Choose a tag to compare

0.6.5 Pre-release
Pre-release

Redis backend support by community member @115100

0.6.4

22 Nov 11:39

Choose a tag to compare

0.6.4 Pre-release
Pre-release

Resolves issues with token revokation and the SQL store and introduces hydra token revoke <token>

0.6.3

17 Nov 16:34

Choose a tag to compare

0.6.3 Pre-release
Pre-release

This release resolves a critical vulnerability. Please upgrade as soon as possible, no bc breaks are to be expected if you upgrade from another 0.6.x version.

0.6.2

07 Nov 13:10

Choose a tag to compare

0.6.2 Pre-release
Pre-release
client/mysql: fix missing client_name (#303)

Signed-off-by: John Wu <johnwu96822@gmail.com>

0.6.1

26 Oct 09:06

Choose a tag to compare

0.6.1 Pre-release
Pre-release
0.6.1 (#301)

* manager/mysql: MySQL DB not creating on start – JSON column types only supported from MySQL 5.7 and onwards - closes #299
* docs: improve gitbook front page

0.6.0

25 Oct 10:06

Choose a tag to compare

0.6.0 Pre-release
Pre-release

This release focused on various parts:

  • Improve the documentation
  • Switch from RethinkDB to PostgreSQL/MySQL
  • Improves test coverage
  • Remove APIs that do not belong in Hydra (connection API)
  • Token Revokation and Token Introspection

With this, breaking changes have been introduced as well:

  • RethinkDB adapters are passing tests but will not get active maintenance by the ORY team
  • The oauth2/introspect endpoint was changed to meet RFC 7662
  • The /warden/authorized/token endpoint is gone, use /oauth2/introspect instead. The Hydra SDK changed too in this regard.