There was an error while loading. Please reload this page.
1 parent a9949de commit ff73b9aCopy full SHA for ff73b9a
1 file changed
docs/self-hosted/oel/oauth2/changelog/v26.2.7.md
@@ -1 +1,10 @@
1
-No changelog entries found for hydra/oel in versions v26.2.7
+## 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