Skip to content

Commit ff73b9a

Browse files
authored
chore(docs): update of OEL changelog (#2532)
1 parent a9949de commit ff73b9a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
No changelog entries found for hydra/oel in versions v26.2.7
1+
## v26.2.7
2+
3+
### New indexes on Hydra OAuth 2.0 token tables
4+
5+
Hydra adds `(nid, subject, client_id)` indexes to `hydra_oauth2_access` and `hydra_oauth2_refresh`. The indexes are created online
6+
on CockroachDB and PostgreSQL, so applying the upgrade does not block reads or writes against the token tables during the schema
7+
change.
8+
9+
On Hydra OEL and Hydra Cloud, the new indexes accelerate consent session revocation, complementing recent code-level improvements
10+
to the OEL revoke flow.

0 commit comments

Comments
 (0)