Skip to content
Closed
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
7 changes: 7 additions & 0 deletions docs/overview/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ sidebar_custom_props:
icon: "pen"
---

<Update label="June 25, 2026" description="apps-0.2.103">

**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.

</Update>

<Update label="April 23, 2026" description="apps-0.2.99">

Internal improvements and maintenance updates.
Expand Down
Loading