Skip to content

Commit 6588439

Browse files
committed
autogen(docs): regenerate and update changelog
[skip ci]
1 parent e846541 commit 6588439

File tree

1 file changed

+77
-2
lines changed

1 file changed

+77
-2
lines changed

CHANGELOG.md

Lines changed: 77 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
55
**Table of Contents**
66

7-
- [0.0.0 (2025-05-20)](#000-2025-05-20)
7+
- [0.0.0 (2025-07-02)](#000-2025-07-02)
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-05-20)
13+
# [0.0.0](https://github.com/ory/hydra/compare/v2.3.0...v0.0.0) (2025-07-02)
1414
## Breaking Changes
1515

1616
This patch changes the behavior of configuration item `foo` to do bar. To keep the existing
@@ -45,7 +45,31 @@ If this pull request
4545

4646
The client validator no longer rejects PATCH and PUT updates when `JSONWebKeysURI` is non-empty and `JSONWebKeys` is not nil.
4747

48+
* Always use EC private keys in tests ([7481827](https://github.com/ory/hydra/commit/748182721768a6bf331e51a6989420f20383ae05)):
49+
50+
GitOrigin-RevId: a82b6e636e84d543db3b035194c3a5dc85286afc
51+
4852
* Case-insensitive user_code scrubbing ([#3979](https://github.com/ory/hydra/issues/3979)) ([d389fd0](https://github.com/ory/hydra/commit/d389fd0269f93c8b7c787f1b3683ae4c6e9e1909))
53+
* **changelog-oel:** Cap grace period for refresh token rotation at 30d ([35d5d58](https://github.com/ory/hydra/commit/35d5d586aa19780116b6ef20321433af7ba45325)):
54+
55+
GitOrigin-RevId: a8785b2760897612d8b72d62b95622f35ee8ac36
56+
57+
* **changelog-oel:** Reduce rows read when checking past consents ([ace80c2](https://github.com/ory/hydra/commit/ace80c2c145ddb541dd06110ace4039439ab3139)):
58+
59+
GitOrigin-RevId: 2df16d3053a1b4fb0bb0eb9e4f829f6861a55f1b
60+
61+
* **changelog-oel:** Replace `returning *` with defined column names ([0b26e27](https://github.com/ory/hydra/commit/0b26e279d8b9c5b27961ba3b943e8a94d338d50b)):
62+
63+
GitOrigin-RevId: 8fa1912556293bba8f9c841ec316da18a52ea61e
64+
65+
* **changelog-oel:** Update expires_at on token use ([0588744](https://github.com/ory/hydra/commit/0588744a246e924012f46200b31b993796b5f3a6)):
66+
67+
GitOrigin-RevId: c4ea129061ba34aaae5ed63403ee32221aee5556
68+
69+
* **changelog-oel:** Use keyset pagination instead of offset ([cbf14c0](https://github.com/ory/hydra/commit/cbf14c0b9c763e60424949358126258cbf3c316a)):
70+
71+
GitOrigin-RevId: 61645585277edd95914705499afd7211a85983eb
72+
4973
* CLI usage help examples ([#3943](https://github.com/ory/hydra/issues/3943)) ([e24f9a7](https://github.com/ory/hydra/commit/e24f9a704c22c72690bc20c498439865181d9239))
5074
* Correct multiple instances of 'stragegy' typo ([#3906](https://github.com/ory/hydra/issues/3906)) ([50eefbc](https://github.com/ory/hydra/commit/50eefbc21c2c43d221b6079bbd78a33ef8c754c4)):
5175

@@ -69,6 +93,14 @@ If this pull request
6993

7094
```
7195

96+
* Ignore flaky keys in Hydra HSM tests ([469b2ad](https://github.com/ory/hydra/commit/469b2ad538865a38738a10f46d270f53d12101ad)):
97+
98+
GitOrigin-RevId: 83312e6544bc33ccc30e1e1e414cc04910429192
99+
100+
* **infrastructure:** Hydra oss CI ([e846541](https://github.com/ory/hydra/commit/e84654185cdfffbf160d5309f744795d15d723f9)):
101+
102+
GitOrigin-RevId: 3df0724e5ea4c81a0f4c481c1a3a34529356d073
103+
72104
* JWT documentation link to point to the correct resource ([#3907](https://github.com/ory/hydra/issues/3907)) ([b746e41](https://github.com/ory/hydra/commit/b746e41eda6dc3fe376b147d146a6fcc7dafb455)):
73105

74106
The previous link in the documentation led to a page unrelated to JWT.
@@ -97,10 +129,22 @@ If this pull request
97129
```
98130

99131
* Revoke by consent request ID ([#3947](https://github.com/ory/hydra/issues/3947)) ([5d8635c](https://github.com/ory/hydra/commit/5d8635c94389ff3c87bfae66afe95105c147bec1)), closes [#3932](https://github.com/ory/hydra/issues/3932) [#3932](https://github.com/ory/hydra/issues/3932) [#3941](https://github.com/ory/hydra/issues/3941)
132+
* Simplify and fix Copybara sync job ([f998d09](https://github.com/ory/hydra/commit/f998d090ca6408b05524aea5e5f3a79c5d44b1a4)):
133+
134+
GitOrigin-RevId: 115f1ba1aa8f92d9c546046b37d4fb27dacedec8
135+
100136
* Tos_uri validation ([#3945](https://github.com/ory/hydra/issues/3945)) ([007e224](https://github.com/ory/hydra/commit/007e22412ae72403415e8b2f2283154b8d88f511)):
101137

102138
Contributes to https://github.com/ory-corp/cloud/issues/7395
103139

140+
* Update debian version in httpd test image ([f6720c4](https://github.com/ory/hydra/commit/f6720c4e62f66c245ce8370da40acbc91eca3ffb)):
141+
142+
GitOrigin-RevId: 4251fd1bab4a548b0796790381f4c79930592bc8
143+
144+
* Upgrade to go 1.24.4 to fix CVE-2025-4673 ([c14e538](https://github.com/ory/hydra/commit/c14e538d8d993252a246eb17832c09234825a98c)):
145+
146+
GitOrigin-RevId: 64950988a466bbdb4f25b8d9f5c416ff591c00bf
147+
104148
* Using uuid_generate_v4 function ([#3958](https://github.com/ory/hydra/issues/3958)) ([c206066](https://github.com/ory/hydra/commit/c20606606654af975e5d82998956bb998acee576)):
105149

106150
Removing the md5 function for the uuid generation with native pgsql
@@ -121,6 +165,18 @@ If this pull request
121165
configuration items that conform to this endpoint as seen here:
122166
https://datatracker.ietf.org/doc/html/rfc8414
123167

168+
* **changelog-oel:** Add `hydra debug challenge` command ([a94662f](https://github.com/ory/hydra/commit/a94662f1edc49e662a5e1818dbfd4cac15bd9ead)):
169+
170+
GitOrigin-RevId: 793cf3327696465ea89fdfcf078f26594832a666
171+
172+
* **changelog-oel:** Add expiry and TTL to `authentication_session` table ([d9ea549](https://github.com/ory/hydra/commit/d9ea5496d81c6218abfc407d7b0849ff03a41915)):
173+
174+
GitOrigin-RevId: 1a115d9e2055bbf9a0bb4ecf7c6a266b2b70a8cd
175+
176+
* **changelog:** Graceful refresh count limit ([470713d](https://github.com/ory/hydra/commit/470713da36862745ca0222c284e0692fa40559ae)):
177+
178+
GitOrigin-RevId: 7f8bf5fee8b06490f888590054d2dcd2f1cf2cba
179+
124180
* Implement RFC 8628 ([#3912](https://github.com/ory/hydra/issues/3912)) ([5215d24](https://github.com/ory/hydra/commit/5215d2482adc6328f6ed78ac7799f1f5243d1e7f)), closes [#3851](https://github.com/ory/hydra/issues/3851) [#3252](https://github.com/ory/hydra/issues/3252) [#3230](https://github.com/ory/hydra/issues/3230) [#2416](https://github.com/ory/hydra/issues/2416):
125181

126182
This patch introduces the OAuth 2.0 Device Authorization Grant to Ory
@@ -163,6 +219,14 @@ If this pull request
163219

164220
```
165221

222+
* Monorepo ([3ff992e](https://github.com/ory/hydra/commit/3ff992e38abe10156bc3b7bed37d35784bf3021b)):
223+
224+
GitOrigin-RevId: dbb48d171fad1f9b4fd31385f0ef4fb01e39e823
225+
226+
* Monorepo ([a77b206](https://github.com/ory/hydra/commit/a77b20608238b292192498bc35a20ebd0e47c9f0)):
227+
228+
GitOrigin-RevId: dbb48d171fad1f9b4fd31385f0ef4fb01e39e823
229+
166230
* Revoke Kratos session asynchronously ([#3936](https://github.com/ory/hydra/issues/3936)) ([a0e7ee2](https://github.com/ory/hydra/commit/a0e7ee29298d4f882a7d471e0601b01c6848c40d)):
167231

168232
This change makes the session revocation in Kratos async to improve
@@ -242,6 +306,17 @@ If this pull request
242306
POST admin/oauth2/auth/sessions/consent?consent_challenge_id=G_TIM3XABG14UwIgDoT1DRfipjhC1uix
243307
```
244308

309+
* Use vendored jackson ([a0a9062](https://github.com/ory/hydra/commit/a0a906211bce4ced3e1f4324eb9d287ef10892a6)):
310+
311+
GitOrigin-RevId: 591238768218ba2b5af93f91ac7e16f4c170da5b
312+
313+
314+
### Performance Improvements
315+
316+
* Add index to optimize jwt query ([72fa16d](https://github.com/ory/hydra/commit/72fa16d5f677bdf505847fa781d1ca84bc2ceb39)):
317+
318+
GitOrigin-RevId: 93e0aca39592dbd249c4df90506fa416bfdcaab4
319+
245320

246321
### Tests
247322

0 commit comments

Comments
 (0)