1.3.0 (2023-03-02)
Acknowledgments
Thank you to our developer community members who helped to make the Azure.Core.Amqp client library better with their contributions to this release:
- Daniel Marbach (GitHub)
Features Added
- Added
ToBytes
andFromBytes
methods toAmqpAnnotatedMessage
to allow for serialization and deserialization of the message.
Breaking Changes
- The nullability annotations were updated for the following properties of
AmqpAnnotatedMessage
to allow null values to be set in the dictionary, to comply with the AMQP specification:ApplicationProperties
DeliveryAnnotations
MessageAnnotations
Footer
Other Changes
- Make
AmqpAddress
andAmqpMessageId
readonly structs. (A community contribution, courtesy of danielmarbach)