|
4 | 4 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> |
5 | 5 | **Table of Contents** |
6 | 6 |
|
7 | | -- [0.0.0 (2025-05-16)](#000-2025-05-16) |
| 7 | +- [0.0.0 (2025-05-20)](#000-2025-05-20) |
8 | 8 | - [Breaking Changes](#breaking-changes) |
9 | 9 | - [Related issue(s)](#related-issues) |
10 | 10 |
|
11 | 11 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
12 | 12 |
|
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) |
14 | 14 | ## Breaking Changes |
15 | 15 |
|
16 | 16 | This patch changes the behavior of configuration item `foo` to do bar. To keep the existing |
@@ -75,6 +75,27 @@ If this pull request |
75 | 75 | Updated the URL to https://www.ory.sh/docs/oauth2-oidc/jwt-access-token, |
76 | 76 | which provides proper JWT guidance. |
77 | 77 |
|
| 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 | + |
78 | 99 | * 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) |
79 | 100 | * Tos_uri validation ([#3945](https://github.com/ory/hydra/issues/3945)) ([007e224](https://github.com/ory/hydra/commit/007e22412ae72403415e8b2f2283154b8d88f511)): |
80 | 101 |
|
|
0 commit comments