Skip to content

Commit 3f6c1fc

Browse files
committed
Bump v4.0.3
1 parent 2d55081 commit 3f6c1fc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

318
Bugfixes:

lib/split/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Split
4-
VERSION = "4.0.2"
4+
VERSION = "4.0.3"
55
end

0 commit comments

Comments
 (0)