Skip to content

Commit 496265d

Browse files
authored
Merge pull request #533 from splitio/release-8.4.0
Release 8.4.0
2 parents 91b9266 + 9299411 commit 496265d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGES
22

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+
37
8.3.1 (Mar 22, 2024)
48
- Fixed ruby process hanging due to failed thread.join command, when calling destroy and a http request still active.
59
- Fixed streaming notification parser. Issue ref: https://github.com/splitio/ruby-client/issues/511

lib/splitclient-rb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SplitIoClient
2-
VERSION = '8.3.1'
2+
VERSION = '8.4.0'
33
end

0 commit comments

Comments
 (0)