Current Series Release Notes¶
3.9.0¶
New Features¶
Added support for more ciphers to the neutron-vpnaas API. Added encryption algorithms (AES CCM and AES GCM modes for 128/192/256 bit keys and 8/12/16 octet ICVs, e.g. aes-256-ccm-16), authentication algorithms (AES-XCBC, AES-CMAC) and PFS choices (Diffie Hellman groups 15 to 31).
CallbacksManager
can now subscribe cancellable events. By default, onlybefore_
andprecommit_
events, in case of error, can raise aCallbackFailure
exception. Now, if the event is subscribed with the flagcancellable
enabled, thepublish
method will raise this exception if the callback fails and returns an error.