File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.3.0 (October 20th, 2015)
2+
3+ Features
4+
5+ - allow for custom redis_url different from ENV variable (@davidgrieser , #323 )
6+ - add ability to change the length of the persistence cookie (@peterylai , #335 )
7+
8+ Bugfixes:
9+
10+ - Rescue from Redis::BaseError instead of Redis::CannotConnectError (@nfm , #342 )
11+ - Fix active experiments when experiment is on a later version (@ndrisso , #331 )
12+ - Fix caching of winning alternative (@nfm , #329 )
13+
14+ Misc:
15+
16+ - Remove duplication from Experiment#save (@pakallis , #333 )
17+ - Remove unnecessary argument from Experiment#write_to_alternative (@t4deu , #332 )
18+
119## 1.2.1 (May 17th, 2015)
220
321Features
Original file line number Diff line number Diff line change 11module Split
22 MAJOR = 1
3- MINOR = 2
4- PATCH = 1
3+ MINOR = 3
4+ PATCH = 0
55 VERSION = [ MAJOR , MINOR , PATCH ] . join ( '.' )
66end
You can’t perform that action at this time.
0 commit comments