Skip to content

Releases: ory/hydra

0.4.2-alpha.4

03 Sep 08:39

Choose a tag to compare

0.4.2-alpha.4 Pre-release
Pre-release
v0.4.2-alpha.4

travis: fix gox build process

0.4.2

08 Sep 22:01

Choose a tag to compare

0.4.2 Pre-release
Pre-release
v0.4.2

travis: fix gox build process

0.4.2-alpha.3

02 Sep 10:40

Choose a tag to compare

0.4.2-alpha.3 Pre-release
Pre-release
v0.4.2-alpha.3

travis: dpl is not accepting API keys

0.4.2-alpha.2

01 Sep 22:05

Choose a tag to compare

0.4.2-alpha.2 Pre-release
Pre-release
v0.4.2-alpha.2

travis: resolve issues with autodeploy

0.4.2-alpha.1

01 Sep 21:30

Choose a tag to compare

0.4.2-alpha.1 Pre-release
Pre-release
v0.4.2-alpha.1

travis: resolve deploy issues

0.4.2-alpha

01 Sep 20:54

Choose a tag to compare

0.4.2-alpha Pre-release
Pre-release

Ignore this release.

0.4.1

18 Aug 17:46

Choose a tag to compare

0.4.1 Pre-release
Pre-release

This release resolves an issue with the hydra token user flow.

0.4.0

17 Aug 12:51

Choose a tag to compare

0.4.0 Pre-release
Pre-release

This release resolves various issues, including:

  • warden: token introspection is urlencoded, not json #199
  • warden: move IntrospectToken from warden sdk to oauth2 #201
  • warden: rename InspectToken to IntrospectToken #200
  • oauth2: introspection should return custom session values #205
  • oauth2: consent strategy should use at_ext for access token session data #198
  • docs: move docs from gitbook to github #204

This release contains backwards incompatibilities in the Warden SDK. There are no breaks to be expected with the database backend or any HTTP endpoints.

0.3.1

17 Aug 09:12

Choose a tag to compare

0.3.1 Pre-release
Pre-release

This release resolves issues with rethinkdb.

0.3.0

09 Aug 22:51

Choose a tag to compare

0.3.0 Pre-release
Pre-release

This release resolves issues around rfc7591 and system secret generation.

This release introduces the following breaking changes:

  • The system secret is now generated correctly. This will break your JWK store in RethinkDB. You will probably need to remove the jwk table from RethinkDB. Hydra will generate all required keys itself, next time you start a hydra instance.
  • The client HTTP API now takes scope string instead of scopes []string. Example: { "scope": "photos openid email" }. This change affects RethinkDB as well
  • hydra.Client.Scopes is now hydra.Client.Scope