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-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
-
11.2.1 (May 7, 2025)
2
-
- Updated @splitsoftware/splitio-commons package to version 2.2.1, which optimizes the Redis storage to avoid lazy require of the `ioredis` dependency and allow queueing feature flag evaluations before SDK_READY event is emitted (Reverted in v10.22.0).
1
+
11.2.1 (May XX, 2025)
2
+
- Updated @splitsoftware/splitio-commons package to version 2.2.1, which optimizes the Redis storage to:
3
+
- Avoid lazy require of the `ioredis` dependency when the SDK is initialized, and
4
+
- Flag the SDK as ready from cache immediately to allow queueing feature flag evaluations before SDK_READY event is emitted.
3
5
4
6
11.2.0 (March 28, 2025)
5
7
- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
0 commit comments