Releases: ba-st/Ansible
Releases · ba-st/Ansible
v3.1.0
v3.0.0
v2.1.0
v2.0.0
What's Changed
- Add BasicNack, ConfirmSelect and ConfirmSelectOk RabbitMQ extensions to 091 protocol version by @gcotelli in #37
- Update Codecov GitHub action version by @gcotelli in #38
- Add support for implementing Workers using RabbitMQ by @gcotelli in #39
- Add retry logic to RabbitMQClient by @gcotelli in #40
Breaking changes
- Killed Pharo 7 support
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Add heartbeat mechanism by @fortizpenaloza in #29
- Add headers exchange example test by @EzequielPuerta in #32
- Docs Improvements
- Change old name references in installation instructions by @fortizpenaloza in #25
- Update README.md by @fortizpenaloza in #27
- Add markdown linter by @fortizpenaloza in #35
- VAST Platform compatibility
- Improve VAST compatibility by @fortizpenaloza in #26
- Generate VAST compatible code by @fortizpenaloza in #28
- CI
- Improve CI configuration by @fortizpenaloza in #34
- Fix related to rabbitmq default port by @EzequielPuerta in #24
- Add Pharo 10 support by @gcotelli in #36
New Contributors
- @EzequielPuerta made their first contribution in #24
- @gcotelli made their first contribution in #36
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Changelog
- Migrated from Cuis port
- Added tests to common integration patterns using GitHub Actions (tests pass in Pharo 6.1, Pharo 7 and Pharo 8)
- Added code coverage metrics using CodeCov
- Fixed code generation from specification for version 0-9-1
- Added documentation. A three parts tutorial inspired in the RabittMQ ones.
- Added some basic abstractions like AmqpConnectionBuilder to ease the building of complex objects.