File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11CHANGES
22
3- 8.10.1 (Jan 21, 2025)
4- - Fixed rule-based segment matcher.
3+ 8.10.1 (Jan 28, 2025)
4+ - Fixed rule-based segment matcher to exit when a conition is met.
5+ - Fixed impressions properties format in redis mode.
56
678.10.0 (Nov 28, 2025)
78- Updated socketry gem used in streaming feature with built-in socket lib.
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ def close(status = nil)
4343 end
4444 @config . logger . debug ( "Closing SSEClient socket" )
4545
46+ push_status ( status )
4647 @connected . make_false
4748 @socket . sync_close = true if @socket . is_a? OpenSSL ::SSL ::SSLSocket
4849 @socket . close
4950 @config . logger . debug ( "SSEClient socket state #{ @socket . state } " ) if @socket . is_a? OpenSSL ::SSL ::SSLSocket
50- push_status ( status )
5151 rescue StandardError => e
5252 @config . logger . error ( "SSEClient close Error: #{ e . inspect } " )
5353 end
Original file line number Diff line number Diff line change 11module SplitIoClient
2- VERSION = '8.10.1-rc.2 '
2+ VERSION = '8.10.1'
33end
You can’t perform that action at this time.
0 commit comments