This file contains all the notable changes done to the Ballerina RabbitMQ package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix error in rabbitmq:Listener trying to re-declare the queue internally with mismatching properties
- Add support for AnydataMessage in client acknowledgment APIs.
- Add support for virtual host configuration in connection config.
- Add code-actions to generate rabbitmq:Service template.
- Add data-binding support.
- Add constraint validation support.
- Mark close and abort functions in RabbitMQ client as remote