Skip to content

Commit 1a654df

Browse files
authored
Merge pull request #403 from splitio/release-7.3.3
Release 7.3.3
2 parents 894de6e + 2930910 commit 1a654df

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGES.txt

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

3+
7.3.3 (Jan 28, 2021)
4+
- Fixed edge cases where the sdk lost streaming connection.
5+
- Updated default auth service url to https://auth.split.io/api/v2/auth
6+
- Updated dependencies:
7+
- faraday to >= 0.8, < 2.0
8+
- net-http-persistent to >= 2.9, < 5.0
9+
- redis to >= 4.0.0, < 5.0
10+
- socketry to >= 0.4, < 1.0
11+
- thread_safe to ~> 0.3
12+
313
7.3.2 (Dec 10, 2021)
414
- Updated the readiness flow to be more consistent with the other sdks and improve the readiness time.
515
- Updated the name of telemety key latencies in Redis.

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 = '7.3.3.pre.rc18'
2+
VERSION = '7.3.3'
33
end

0 commit comments

Comments
 (0)