Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/self-hosted/oel/oauth2/changelog/v26.2.7.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
No changelog entries found for hydra/oel in versions v26.2.7
## v26.2.7

### New indexes on Hydra OAuth 2.0 token tables

Hydra adds `(nid, subject, client_id)` indexes to `hydra_oauth2_access` and `hydra_oauth2_refresh`. The indexes are created online
on CockroachDB and PostgreSQL, so applying the upgrade does not block reads or writes against the token tables during the schema
change.

On Hydra OEL and Hydra Cloud, the new indexes accelerate consent session revocation, complementing recent code-level improvements
to the OEL revoke flow.
Loading