github Azure/azure-sdk-for-go sdk/messaging/azservicebus/v1.0.2-beta.0

pre-release2 years ago

1.0.2-beta.0 (2022-07-07)

Features Added

  • Full access to send and receive all AMQP message properties. (#18413)
    • Send AMQP messages using the new AMQPAnnotatedMessage type and Sender.SendAMQPAnnotatedMessage().
    • AMQP messages can be added to MessageBatch's as well using MessageBatch.AddAMQPAnnotatedMessage().
    • AMQP messages can be scheduled using Sender.ScheduleAMQPAnnotatedMessages.
    • Access the full set of AMQP message properties when receiving using the ReceivedMessage.RawAMQPMessage property.

Bugs Fixed

  • Settlement of a message could hang if the link had been detached/closed. (#18532)

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.