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
-
2.2.1 (May 7, 2025)
2
-
- Updated the Redis storage to avoid lazy require of the `ioredis` dependency when the SDK is initialized, and allow queueing feature flag evaluations before SDK_READY event is emitted (Reverted in v1.7.0).
1
+
2.2.1 (May XX, 2025)
2
+
- Updated 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 (Reverted in v1.7.0).
3
5
4
6
2.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.
if(!RD)thrownewError('The SDK Redis storage is not available. Your runtime environment must support CommonJS (`require`) to import the ioredis dependency.');
37
+
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