We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 894de6e + 2930910 commit 1a654dfCopy full SHA for 1a654df
2 files changed
CHANGES.txt
@@ -1,5 +1,15 @@
1
CHANGES
2
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
+
13
7.3.2 (Dec 10, 2021)
14
- Updated the readiness flow to be more consistent with the other sdks and improve the readiness time.
15
- Updated the name of telemety key latencies in Redis.
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
module SplitIoClient
- VERSION = '7.3.3.pre.rc18'
+ VERSION = '7.3.3'
end
0 commit comments