Skip to content

Commit 75373b2

Browse files
committed
autogen(docs): regenerate and update changelog
[skip ci]
1 parent 38efece commit 75373b2

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGELOG.md

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

1616
This patch changes the behavior of configuration item `foo` to do bar. To keep the existing
@@ -75,6 +75,27 @@ If this pull request
7575
Updated the URL to https://www.ory.sh/docs/oauth2-oidc/jwt-access-token,
7676
which provides proper JWT guidance.
7777

78+
* Migrations on CockroachDB v25+ ([#3994](https://github.com/ory/hydra/issues/3994)) ([38efece](https://github.com/ory/hydra/commit/38efece55be02d722eafef9d0cec06ec12a29d65)), closes [#3964](https://github.com/ory/hydra/issues/3964) [#3993](https://github.com/ory/hydra/issues/3993):
79+
80+
I've added some output to the generated migrations files to make them
81+
easier to recreate, hence the big diff.
82+
83+
These are important:
84+
85+
```
86+
persistence/sql/migrations/20211004110001000000_change_client_primary_key.cockroach.down.sql
87+
persistence/sql/migrations/20211004110001000000_change_client_primary_key.cockroach.up.sql
88+
persistence/sql/migrations/20211004110003000000_change_client_primary_key.cockroach.down.sql
89+
persistence/sql/migrations/20211004110003000000_change_client_primary_key.cockroach.up.sql
90+
91+
persistence/sql/migrations/20211011000001000000_change_jwk_primary_key.cockroach.down.sql
92+
persistence/sql/migrations/20211011000001000000_change_jwk_primary_key.cockroach.up.sql
93+
persistence/sql/migrations/20211011000003000000_change_jwk_primary_key.cockroach.down.sql
94+
persistence/sql/migrations/20211011000003000000_change_jwk_primary_key.cockroach.up.sql
95+
96+
persistence/sql/src/20220210000001_nid/20220210000001000000_nid.cockroach.up.sql
97+
```
98+
7899
* 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)
79100
* Tos_uri validation ([#3945](https://github.com/ory/hydra/issues/3945)) ([007e224](https://github.com/ory/hydra/commit/007e22412ae72403415e8b2f2283154b8d88f511)):
80101

0 commit comments

Comments
 (0)