Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

Upgraded to version 4.2.1 of Microsoft.Azure.ServiceBus dependency #133

Closed sidkri closed 3 years ago

sidkri commented 3 years ago

A bug was identified and fixed in the AMQP library used by the Service Bus SDK this extension relies on. Version 4.2.1 of the Service Bus SDK links to the updated version of AMQP and this PR upgrades the extension to that version to pickup the fix.

Details of the AMQP fix can be found here: Azure/azure-amqp release 2.4.9

Validation: No code changes to the extension. Existing Unit and integration tests will check for potential regression introduced by the upgraded dependency.

Pull request checklist