Skip to content

Releases: ba-st/Ansible

v3.0.0

02 Sep 13:51
28fe5ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

25 May 16:07
5de0394
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

13 Jun 20:19
feb3f3d
Compare
Choose a tag to compare

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

19 Apr 15:15
9f48c39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

06 May 18:38
c5afb5e
Compare
Choose a tag to compare

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.