All Versions
61
Latest Version
Avg Release Cycle
110 days
Latest Release
739 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.0.0 Changes
March 30, 2017๐ Features:
- โ added block randomization algorithm and specs (@hulleywood, #475)
- Add ab_record_extra_info to allow record extra info to alternative and display on dashboard. (@tranngocsam, #460)
๐ Bugfixes:
- ๐ Avoid crashing on Ruby 2.4 for numeric strings (@flori, #470)
- ๐ Fix issue where redis isn't required (@tomciopp , #466)
Misc:
- Avoid variable_size_secure_compare private method (@eliotsykes, #465)
๐ Available on Rubygems: https://rubygems.org/gems/split/versions/3.0.0
gem install split -v 3.0.0
or via Bundler:
gem "split", "~> 3.0.0"
-
v2.2.0 Changes
November 11, 2016๐ Features:
- โ Remove dependency on Redis::Namespace (@bschaeffer, #425)
- ๐ Make resetting on experiment change optional (@moggyboy, #430)
- โ Add ability to force alternative on dashboard (@ccallebs, #437)
๐ Bugfixes:
- ๐ Fix variations reset across page loads for multiple=control and improve coverage (@Vasfed, #432)
Misc:
- โ Remove Explicit Return (@BradHudson, #441)
- โก๏ธ Update Redis config docs (@bschaeffer, #422)
- Harden HTTP Basic snippet against timing attacks (@eliotsykes, #443)
- โ Removed a couple old ruby 1.8 hacks (@andrew, #456)
- โ Run tests on rails 5 (@andrew, #457)
- ๐ Fixed a few codeclimate warnings (@andrew, #458)
- โ Use codeclimate for test coverage (@andrew #455)
๐ Available on Rubygems: https://rubygems.org/gems/split/versions/2.2.0
gem install split -v 2.2.0
or via Bundler:
gem "split", "~> 2.2.0"
-
v2.1.0 Changes
August 08, 2016๐ Features:
- ๐ Support REDIS_PROVIDER variable used in Heroku (@kartikluke, #426)
-
v2.0.0 Changes
July 17, 2016๐ฅ Breaking changes:
- โ Removed deprecated
finished
andbegin_experiment
methods - Namespaced override param to avoid potential clashes (@henrik, #398)
- โ Removed deprecated
-
v1.7.0 Changes
June 28, 2016๐ Features:
- โ Running concurrent experiments on same endpoint/view (@karmakaze, #421)
-
v1.6.0 Changes
June 16, 2016๐ Features:
- โ Add Dual Redis(logged-in)/cookie(logged-out) persistence adapter (@karmakaze, #420)
-
v1.5.0 Changes
June 08, 2016๐ Features:
- โ Add
expire_seconds:
TTL option to RedisAdapter (@karmakaze, #409) - Optional custom persistence adapter (@ndelage, #411)
Misc:
- โ Use fakeredis for testing (@andrew, #412)
- โ Add
-
v1.4.5 Changes
June 07, 2016๐ Bugfixes:
- ๐ FIX Negative numbers on non-finished (@divineforest, #408)
- Eliminate extra RedisAdapter hget (@karmakaze, #407)
- โ Remove unecessary code from Experiment class (@pakallis, #391, #392, #393)
Misc:
- ๐ง Simplify Configuration#normalized_experiments (@pakallis, #395)
- โ Clarify test running instructions (@henrik, #397)
-
v1.4.4 Changes
May 09, 2016๐ Bugfixes:
- Increment participation if store override is true and no experiment key exists (@spheric, #380)
Misc:
- ๐ Deprecated
finished
method in favour ofab_finished
(@andreibondarev, #389) - โ Added minimum version requirement to simple-random
- Clarify finished with first option being a hash in Readme (@henrik, #382)
- ๐จ Refactoring the User abstraction (@andreibondarev, #384)
-
v1.4.3 Changes
April 28, 2016๐ Features:
- โ add on_trial callback whenever a trial is started (@mtyeh411, #375)
๐ Bugfixes:
- ๐ Allow algorithm configuration at experiment level (@007sumit, #376)
Misc:
- only choose override if it exists as valid alternative (@spheric, #377)