Skip to content

Commit 3ffed6d

Browse files
committed
updated changes.txt
1 parent 9d6c626 commit 3ffed6d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22

33
8.1.0 (Oct 3, 2022)
4-
-
4+
- 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.
55

66
8.0.1 (Jul 20, 2022)
77
- Updated dependencies to support faraday > 2.0
@@ -52,9 +52,10 @@ CHANGES
5252
- Updated ably error handling.
5353

5454
7.2.0 (Sep 25, 2020)
55-
- Added deduplication logic for impressions data.
56-
- Now there are two modes for Impressions when the SDK is in standalone mode, OPTIMIZED (default) that only ships unique impressions and DEBUG for times where you need to send ALL impressions to debug an integration.
57-
- Impression listener remains unchanged and will still get all impressions.
55+
- Added impressions dedupe logic to avoid sending duplicated impressions:
56+
- Added `OPTIMIZED` and `DEBUG` modes in order to enabling/disabling how impressions are going to be sent into Split servers,
57+
- `OPTIMIZED`: will send unique impressions in a timeframe in order to reduce how many times impressions are posted to Split.
58+
- `DEBUG`: will send every impression generated to Split.
5859

5960
7.1.3 (Jul 31, 2020)
6061
- Updated rake development dependency to ~> 12.3.3.

0 commit comments

Comments
 (0)