Skip to content

Commit 0575156

Browse files
feature(#20): this commit updates README to reflect the new version 4.0.0 for docker pull command
1 parent 49e5a1f commit 0575156

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.0.0 - 2026-04-20
2+
3+
this release introduces full multi-client support per realm. In previous versions, a realm (tenant) was effectively treated as a single client, but starting in 4.0.0 each realm can manage multiple clients with their own credentials, permissions, flows, redirect uris, and audiences. We also added dedicated client management capabilities and support for multiple token audiences during issuance and validation.
4+
5+
this is a breaking change for users upgrading from 3.1.1 and earlier, because integrations that assumed a 1:1 mapping between realm and client must now be updated to work with explicit clients and their configured audiences.
6+
17
# 3.1.1 - 2026-03-30
28

39
this release includes internal improvements and performance optimizations to enhance the overall system efficiency. We removed unused experimental scope-related code that is no longer required and introduced new database indexes to improve query performance. These changes help ensure faster and more reliable data access while maintaining existing functionality without breaking changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can pull either:
6565

6666
```bash
6767
docker pull httpsrichardy/federation:latest
68-
docker pull httpsrichardy/federation:3.0.0
68+
docker pull httpsrichardy/federation:4.0.0
6969
```
7070

7171
To run the container, provide the required environment variables for database and administration bootstrap:

0 commit comments

Comments
 (0)