Releases: ory/hydra
Releases · ory/hydra
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/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.