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.