2023.1 Series Release Notes¶
22.0.0¶
Bug Fixes¶
Fixes the iteration to obtain the address_scope linked to a subnet. A network can be linked to more than one subnet (ipv4 and ipv6), but if one of them does not have an address_scope, a null object element access failure occured. See bug 1998104.
21.0.0¶
Bug Fixes¶
The BGP service plugin RPC queue has been added to RPC workers, like it is done in other Neutron service plugins (l3-plugin, metering, etc.). This fixes RPC requests and AMQP heartbeats not getting processed in time, causing AMQP connection dropping, and other unpredictable unwanted behavior. See bug 1974057.
In preparation for the upcoming SQLAlchemy 2.0 release, several fixes have been made regarding the use of context decorators. See bugs 1980671 and 1984238.
Multiple issues in the implementation of the StaticScheduler have been fixed that may have caused peers to be erroneously descheduled. See bug 1980235.