Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/self-hosted/oel/kratos/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ title: Changelog for Ory Kratos OEL
sidebar_label: Changelog
---

## 2025-06-11

Tag: `290abca8469dc46c1ba07708849fed28fdbc1b69`

### Make code submission attempt limit configurable

Previously the maximum number of submission attempts for codes (e.g., 2FA codes, email verification codes) was set to 5 in Ory
Kratos. This release allows the submission attempts to be configurable for system administrators based on specific security
policies or business requirements, the default value of 5 remains. To find out more how to configure it please read our
documentation https://www.ory.sh/docs/identities/sign-in/code-submission-limit

## 2025-05-27

### Initial Ory Kratos OEL release
Expand Down
13 changes: 13 additions & 0 deletions docs/self-hosted/oel/oauth2/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ title: Changelog for Ory Hydra OEL
sidebar_label: Changelog
---

## 2025-06-11

Tag: `290abca8469dc46c1ba07708849fed28fdbc1b69`

### Add hydra debug commands

Changes:

- the hydra debug challenge `<challenge>` command is available in the Ory Hydra Enterprise build and offers the ability to decode
various consent challenge and verifiers. Use hydra debug challenge --help for detailed documentation.
- the hydra debug encrypted-session `<session>` command for Ory Hydra Enterprise offers the ability to decrypt encrypted session
data which is kept in the database.

## 2025-05-09

### Update OSS dependency of Hydra OEL
Expand Down
Loading