CHANGES
=======

0.3.0
-----

* test\_integration.py: remove neutron dependency
* Add integration tests with port forwarding
* Switch to TOX\_CONSTRAINTS\_FILE
* Fix broken gate
* Omit tests directory while couting the coverage report
* Set the CONF.load\_balancer.enabled\_provider\_drivers tempest conf
* Fix member\_batch\_update function to follow api v2
* Add installation of octavia-tempest-plugin to sample local.conf
* Update ROUND\_ROBIN to SOURCE\_IP\_PORT in docs
* Fix pep8 and functional jobs

0.2.0
-----

* drop mock from lower-constraints
* Add a hacking check for importing mock library
* Remove unnecessary libraries from lower-constraints
* Remove python modules related to coding style checks
* Switch to newer openstackdocstheme and reno versions
* Do not send status update in case of IpAddressAlreadyAllocated
* Fix the Backend class for ovsbapp index changes
* Add support for OVN LB selection fields
* Fix hacking min version to 3.0.1
* Re-home functional tests
* Re-home ovsdb event classes
* Re-home unit tests
* Re-home OvnProviderHelper class
* Fix E741 pep8 errors
* Re-home get\_neutron\_client() into common/clients.py
* Re-home constants to common/constants.py
* Re-home OvnNbIdlForLb class
* Use more octavia-lib constants
* Re-home MockedLB to tests.unit.fakes
* Re-home exceptions to common/exceptions.py
* Add release note README file
* Bump default tox env from py37 to py38
* Add py38 package metadata
* Spawn long-running processes in the driver agent
* Update requirements and constraints
* Make ovn-octavia-provider-v2-dsvm-scenario voting
* Add Python3 victoria unit tests
* Update master for stable/ussuri
* Update the devstack local.conf sample file
* Improve test coverage
* Remove the dependency on the "mock" package
* Fix incorrect os-testr test requirement
* Update hacking for Python3

0.1.0
-----

* Add missing requirements
* Stop using Octavia network driver
* Respect SSL devstack configuration
* Remove backwards-compatibility check
* Add unit tests for hacking/checks.py
* Add tempest gate, devstack plugin and sample devstack config
* Add configuration page to docs
* Use queue library directly
* Do not try to refresh vips on OVN LB that will be deleted
* Enable cover job
* Add admin and contributor documentation
* Wrap IPv6 address with brackets
* Fix Exception string arguments
* Centralize traffic when LB and member has FIP
* Don't fail if VIP already exist or has been deleted before
* Ensure setup.cfg packages matches root directory
* Don't send malformed status update to Octavia
* Fix py2 vs py3 dict keys comparison in functional test
* Cache OvnProviderHelper object in OvnProviderDriver
* Don't fail in case subnet or Logical Switch not found
* Add support for multiple L4 protocols withing same LB
* Import OVN LB functional tests
* Move OVN Octavia Provider driver code to this repository
* Set basepython in tox.ini to python3
* Initialize repository
* Added .gitreview
