Skip to content

Releases: facile-it/rabbitmq-consumer

v1.2.3

27 May 22:09
39bd579
Compare
Choose a tag to compare
  • Added new prefetch_count option for queues in order to manual specify the number of message prefetched by a consumer (issue #7)
  • Refactorized all Result(s) structures and other little refactors
  • Bugfix for logging messages and errors within the correct printing order
  • Updated crates
  • Updated to latest rustc compiler version for pre-built binary

v1.2.2

11 Mar 18:39
169b96c
Compare
Choose a tag to compare
  • Updated all crates to the latest version (Tokio, Async etc.)
  • Fixed some broken tests and specific Docker Compose file
  • Updated the README with some new info (about Docker and testing)
  • Builded the new binary version with latest rustc Rust compiler and updated libraries

v1.2.1

13 Jan 14:53
Compare
Choose a tag to compare

Hotfix on right exit code commands

v1.2.0

07 Jan 12:02
461f76b
Compare
Choose a tag to compare

New "nack_code" option for queues.

If specified, the not requeue logic (nack not requeue) applies only to this specific exit code, all other exit code will requeue the message.

v1.1.0

27 Nov 18:07
12ec113
Compare
Choose a tag to compare
  • Changed the default internal logging system with a more advanced one
  • Upgraded all libraries including tokio to the 0.3 version
  • Updated the rustc compiler version
  • Code formatting improvements

v1.0.3

13 Oct 14:36
7ce4b9b
Compare
Choose a tag to compare

Bugifxes:

  • Better Lapin connection handling
  • Errors handled in the correct way in waiting logic

v1.0.2

13 Oct 13:15
5b97aee
Compare
Choose a tag to compare

This release introduces:

  • Updated Cargo dependencies
  • Statically link of "libmysqlclient" library
  • Statically link of z, ssl, crypto and STDC++ libraries

v1.0.1

05 Oct 10:15
c592ab2
Compare
Choose a tag to compare
Applied Cargo clippy and Cargo fmt

v1.0.0

05 Oct 01:10
a6b22e4
Compare
Choose a tag to compare

New version v1.0.0

v0.6.7

18 Nov 13:38
56f446d
Compare
Choose a tag to compare
Merge pull request #4 from facile-it/develop

Merging for version v0.6.7