We are thrilled to announce the release of: ovsdbapp 0.15.1: A library for creating OVSDB applications This release is part of the stein 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 0.15.0..0.15.1 ---------------------------------- 1e538a2 Accept a Row as a result in AddCommand 1cb33fa Add "inactivity_probe" parameter to "enable_connection_uri" 8b8d15b Allow read-only Commands to bypass txns in execute() 22a309e Call row.verify() when updating map columns with db_set 0703dd3 Fix spurious test failure 9cb971e Make Event logging more useful by default b22e1c4 Unbreak mock-releated autospec issue 07b3b48 Fix functional tests 8bcc327 OpenDev Migration Patch 9ab777c Update .gitreview for stable/stein 1e9bcc7 Update UPPER_CONSTRAINTS_FILE for stable/stein 5a844f0 Bump appdirs lower constraint Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- lower-constraints.txt | 2 +- ovsdbapp/backend/ovs_idl/command.py | 38 ++++++++++++++++------ ovsdbapp/backend/ovs_idl/event.py | 5 ++- ovsdbapp/backend/ovs_idl/idlutils.py | 11 +++++++ ovsdbapp/event.py | 5 +++ ovsdbapp/schema/open_vswitch/helpers.py | 10 ++++-- ovsdbapp/schema/ovn_northbound/commands.py | 8 ++--- .../schema/open_vswitch/test_impl_idl.py | 5 ++- tools/setup-ovs.sh | 2 +- tox.ini | 2 +- 12 files changed, 67 insertions(+), 27 deletions(-)