We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced918b commit 657d1ccCopy full SHA for 657d1cc
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 occupancy logic to process secondary region.
6
+- Updated sse client connection confirmation.
7
+- Updated naming 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