Skip to content

First release of RabbitMQ package

Pre-release
Pre-release
Compare
Choose a tag to compare
@funcmike funcmike released this 04 Mar 13:02
· 30 commits to main since this release

Info

This a first alpha release of project.
At current state package needs testing in real use cases. Please do not be afraid of trying to use it.
All of basic AMQP operations are tested and looks stable.

What's Changed

  • added connection string option to configuration by @sliemeobn in #3
  • explicitly depend on NIO modules by @funcmike in #9
  • connection state instead of managed atomic by @funcmike in #12
  • switch from frame enum to struct and better enum kinds by @funcmike in #19
  • switch to reading rawrepresentable integer by @funcmike in #21
  • refactor channel handlers by @funcmike in #23
  • move amqp channel state checking to handler by @funcmike in #24
  • first attempt to add listener before basic consume by @funcmike in #25
  • first attempt at automatic basic cancel on consumer deinit by @funcmike in #26
  • refactor amqp listener to a struct backed by class by @funcmike in #29
  • trying to make first alpha release by @funcmike in #27

New Contributors

Full Changelog: https://github.com/funcmike/rabbitmq-nio/commits/v0.1.0-alpha