Skip to content

Commit 31803dc

Browse files
committed
Updated version and changelogs
1 parent 8fc0806 commit 31803dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
6.8.1 (Nov 10, 2025)
2+
- Fixed to use an old proxy with 1.3 spec.
3+
14
6.8.0 (Sep 26, 2025)
25
- 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.
36
- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.

splitio/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package splitio
22

33
// Version contains a string with the split sdk version
4-
const Version = "6.8.1-rc7"
4+
const Version = "6.8.1"

0 commit comments

Comments
 (0)