File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 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+
116# 4.0.2 (December 2nd, 2022)
217
318Bugfixes:
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Split
4- VERSION = "4.0.2 "
4+ VERSION = "4.0.3 "
55end
You can’t perform that action at this time.
0 commit comments