AI Navigate

Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.8

Azure OpenAI .NET Releases / 3/20/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • The 5.3.8 release of Microsoft.Azure.WebJobs.Extensions.Storage.Queues fixes a bug where MaxDequeueCount was being applied to messages in the poison queue, causing poison messages to be skipped and unprocessed indefinitely.
  • This fix prevents poison messages from being silently skipped due to the misapplied dequeue limit, improving reliability of queue processing.
  • The update enhances correctness for Azure WebJobs queue bindings by ensuring poison messages are handled as intended instead of being skipped.
  • The release is dated 2026-03-19 and targets developers relying on reliable Azure Functions queue handling.

5.3.8 (2026-03-19)

Bugs Fixed

  • Fixed a bug where MaxDequeueCount was being applied to messages in the poison queue itself, leading to poison messages being silently skipped and unprocessed indefinitely.