5.12.2 (2025-06-12)
Bugs Fixed
- Fixed a bug where the data types of broker-owned properties were being adjusted when an event was read by the client, causing the underlying AMQP data to be mutated. This resulted in binary changes when the AMQP message was serialized and unintentionally altered the service contract. Going forward, the original data types will be preserved on the AMQP representation of the message and type normalization only applied to the .NET
EventData
projection.
Other Changes
- Updated the
Microsoft.Azure.Amqp
dependency to 2.7.0, which contains several bug fixes and adds support for AOT. (see: commits)