Skip to content

v3.4.0

Compare
Choose a tag to compare
@andrehjr andrehjr released this 10 Nov 00:54

This version includes a few performance improvements and bugfixes. 🚀

3.4.0 (November 9th, 2019)

Features:

  • Improve DualAdapter (@santib, #588), adds a new configuration for the DualAdapter, making it possible to keep consistency for logged_out/logged_in users. It's an opt-in flag. No Behavior was changed on this release.
  • Make dashboard pagination default "per" param configurable (@alopatin, #597)

Bugfixes:

  • Fix force_alternative for experiments with incremented version (@giraffate, #568)
  • Persist alternative weights (@giraffate, #570)
  • Combined experiment performance improvements (@gnanou, #575)
  • Handle correctly case when ab_finished is called before ab_test for a user (@gnanou, #577)
  • When loading active_experiments, it should not look into user's 'finished' keys (@andrehjr, #582)

Misc: