We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc4f05 commit 653dbb2Copy full SHA for 653dbb2
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
CHANGES
2
3
-7.3.3 (Jan 28, 2021)
+7.3.4 (Feb 21, 2022)
4
+- Updated streaming events architecture with a new queue logic.
5
+- Fixed redis integration Pipelining command deprecation warning.
6
+
7
+7.3.3 (Jan 28, 2022)
8
- Fixed edge cases where the sdk lost streaming connection.
9
- Updated default auth service url to https://auth.split.io/api/v2/auth
10
- Updated dependencies:
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
module SplitIoClient
- VERSION = '7.3.4.pre.rc2'
+ VERSION = '7.3.4'
end
0 commit comments