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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
- Updated the Redis storage to:
10
10
- Avoid lazy require of the `ioredis` dependency when the SDK is initialized, and
11
11
- 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).
12
-
- Bugfix - Enhanced HTTP client module to implement timeouts for failing requests that might otherwise remain pending indefinitely on some Fetch API implementations.
12
+
- Bugfix - Enhanced HTTP client module to implement timeouts for failing requests that might otherwise remain pending indefinitely on some Fetch API implementations, pausing the SDK synchronization process.
13
13
14
14
2.2.0 (March 28, 2025)
15
15
- 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.
[c.ERROR_SYNC_OFFLINE_LOADING,c.LOG_PREFIX_SYNC_OFFLINE+'There was an issue loading the mock feature flags data. No changes will be applied to the current cache. %s'],
15
15
[c.ERROR_STREAMING_SSE,c.LOG_PREFIX_SYNC_STREAMING+'Failed to connect or error on streaming connection, with error message: %s'],
16
16
[c.ERROR_STREAMING_AUTH,c.LOG_PREFIX_SYNC_STREAMING+'Failed to authenticate for streaming. Error: %s.'],
17
-
[c.ERROR_HTTP,'Response status is not OK. Status: %s. URL: %s. Message: %s'],
17
+
[c.ERROR_HTTP,'HTTP request failed with %s. URL: %s. Message: %s'],
18
18
// client status
19
19
[c.ERROR_CLIENT_LISTENER,'A listener was added for %s on the SDK, which has already fired and won\'t be emitted again. The callback won\'t be executed.'],
20
20
[c.ERROR_CLIENT_DESTROYED,'%s: Client has already been destroyed - no calls possible.'],
0 commit comments