Skip to content

Commit bf5ee33

Browse files
docs(#25): this commit updates CHANGELOG for 4.2.1 release and README to reflect new version
1 parent d8eca4d commit bf5ee33

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.2.1 - 2026-04-25
2+
3+
this patch fixes an issue in the authorization_code flow where the access token issued for an authenticated user did not include the allowed audiences configured on the requesting client. this created a mismatch between the client context that initiated authorization and the resulting user token.
4+
5+
starting in 4.2.1, when a client obtains an authorization code and exchanges it for an access token, the generated user access token now includes all allowed audiences configured for that client. in the same flow, the authorization code is also bound to the client context to ensure exchange consistency.
6+
17
# 4.2.0 - 2026-04-24
28

39
this release introduces a fluent builder api to the sdk, making it more intuitive and expressive to construct filter parameters for client calls. previously, using parameter models required manual object initialization and explicit property assignment, which could become verbose as the number of filters grew. with the new fluent approach, developers can chain builder methods in a readable and intention-driven way, improving both usability and discoverability of the api.

README.md

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

6868
```bash
6969
docker pull httpsrichardy/federation:latest
70-
docker pull httpsrichardy/federation:4.1.0
70+
docker pull httpsrichardy/federation:4.2.1
7171
```
7272

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

0 commit comments

Comments
 (0)