Skip to content

Releases: ory/hydra

0.9.3

14 Jun 14:54
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release
oauth2: use issuer-prefixed auth URL in challenge redirect (#509)

In order to support running Hydra with a different path prefix behind
a proxy, issue a challenge token with an issuer-prefixed auth redirect
URL instead of the URL received with the auth request.

Signed-off-by: Wyatt Anderson <wanderson@gmail.com>

0.9.2

13 Jun 14:09
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

Gives a meaningful exit message when http server fails to start.

0.9.1

12 Jun 21:57
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

Minor patches and internal API changes.

0.9.0

07 Jun 17:44
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

This version adds performance metrics to /health and sends anonymous usage statistics to our servers, click here for more
details on this feature and how to disable it.

0.8.7

05 Jun 21:23
Compare
Choose a tag to compare
0.8.7 Pre-release
Pre-release

Another maintenance release closing more open tickets.

0.8.6

05 Jun 10:40
Compare
Choose a tag to compare
0.8.6 Pre-release
Pre-release

This release resolves various minor issues

0.8.5

01 Jun 12:56
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release

Please upgrade to this release, it resolves a memory leak in the /oauth2/auth endpoint!

0.8.4

24 May 09:18
Compare
Choose a tag to compare
0.8.4 Pre-release
Pre-release

Resolves another issue with database DSNs

0.8.3

23 May 20:26
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release

This release resolves an issue that broke certain postgres environments when setting the maximum amount of connections, or connection lifetime.

0.8.2

10 May 19:57
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

This release adds support for wellknown endpoint and adds a kid to the openid connect id token.