Releases: ory/hydra
Releases · ory/hydra
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
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/introspectendpoint was changed to meet RFC 7662 - The
/warden/authorized/tokenendpoint is gone, use/oauth2/introspectinstead. The Hydra SDK changed too in this regard.