Current Series Release Notes¶
14.2.0¶
New Features¶
The
get_rpc_transport
,get_rpc_server
andget_rpc_client
helper functions now have support for overriding the class that is instantiated.
14.1.0¶
New Features¶
Added new
get_rpc_client
function to instantiate the RPCClient class
Deprecation Notes¶
Instantiating the RPCClient class directly is deprecated in favor of using the new
get_rpc_client
function to expose a more common API similar to existing functions such asget_rpc_server
andget_rpc_transport
Bug Fixes¶
[bug 1981093] Pulls calls to logging functions out of
impl_kafka._produce_message
. Since_produce_message
is called through tpool.execute, calling logging functions inside_produce_message
could cause subsequent calls to logging functions to deadlock.
Force creating non durable control exchange when a precondition failed related to config that differ occuring.
14.0.0¶
Upgrade Notes¶
The
[oslo_messaging_rabbit] heartbeat_in_pthread
config option defaults toFalse
again. For wsgi applications it is recommended to set this value toTrue
but enabling it for non-wsgi services may break such service. Please check https://bugs.launchpad.net/oslo.messaging/+bug/1934937 for more details.