Skip to content

Microsoft.Azure.WebJobs.Extensions.ServiceBus_5.13.5

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 04 Dec 23:36
aeb79ef

5.13.5 (2023-12-04)

Bugs Fixed

  • Fixed cleanup behavior when targeting .NET Framework so that Service Bus clients are properly disposed.

Other Changes

  • Updated the Azure.Messaging.ServiceBus dependency, which includes optimized defaults of the host platform to be
    used for AMQP buffers. This offers non-trivial performance increase on Linux-based platforms and a minor
    improvement on macOS. This update also enables support for TLS 1.3. Additionally, this update contains a fix for
    session messages to ensure FIFO ordering.