Split v1.3.0 Release Notes

Release Date: 2015-10-20 // over 8 years ago
  • ๐Ÿ”‹ 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)