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,5 +1,8 @@
1
-
2.3.0 (April XXX, 2025)
1
+
2.3.0 (May XXX, 2025)
2
2
- Added support for targeting rules based on rule-based segments.
3
+
- Updated the Redis storage to:
4
+
- Avoid lazy require of the `ioredis` dependency when the SDK is initialized, and
5
+
- Flag the SDK as ready from cache immediately to allow queueing feature flag evaluations before SDK_READY event is emitted (Reverted in v1.7.0).
3
6
4
7
2.2.0 (March 28, 2025)
5
8
- 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.
if(!RD)thrownewError('The SDK Redis storage is unavailable. Make sure your runtime environment supports CommonJS (`require`) so the `ioredis` dependency can be imported.');
0 commit comments