Skip to content

Releases: splitrb/split

v1.4.3

28 Apr 06:50
2db324f
Compare
Choose a tag to compare

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)

Available on Rubygems: https://rubygems.org/gems/split/versions/1.4.3

gem install split -v 1.4.3

or via Bundler:

gem "split", "~> 1.4.3"

v1.4.2

28 Apr 06:49
07c3387
Compare
Choose a tag to compare

Misc:

Available on Rubygems: https://rubygems.org/gems/split/versions/1.4.2

gem install split -v 1.4.2

or via Bundler:

gem "split", "~> 1.4.2"

v1.4.1

21 Apr 21:38
0871647
Compare
Choose a tag to compare

Bugfixes:

  • respect manual start configuration after an experiment has been deleted (@mtyeh411, #372)

Misc:

Available on Rubygems: https://rubygems.org/gems/split/versions/1.4.1

gem install split -v 1.4.1

or via Bundler:

gem "split", "~> 1.4.1"

v1.4.0

02 Apr 08:17
Compare
Choose a tag to compare

Features:

  • Added experiment filters to dashboard (@ccallebs, #363, #364)
  • Added Contributor Covenant Code of Conduct

Available on Rubygems: https://rubygems.org/gems/split/versions/1.4.0

gem install split -v 1.4.0

or via Bundler:

gem "split", "~> 1.4.0"

v1.3.2

02 Jan 14:49
Compare
Choose a tag to compare

Bugfixes:

Available on Rubygems: https://rubygems.org/gems/split/versions/1.3.2

gem install split -v 1.3.2

or via Bundler:

gem "split", "~> 1.3.2"

v1.3.1

01 Jan 13:55
Compare
Choose a tag to compare

Bugfixes:

Available on Rubygems: https://rubygems.org/gems/split/versions/1.3.1

gem install split -v 1.3.1

or via Bundler:

gem "split", "~> 1.3.1"

v1.3.0

20 Oct 19:18
Compare
Choose a tag to compare

Features

  • allow for custom redis_url different from ENV variable (@davidgrieser, #323)
  • add ability to change the length of the persistence cookie (@peterylai, #335)

Bugfixes:

  • Rescue from Redis::BaseError instead of Redis::CannotConnectError (@nfm, #342)
  • Fix active experiments when experiment is on a later version (@ndrisso, #331)
  • Fix caching of winning alternative (@nfm, #329)

Misc:

  • Remove duplication from Experiment#save (@pakallis, #333)
  • Remove unnecessary argument from Experiment#write_to_alternative (@t4deu, #332)

Available on Rubygems: https://rubygems.org/gems/split/versions/1.3.0

gem install split -v 1.3.0

or via Bundler:

gem "split", "~> 1.3.0"

v1.2.1

17 May 09:17
Compare
Choose a tag to compare

Features

Bugfixes:

Misc:

Available on Rubygems: https://rubygems.org/gems/split/versions/1.2.1

gem install split -v 1.2.1

or via Bundler:

gem "split", "~> 1.2.1"

v1.2.0

24 Jan 12:10
Compare
Choose a tag to compare

Features

  • Configure redis using environment variables if available (@saratovsource , #293)
  • Store metadata on experiment configuration (@dekz, #291)

Bugfixes:

  • Revert the Trial#complete! public API to support noargs (@dekz, #292)

Available on Rubygems: https://rubygems.org/gems/split/versions/1.2.0

gem install split -v 1.2.0

or via Bundler:

gem "split", "~> 1.2.0"

v1.1.0

09 Jan 19:01
Compare
Choose a tag to compare

Features:

Misc:

  • Use the new travis container based infrastructure for tests (@andrew, #280)

Available on Rubygems: https://rubygems.org/gems/split/versions/1.1.0

gem install split -v 1.1.0

or via Bundler:

gem "split", "~> 1.1.0"