hydra/CHANGELOG.md

673 KiB

Changelog

Table of Contents

0.0.0 (2025-11-07)

25.4.0 (2025-11-06)

v25.4.0

Breaking Changes

This patch changes the behavior of configuration item foo to do bar. To keep the existing behavior please do baz.

-->

## Related issue(s)

<!--
If this pull request

1. is a fix for a known bug, link the issue where the bug was reported
in the format of `#1234`;
2. is a fix for a previously unknown bug, explain the bug and how to
reproduce it in this pull request;
3. implements a new feature, link the issue containing the design
document in the format of `#1234`;
4. improves the documentation, no issue reference is required.

Pull requests introducing new features, which do not have a design
document linked are more likely to be rejected and take on average 2-8
weeks longer to
get merged.

You can discuss changes with maintainers either in the Github
Discussions in this repository or
join the [Ory Chat](https://www.ory.sh/chat).
-->

## Checklist

<!--
Put an `x` in the boxes that apply. You can also fill these out after
creating the PR.

Please be aware that pull requests must have all boxes ticked in order
to be merged.

If you're unsure about any of them, don't hesitate to ask. We're here to
help!
-->

- [ ] I have read the [contributing
guidelines](../blob/master/CONTRIBUTING.md).
- [ ] I have referenced an issue containing the design document if my
change
      introduces a new feature.
- [ ] I am following the
[contributing code

This patch changes the behavior of configuration item `foo` to do bar. To keep the existing
behavior please do baz.

-->

Checklist

  • I have read the contributing guidelines.
  • I have referenced an issue containing the design document if my change introduces a new feature.
  • I am following the [contributing code

Bug Fixes

  • Add repo syncing for polis (46d17f8):

    GitOrigin-RevId: e277a25d594b512b800d39dd18f36ea3d99fcf84

  • Add virtual expiry column to flow for easy cross-db querying (1c402e3):

    GitOrigin-RevId: 5b41402e367523009eec0e25c8cf1ea129e6b96e

  • Allow updating when JWKS URI is set (#3935) (#3946) (fb1655b):

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

  • Always use EC private keys in tests (7481827):

    GitOrigin-RevId: a82b6e636e84d543db3b035194c3a5dc85286afc

  • Better tracing in proxy HTTP (0d8a797):

    GitOrigin-RevId: e66493762481986aefa8c73c676b1f7515cd29cb

  • Case-insensitive user_code scrubbing (#3979) (d389fd0)

  • changelog-oel: Cap grace period for refresh token rotation at 30d (35d5d58):

    GitOrigin-RevId: a8785b2760897612d8b72d62b95622f35ee8ac36

  • changelog-oel: Reduce rows read when checking past consents (ace80c2):

    GitOrigin-RevId: 2df16d3053a1b4fb0bb0eb9e4f829f6861a55f1b

  • changelog-oel: Replace returning * with defined column names (0b26e27):

    GitOrigin-RevId: 8fa1912556293bba8f9c841ec316da18a52ea61e

  • changelog-oel: Update expires_at on token use (0588744):

    GitOrigin-RevId: c4ea129061ba34aaae5ed63403ee32221aee5556

  • changelog-oel: Use keyset pagination instead of offset (cbf14c0):

    GitOrigin-RevId: 61645585277edd95914705499afd7211a85983eb

  • CLI usage help examples (#3943) (e24f9a7)

  • Copybara script (7b33358):

    GitOrigin-RevId: 14665e01451ac5fcdda148b473b8fc35d4fe21ef

  • Correct multiple instances of 'stragegy' typo (#3906) (50eefbc):

    This commit addresses several occurrences where 'strategy' was misspelled as 'stragegy' throughout the codebase.

    Additionally, a similar issue was found and corrected in the Ory documentation repository (ory/docs), with a corresponding pull request submitted.

  • Deduplicate down migrations (02baf36):

    GitOrigin-RevId: 94c68daeded4f3b6f42d079d71415d8935a74e69

  • deps: Update go-x (582a3c5):

    GitOrigin-RevId: 2d32f7710b9c6111a30f4e0d3cc0abc967d7dfb6

  • Escape IPv6 regex string (0ba326a):

    GitOrigin-RevId: cf04d7cae93aea32950a149527e2b1319af97b39

  • Failing CI in OSS repos (c900985):

    GitOrigin-RevId: 3d1f84b0f0d006971aea9489322b3e0f32a6a7e3

  • Fix expires_at timestamp not in UTC leading to local test failures (337000a):

    GitOrigin-RevId: 560d958391b12ace6db9d4c05074719e96e0329e

  • Fixed typo in description of api (4551eb6):

    GitOrigin-RevId: 020354a01d85ec411d879d7ebf260b7fce71c539

  • Force autocommit for device auth code migration (#3991) (29761f4), closes ../blob/master/CONTRIBUTING.md#contributing-code: