You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
10.6.0 (Jan 28, 2026)
2
2
- Fixed non-blocking error when fetching feature flags from redis.
3
-
- Added functionality to subscribe to events when SDK update its storage, when its ready and when block until ready call time-out. Read more in our docs.
3
+
- Added the ability to listen to different events triggered by the SDK
4
+
- SDK_UPDATE notify when a flag or user segment has changed
5
+
- SDK_READY notify when the SDK is ready to evaluate
6
+
- SDK_READY_TIMED_OUT notify when block_until_ready() call is timed-out
4
7
5
8
10.5.1 (Oct 15, 2025)
6
9
- Added using String only parameter for treatments in FallbackTreatmentConfiguration class.
0 commit comments