github Azure/azure-sdk-for-net Azure.Messaging.ServiceBus_7.2.0-beta.2

latest releases: Azure.ResourceManager.Compute_1.5.0, Azure.Maps.Search_1.0.0-beta.5, Azure.Maps.Rendering_1.0.0-beta.3...
pre-release3 years ago

7.2.0-beta.2 (2021-04-07)

Acknowledgments

Thank you to our developer community members who helped to make the Service Bus client library better with their contributions to this release:

Added

  • Updated dependency on Azure.Core.Amqp to support Value/Sequence AMQP message bodies.
  • Updated dependency on Microsoft.Azure.Amqp to benefit from a performance enhancement involving message settlement.
  • Added OnProcessMessageAsync and OnProcessErrorAsync methods to help with mocking scenarios involving the processor.
  • Added the ability to construct a ServiceBusClient and ServiceBusAdministrationClient using the AzureNamedKeyCredential and AzureSasCredential types to allow for updating credentials for long-lived clients.
  • Added the ability to cancel receive operations which allows StopProcessingAsync calls on the processor to complete more quickly. (A community contribution, courtesy of danielmarbach)

Fixed

  • Multiple enhancements were made to the transport paths for publishing and reading events to reduce memory allocations and increase performance. (A community contribution, courtesy of danielmarbach)
  • Fixed an issue where constructing a new CreateRuleOption from a RuleProperties would fail if the CorrelationId was null. (A community contribution, courtesy of mikaelkolkinn)

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

NewReleases is sending notifications on new releases.