We are satisfied to announce the release of: ovsdbapp 1.2.2: A library for creating OVSDB applications This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/ovsdbapp Download the package from: https://tarballs.openstack.org/ovsdbapp/ Please report issues through: https://bugs.launchpad.net/ovsdbapp/+bugs For more details, please see below. Changes in ovsdbapp 1.2.1..1.2.2 -------------------------------- b49239d Don't give up when an Exception happens in idl.run 9168ddc Add lock when calling idl.run() 218cf7c Avoid race condition with RowEvent handling Diffstat (except docs and test files) ------------------------------------- ovsdbapp/backend/ovs_idl/__init__.py | 3 +- ovsdbapp/backend/ovs_idl/command.py | 5 +-- ovsdbapp/backend/ovs_idl/connection.py | 34 +++++++++++-------- ovsdbapp/backend/ovs_idl/event.py | 6 ++++ ovsdbapp/backend/ovs_idl/idlutils.py | 39 ++++++++++++++++++++++ ovsdbapp/event.py | 11 ++++++ .../schema/ovn_southbound/test_impl_idl.py | 2 +- 8 files changed, 84 insertions(+), 20 deletions(-)