44<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
55**Table of Contents**
66
7- - [0.0.0 (2025-07-03 )](#000-2025-07-03 )
7+ - [0.0.0 (2025-07-23 )](#000-2025-07-23 )
88 - [Breaking Changes](#breaking-changes)
99 - [Related issue(s)](#related-issues)
1010
1111<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1212
13- # [0.0.0](https://github.com/ory/hydra/compare/v2.3.0...v0.0.0) (2025-07-03 )
13+ # [0.0.0](https://github.com/ory/hydra/compare/v2.3.0...v0.0.0) (2025-07-23 )
1414## Breaking Changes
1515
1616This patch changes the behavior of configuration item `foo` to do bar. To keep the existing
@@ -41,6 +41,10 @@ If this pull request
4141
4242### Bug Fixes
4343
44+ * Add repo syncing for polis ([46d17f8](https://github.com/ory/hydra/commit/46d17f8bfdc59e2185e9ce65823eb2652e01f1b8)):
45+
46+ GitOrigin-RevId: e277a25d594b512b800d39dd18f36ea3d99fcf84
47+
4448* Allow updating when JWKS URI is set ([#3935](https://github.com/ory/hydra/issues/3935)) ([#3946](https://github.com/ory/hydra/issues/3946)) ([fb1655b](https://github.com/ory/hydra/commit/fb1655ba86077b10141132ed332ba8d6f8c70582)):
4549
4650 The client validator no longer rejects PATCH and PUT updates when `JSONWebKeysURI` is non-empty and `JSONWebKeys` is not nil.
@@ -71,6 +75,10 @@ If this pull request
7175 GitOrigin-RevId: 61645585277edd95914705499afd7211a85983eb
7276
7377* CLI usage help examples ([#3943](https://github.com/ory/hydra/issues/3943)) ([e24f9a7](https://github.com/ory/hydra/commit/e24f9a704c22c72690bc20c498439865181d9239))
78+ * Copybara script ([7b33358](https://github.com/ory/hydra/commit/7b333585bb44a069bf47267c853aa2e91db0efa3)):
79+
80+ GitOrigin-RevId: 14665e01451ac5fcdda148b473b8fc35d4fe21ef
81+
7482* Correct multiple instances of 'stragegy' typo ([#3906](https://github.com/ory/hydra/issues/3906)) ([50eefbc](https://github.com/ory/hydra/commit/50eefbc21c2c43d221b6079bbd78a33ef8c754c4)):
7583
7684 This commit addresses several occurrences where 'strategy' was
@@ -97,6 +105,10 @@ If this pull request
97105
98106 GitOrigin-RevId: 83312e6544bc33ccc30e1e1e414cc04910429192
99107
108+ * Include go.mod in vendored oryx ([08a3ab4](https://github.com/ory/hydra/commit/08a3ab43ddb1e2a0df430224f969fe3f0ba161bf)):
109+
110+ GitOrigin-RevId: 20365bbe6b2cf95ac7973bcca9056455d2cb3803
111+
100112* **infrastructure:** Hydra oss CI ([e846541](https://github.com/ory/hydra/commit/e84654185cdfffbf160d5309f744795d15d723f9)):
101113
102114 GitOrigin-RevId: 3df0724e5ea4c81a0f4c481c1a3a34529356d073
@@ -145,6 +157,14 @@ If this pull request
145157
146158 GitOrigin-RevId: 64950988a466bbdb4f25b8d9f5c416ff591c00bf
147159
160+ * Use hard-coded fallback key instead of panic ([e1f6450](https://github.com/ory/hydra/commit/e1f645012f43f62928fdc79710b45d935878367f)):
161+
162+ GitOrigin-RevId: d7a2270bbf5360288199e9632b2eac6cbc29737c
163+
164+ * Use main branch for polis ([6c24e68](https://github.com/ory/hydra/commit/6c24e68995b8eae9ba0b8872867270ef1d35113b)):
165+
166+ GitOrigin-RevId: 04533493184c6abdc3a211daffd98f6b68e1c9cc
167+
148168* Using uuid_generate_v4 function ([#3958](https://github.com/ory/hydra/issues/3958)) ([c206066](https://github.com/ory/hydra/commit/c20606606654af975e5d82998956bb998acee576)):
149169
150170 Removing the md5 function for the uuid generation with native pgsql
@@ -153,6 +173,13 @@ If this pull request
153173 Closes https://github.com/ory/hydra/issues/3844
154174
155175
176+ ### Code Refactoring
177+
178+ * Move database meta functions to root x folder for reusability ([7e49133](https://github.com/ory/hydra/commit/7e49133f435d6a0f74a63e8f8d03c5d314d7d3c6)):
179+
180+ GitOrigin-RevId: 30ee938ea5f1d19bac8967e0ebfe2d595ec27d2b
181+
182+
156183### Features
157184
158185* Add error reason to OAuth2TokenExchangeError event ([#3971](https://github.com/ory/hydra/issues/3971)) ([241dd45](https://github.com/ory/hydra/commit/241dd45fa17ed10d1101d890199df47dab4dbce5))
@@ -227,6 +254,10 @@ If this pull request
227254
228255 GitOrigin-RevId: dbb48d171fad1f9b4fd31385f0ef4fb01e39e823
229256
257+ * Move config testhelpers to ory/x ([3a4ba08](https://github.com/ory/hydra/commit/3a4ba084c74cf49a521856f150a8a2c6f3c1aa25)):
258+
259+ GitOrigin-RevId: fd484445e9715760231f7f86ec212d094e826377
260+
230261* Revoke Kratos session asynchronously ([#3936](https://github.com/ory/hydra/issues/3936)) ([a0e7ee2](https://github.com/ory/hydra/commit/a0e7ee29298d4f882a7d471e0601b01c6848c40d)):
231262
232263 This change makes the session revocation in Kratos async to improve
@@ -306,10 +337,18 @@ If this pull request
306337 POST admin/oauth2/auth/sessions/consent?consent_challenge_id=G_TIM3XABG14UwIgDoT1DRfipjhC1uix
307338 ```
308339
340+ * Use stdlib HTTP router in Kratos ([8f81931](https://github.com/ory/hydra/commit/8f8193179a39dc142d502fbc559891ffa0385ed8)):
341+
342+ GitOrigin-RevId: 799513e99acbf43a05fe3113ffda45d2fff2a9e0
343+
309344* Use vendored jackson ([a0a9062](https://github.com/ory/hydra/commit/a0a906211bce4ced3e1f4324eb9d287ef10892a6)):
310345
311346 GitOrigin-RevId: 591238768218ba2b5af93f91ac7e16f4c170da5b
312347
348+ * Use vendored ory/x ([6581e01](https://github.com/ory/hydra/commit/6581e01679b2e146433061cbaaebb80a0e3905b5)):
349+
350+ GitOrigin-RevId: 994f3b754946ca5b2bd1bab0fe20532f5d5ab62f
351+
313352
314353### Performance Improvements
315354
@@ -320,8 +359,19 @@ If this pull request
320359
321360### Tests
322361
362+ * **hydra:** Clean oauth2 session setup ([699e382](https://github.com/ory/hydra/commit/699e38238220f857148b503dfb96d9b057bb4583)):
363+
364+ GitOrigin-RevId: e05097c7439096cf40fdcf059b3396970b2f1219
365+
323366* Parallelize and improve ([#3989](https://github.com/ory/hydra/issues/3989)) ([a47e395](https://github.com/ory/hydra/commit/a47e39513f1f08076849f77517977abffa195364))
324367
368+ ### Unclassified
369+
370+ * Merge 3834fab8c161a7dc98d43f32acf8efd9e6e95352 into 4dae0f4a8785eb36d8dbb27137f6b924c1e0f0b5 ([dc84053](https://github.com/ory/hydra/commit/dc840535c19d58caf130966e00d3d2fe9f3eb577)):
371+
372+ GitOrigin-RevId: 0c2dcaa065b64d2aafbcfd49c79363a214c5b2aa
373+
374+
325375
326376# [2.3.0](https://github.com/ory/hydra/compare/v2.2.0...v2.3.0) (2025-01-17)
327377
0 commit comments