We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91b9266 + 9299411 commit 496265dCopy full SHA for 496265d
CHANGES.txt
@@ -1,5 +1,9 @@
1
CHANGES
2
3
+8.4.0 (May 3, 2024)
4
+- Fixed issue preventing Impressopns and Events posting if client.destroy is called before the post threads started
5
+- Added support for targeting rules based on semantic versions (https://semver.org/).
6
+
7
8.3.1 (Mar 22, 2024)
8
- Fixed ruby process hanging due to failed thread.join command, when calling destroy and a http request still active.
9
- Fixed streaming notification parser. Issue ref: https://github.com/splitio/ruby-client/issues/511
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
module SplitIoClient
- VERSION = '8.3.1'
+ VERSION = '8.4.0'
end
0 commit comments