We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ced918b + db23162 commit 1a90236Copy full SHA for 1a90236
2 files changed
CHANGES.txt
@@ -1,5 +1,11 @@
1
CHANGES
2
3
+7.2.3 (Feb 24, 2021)
4
+- Fixed missing segment fetch after an SPLIT_UPDATE.
5
+- Updated streaming logic to support multiregion.
6
+- Updated sse client connection logic to read confirmation event.
7
+- Updated naming of retryable erros.
8
+
9
7.2.2 (Dec 18, 2020)
10
- Fixed issue: undefined local variable or method post_impressions_count
11
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
module SplitIoClient
- VERSION = '7.2.3.pre.rc1'
+ VERSION = '7.2.3'
end
0 commit comments