From 46a0cbaa80d8ef371fe76b7f95ccb298c35a9e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Thu, 12 Jun 2025 10:31:31 +0200 Subject: [PATCH 1/5] chore: u --- docs/self-hosted/oel/kratos/changelog.mdx | 5 +++++ docs/self-hosted/oel/oauth2/changelog.mdx | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/self-hosted/oel/kratos/changelog.mdx b/docs/self-hosted/oel/kratos/changelog.mdx index e41ffa099..7e77ddc19 100644 --- a/docs/self-hosted/oel/kratos/changelog.mdx +++ b/docs/self-hosted/oel/kratos/changelog.mdx @@ -4,6 +4,11 @@ title: Changelog for Ory Kratos OEL sidebar_label: Changelog --- +## 2025-06-11 + +### + + ## 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..ba2fb0f98 100644 --- a/docs/self-hosted/oel/oauth2/changelog.mdx +++ b/docs/self-hosted/oel/oauth2/changelog.mdx @@ -3,6 +3,14 @@ id: changelog title: Changelog for Ory Hydra OEL sidebar_label: Changelog --- +## 2025-06-11 + +### 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 From 7e6f64346509bcaf461d6e905575da8c93ac9ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Thu, 12 Jun 2025 10:51:57 +0200 Subject: [PATCH 2/5] chore: update changelo --- docs/self-hosted/oel/kratos/changelog.mdx | 6 +++++- docs/self-hosted/oel/oauth2/changelog.mdx | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/self-hosted/oel/kratos/changelog.mdx b/docs/self-hosted/oel/kratos/changelog.mdx index 7e77ddc19..282abe59e 100644 --- a/docs/self-hosted/oel/kratos/changelog.mdx +++ b/docs/self-hosted/oel/kratos/changelog.mdx @@ -6,8 +6,12 @@ sidebar_label: Changelog ## 2025-06-11 -### +### 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 diff --git a/docs/self-hosted/oel/oauth2/changelog.mdx b/docs/self-hosted/oel/oauth2/changelog.mdx index ba2fb0f98..1cf9eb9a6 100644 --- a/docs/self-hosted/oel/oauth2/changelog.mdx +++ b/docs/self-hosted/oel/oauth2/changelog.mdx @@ -3,14 +3,17 @@ id: changelog title: Changelog for Ory Hydra OEL sidebar_label: Changelog --- + ## 2025-06-11 ### 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. +- 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 From 437f098f8ccec38ceddffea312cd8d1217f97d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Thu, 12 Jun 2025 11:01:01 +0200 Subject: [PATCH 3/5] chore: u --- docs/self-hosted/oel/oauth2/changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/self-hosted/oel/oauth2/changelog.mdx b/docs/self-hosted/oel/oauth2/changelog.mdx index 1cf9eb9a6..7e5c9dfb6 100644 --- a/docs/self-hosted/oel/oauth2/changelog.mdx +++ b/docs/self-hosted/oel/oauth2/changelog.mdx @@ -10,9 +10,9 @@ sidebar_label: Changelog Changes: -- the hydra debug challenge command is available in the Ory Hydra Enterprise build and offers the ability to decode +- 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 +- 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 From d39dea922d568881732d37799afd24d9803a07f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wa=C5=82ach?= Date: Thu, 12 Jun 2025 11:28:49 +0200 Subject: [PATCH 4/5] chore: u --- docs/self-hosted/oel/kratos/changelog.mdx | 2 ++ docs/self-hosted/oel/oauth2/changelog.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/self-hosted/oel/kratos/changelog.mdx b/docs/self-hosted/oel/kratos/changelog.mdx index 282abe59e..53d4f46ae 100644 --- a/docs/self-hosted/oel/kratos/changelog.mdx +++ b/docs/self-hosted/oel/kratos/changelog.mdx @@ -6,6 +6,8 @@ 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 diff --git a/docs/self-hosted/oel/oauth2/changelog.mdx b/docs/self-hosted/oel/oauth2/changelog.mdx index 7e5c9dfb6..d2fa19df7 100644 --- a/docs/self-hosted/oel/oauth2/changelog.mdx +++ b/docs/self-hosted/oel/oauth2/changelog.mdx @@ -6,6 +6,8 @@ sidebar_label: Changelog ## 2025-06-11 +Tag: `290abca8469dc46c1ba07708849fed28fdbc1b69` + ### Add hydra debug commands Changes: From acdfda0dd29bcbeed75187460c952562ebe2f9ab Mon Sep 17 00:00:00 2001 From: vinckr Date: Thu, 12 Jun 2025 11:40:13 +0200 Subject: [PATCH 5/5] chore: format --- docs/self-hosted/oel/kratos/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosted/oel/kratos/changelog.mdx b/docs/self-hosted/oel/kratos/changelog.mdx index 53d4f46ae..e1cee1675 100644 --- a/docs/self-hosted/oel/kratos/changelog.mdx +++ b/docs/self-hosted/oel/kratos/changelog.mdx @@ -8,7 +8,7 @@ sidebar_label: Changelog Tag: `290abca8469dc46c1ba07708849fed28fdbc1b69` -### Make Code Submission Attempt Limit Configurable +### 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