Skip to content

Releases: funcmike/rabbitmq-nio

v0.1.0-beta3

22 Jan 08:59
6a64134
Compare
Choose a tag to compare
v0.1.0-beta3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0-beta2...v0.1.0-beta3

v0.1.0-beta2

09 Dec 09:14
4dc6597
Compare
Choose a tag to compare
v0.1.0-beta2 Pre-release
Pre-release

What's Changed

  • Improved large payload performance and tests by @sliemeobn in #41

Full Changelog: v0.1.0-beta1...v0.1.0-beta2

v0.1.0-beta1

08 Dec 05:19
4ac580e
Compare
Choose a tag to compare
v0.1.0-beta1 Pre-release
Pre-release

What's Changed

  • Complete sendable-checking and refactoring for simpler state-handling by @sliemeobn in #35
  • First implementation of large payload support by @funcmike in #40

Full Changelog: v0.1.0-alpha...v0.1.0-beta1

First release of RabbitMQ package

04 Mar 13:02
Compare
Choose a tag to compare
Pre-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