Skip to content

Commit 631c74b

Browse files
authored
Merge pull request #452 from splitio/release-8.1.1
Release 8.1.1
2 parents 812d556 + c4a1ec3 commit 631c74b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

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

3+
8.1.1 (Mar 17, 2023)
4+
- Added retries with backoff when the sdk tries to connect to the Streaming service and it is not available.
5+
- Updated the way that the sdk write mtks in redis.
6+
- Fixed calculation of timeUntilReady in telemetry.
7+
38
8.1.0 (Oct 5, 2022)
49
- 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.
510

lib/splitclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SplitIoClient
2-
VERSION = '8.1.1.pre.rc2'
2+
VERSION = '8.1.1'
33
end

0 commit comments

Comments
 (0)