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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
1.8.0 (October 5, 2022)
2
+
- Updated @splitsoftware/splitio dependency to version 10.22.0, which includes:
3
+
- Added a new impressions mode for the SDK called NONE, to be used in factory when there is no desire to capture impressions on an SDK factory to feed Split's analytics engine. Running NONE mode, the SDK will only capture unique keys evaluated for a particular feature flag instead of full blown impressions.
4
+
- Updated default value of `scheduler.featuresRefreshRate` config parameter from 30 seconds to 60 seconds.
5
+
- Updated storage implementations to improve the performance of split evaluations (i.e., `getTreatment(s)` method calls) when using the default storage in memory.
6
+
1
7
1.7.1 (July 25, 2022)
2
8
- Bugfixing - Updated @splitsoftware/splitio-commons dependency to include new features and updates.
0 commit comments