Azure Functions RabbitMQ Extension 1.0.0-beta
Release notes
- Made prefetchCount configurable and fixed ACK logic.
- Fixed RabbitMQ data type conversions for out-of-proc languages.
- [Breaking change] Removed ability to create non-existent queue, deadletter queue and exchange. Queues and exchanges need to be created outside the context of the extension.
- Other fixes around warnings, builds, etc.