Skip to content

Commit 7250963

Browse files
authored
Merge branch 'development' into update-license
2 parents 53fa0a3 + 9e018db commit 7250963

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,4 +1,8 @@
11
CHANGES
2+
3+
Next release (TBD)
4+
- Fixed ruby process hanging due to failed thread.join command, when calling destroy and a http request still active.
5+
26
8.3.0 (Dec 11, 2023)
37
- Added support for Flag Sets on the SDK, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
48
- Added new variations of the get treatment methods to support evaluating flags in given flag set/s.

lib/splitclient-rb/exceptions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module SplitIoClient
22
class SplitIoError < StandardError; end
33

4-
class SDKShutdownException < SplitIoError; end
4+
class SDKShutdownException < Exception; end
55

66
class SDKBlockerTimeoutExpiredException < SplitIoError; end
77

0 commit comments

Comments
 (0)