Skip to content

Commit fc69af4

Browse files
committed
updated changes and version
1 parent e728d3e commit fc69af4

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.6.0 (Jun xx, 2025)
4+
- Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.
5+
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
6+
37
8.5.0 (Jan 17, 2025)
48
- Fixed high cpu usage when unique keys are cleared every 24 hours.
59
- Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.

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.6.0-rc1'
2+
VERSION = '8.6.0'
33
end

0 commit comments

Comments
 (0)