github Azure/azure-sdk-for-js @azure/service-bus_7.2.0

latest releases: @azure/identity_4.5.0-beta.3, @azure/openai_1.0.0-beta.13, @azure/openai-assistants_1.0.0-beta.6...
3 years ago

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.

Bug fixes

  • ServiceBusSender could throw an error (TypeError: Cannot read property 'maxMessageSize' of undefined) if a link was being restarted while calling sendMessages().
    PR#15409
  • Fixes issue #13500 where a TypeError: Cannot read property '_process' of undefined could be thrown in rare cases.

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

NewReleases is sending notifications on new releases.