2023.1 Series Release Notes¶
3.4.2¶
New Features¶
CallbacksManagercan now subscribe cancellable events. By default, onlybefore_andprecommit_events, in case of error, can raise aCallbackFailureexception. Now, if the event is subscribed with the flagcancellableenabled, thepublishmethod will raise this exception if the callback fails and returns an error.
3.4.0¶
New Features¶
Add API extension
floating-ip-distributed. This extension addsdistributedattribute to the Floating IP resource.
The port hints extension (
port-hints) introduces thehintsport attribute. Hints are backend specific pieces of information, mainly to allow backend specific performance tuning. In itself this extension defines no particular hint, and therefore no valid values of thehintsattribute. It just serves as the base for other extensions introducing concrete hints and signals the presence of thehintsport attribute to the API user. By default policy, use of thehintsattribute is restricted to admininstrative users.