github Azure/azure-sdk-for-net Azure.Messaging.ServiceBus_7.3.0-beta.1

latest releases: Azure.Messaging.EventHubs.Processor_5.12.0-beta.1, Azure.Messaging.EventHubs_5.12.0-beta.1, Azure.Template_1.0.3-beta.3795970...
pre-release2 years ago

7.3.0-beta.1 (2021-08-10)

Acknowledgments

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

Features Added

  • Added the ReleaseSession method to ProcessSessionMessageEventArgs which allows processing for a session to terminated early.
  • Added protected constructors to ServiceBusProcessor, ServiceBusReceiver, ServiceBusSender, and ServiceBusSessionProcessor to allow these types to be extended.
  • Added UpdateConcurrency methods to ServiceBusProcessor and ServiceBusSessionProcessor to allow concurrency to be changed for an already created processor.
  • Allow a TimeSpan of zero to be passed as the maxWaitTime for the various receive overloads if Prefetch mode is enabled.

Bugs Fixed

  • Fixed bug where receiving a message with AbsoluteExpiryTime of DateTime.MaxValue would cause an `ArgumentException'. (A community contribution, courtesy of tlecomte)

Other Changes

  • Fixed reference name conflicts in ServiceBusModelFactory ref docs. (A community contribution, courtesy of shlomiassaf)

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

NewReleases is sending notifications on new releases.