Ussuri Series Release Notes

8.0.0-3

New Features

  • A new events_delete_batch_size config option is introduced to specify a number of events to be deleted in one iteration from the database. It will help when thare’re a lot of events in the database and panko-expire consumes a lot of memory to delete all records with a single call.

Bug Fixes

  • Fixed the issue that panko-expire is consuming too much memory during events cleaning up.

8.0.0

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of Panko to support py2.7 is OpenStack Train. The minimum version of Python now supported by Panko is Python 3.6.