Skip to content

Commit 365dd4e

Browse files
chore(#17): this commit updates the CHANGELOG to include notes about version 4.2.0, which introduces a fluent API to the SDK
1 parent 67d6b8a commit 365dd4e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.2.0 - 2026-04-24
2+
3+
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.
4+
5+
for example, instead of manually initializing a parameter object, you can now use a builder pattern and pass the result directly to the client method. this pattern is consistent across all filter types exposed by the sdk.
6+
17
# 4.1.0 - 2026-04-24
28

39
this release introduces per-realm key rotation, allowing each realm to manage and rotate its own signing keys independently.

0 commit comments

Comments
 (0)