Commit 3f6c1fc 1 parent 2d55081 commit 3f6c1fc Copy full SHA for 3f6c1fc
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 4.0.3 (November 15rd, 2023)
2
+
3
+ Bugfixes:
4
+ - Do not throw error if alternativas have data that can lead to negative numbers for probability calculation (@andrehjr , #703 )
5
+ - Do not persist invalid extra_info on ab_record_extra_info. (@trostli @andrehjr , #717 )
6
+ - CROSSSLOT keys issue fix when using redis cluster (@naveen-chidhambaram , #710 )
7
+ - Convert value to string before saving it in RedisAdapter (@Jealrock , #714 )
8
+ - Fix deprecation warning with Redis 4.8.0 (@martingregoire , #701 )
9
+
10
+ Misc:
11
+ - Add matrix as a default dependency (@andrehjr , #705 )
12
+ - Add Ruby 3.2 to Github Actions (@andrehjr , #702 )
13
+ - Update documentation regarding finding users outside a web session (@andrehjr , #716 )
14
+ - Update actions/checkout to v4 (@andrehjr , #718 )
15
+
1
16
# 4.0.2 (December 2nd, 2022)
2
17
3
18
Bugfixes:
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Split
4
- VERSION = "4.0.2 "
4
+ VERSION = "4.0.3 "
5
5
end
You can’t perform that action at this time.
0 commit comments