7.2.0 (2021-06-10)
New Features
-
Enable encoding the body of a message to the 'value' or 'sequence' sections (via AmqpAnnotatedMessage.bodyType). Using this encoding is not required but does allow you to take advantage of native AMQP serialization for supported primitives or sequences.
More information about the AMQP message body type can be found in the AMQP specification: link
-
Improves cancellation support when sending messages or initializing a connection to the service.
Resolves #15311 and #13504.