From b5ad83455f37d192feafa1de43e2a0db9f1d33d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Jun 2026 12:09:22 +0000 Subject: [PATCH] docs: add release notes for apps-0.2.103 --- docs/overview/changelog.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/overview/changelog.mdx b/docs/overview/changelog.mdx index 2e08f4f7..847afb21 100644 --- a/docs/overview/changelog.mdx +++ b/docs/overview/changelog.mdx @@ -5,6 +5,13 @@ sidebar_custom_props: icon: "pen" --- + + +**Features** +- Dynamic Client Registration sub-clients (e.g., development tools) can now use localhost redirect URIs without requiring them in the parent application's domain list. This is controlled by a new `subClientsIgnoreDomainChecks` configuration option, which defaults to disabled for backward compatibility. + + + Internal improvements and maintenance updates.