v2.0.0
We are announcing the long-awaited release of RabbitMQ extension V2 ๐
If you are upgrading the RabbitMQ package from the previous stable version 1.1.0, please also check the v2.0.0-preview release notes to understand the improvements that were made and a breaking change that was introduced after v1. We limited the number of changes between v2-preview and v2 release to keep the package close to the v2-preview package that is now released for a few months and is being tried by many of the users. The changes that went in are mostly about code refactoring, following the best practices (for example, generating deterministic builds), and enforcing the style rules.
As always, we welcome everyone to try out the new version. To request features or to report bugs, feel free to create issues here.
NuGet package: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.RabbitMQ/2.0.0
Maven Central artifacts: https://search.maven.org/artifact/com.microsoft.azure.functions/azure-functions-java-library-rabbitmq/2.0.0/jar
Improvements
- Add release process document (#188)
- Move extension files to subfolder (#189)
- Enable source link and deterministic build (#193)
- Remove StyleCop suppressions and resolve style issues (#194)
Full Changelog: v2.0.0-preview...v2.0.0