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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
2.1.0 (January XX, 2025)
2
2
- Added `impressionsDisabled` property to SDK Manager's `SplitView` type.
3
+
- Added two new configuration options for the SDK storage in browsers when using storage type `LOCALSTORAGE`:
4
+
- `storage.expirationDays` to specify the validity period of the rollout cache.
5
+
- `storage.clearOnInit` to clear the rollout cache on SDK initialization.
3
6
- Updated implementation of the impressions tracker and strategies to support feature flags with impressions tracking disabled.
7
+
- Updated SDK_READY_FROM_CACHE event when using the `LOCALSTORAGE` storage type to be emitted alongside the SDK_READY event if it has not already been emitted.
4
8
5
9
2.0.3 (January 9, 2025)
6
10
- Bugfixing - Properly handle rejected promises when using targeting rules with segment matchers in consumer modes (e.g., Redis and Pluggable storages).
0 commit comments