Skip to content

Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.2

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 19 Sep 20:17
5c0b478

5.3.2 (2024-09-19)

Bugs Fixed

  • When grabbing Queue Metrics for amount of messages, will now use the QueueTriggerMetrics.QueueLength instead of the ApproximateMessagesCount for less stale metrics.

Other Changes

  • Improvement in logging exceptions when retrieving queue metrics.