Victoria Series Release Notes

17.5.0

New Features

  • Added events_delete_batch_size parameter to the expirer class to enable configurationof the parameter with same name. It serves the purpose of limiting number of deletedevents in single purge run.

17.3.0

New Features

  • Add mysql_enable_ndb parameter to select mysql storage engine.

  • The newpanko::expirer::maxdelay parameter has been added. If thisparameter has a positive value, it avoids collisional execution ofpanko-expirer in multiple nodes, by introducing randomized sleep beforecommand execution.

Deprecation Notes

  • Thepanko::expirer::enable_cron parameter has been deprecated and willbe removed in a future release. Usepanko::expirer::ensure instead.

17.2.0

New Features

  • The newpanko::keystone::authtoken::interface parameter has been added,which can be used to set the interface parameter in authtoken middleware.