We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f2f43 commit 30369f7Copy full SHA for 30369f7
2 files changed
CHANGES.txt
@@ -1,7 +1,8 @@
1
CHANGES
2
3
-8.10.1 (Jan 21, 2025)
4
-- Fixed rule-based segment matcher.
+8.10.1 (Jan 28, 2025)
+- Fixed rule-based segment matcher to exit when a conition is met.
5
+- Fixed impressions properties format in redis mode.
6
7
8.10.0 (Nov 28, 2025)
8
- Updated socketry gem used in streaming feature with built-in socket lib.
lib/splitclient-rb/version.rb
@@ -1,3 +1,3 @@
module SplitIoClient
- VERSION = '8.10.1-rc.2'
+ VERSION = '8.10.1'
end
0 commit comments