diff --git a/docs/self-hosted/oel/kratos/changelog.mdx b/docs/self-hosted/oel/kratos/changelog.mdx index e41ffa099..e1cee1675 100644 --- a/docs/self-hosted/oel/kratos/changelog.mdx +++ b/docs/self-hosted/oel/kratos/changelog.mdx @@ -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 diff --git a/docs/self-hosted/oel/oauth2/changelog.mdx b/docs/self-hosted/oel/oauth2/changelog.mdx index 2b85b82e2..d2fa19df7 100644 --- a/docs/self-hosted/oel/oauth2/changelog.mdx +++ b/docs/self-hosted/oel/oauth2/changelog.mdx @@ -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 `` 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 `` 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