Skip to content

v1.3.0

Compare
Choose a tag to compare
@andrew andrew released this 20 Oct 19:18
· 483 commits to main since this release

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"