Releases: facile-it/rabbitmq-consumer
Releases · facile-it/rabbitmq-consumer
v1.2.3
- 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
- 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
Hotfix on right exit code commands
v1.2.0
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
- Changed the default internal logging system with a more advanced one
- Upgraded all libraries including
tokio
to the0.3
version - Updated the rustc compiler version
- Code formatting improvements
v1.0.3
Bugifxes:
- Better Lapin connection handling
- Errors handled in the correct way in waiting logic
v1.0.2
This release introduces:
- Updated Cargo dependencies
- Statically link of "libmysqlclient" library
- Statically link of z, ssl, crypto and STDC++ libraries
v1.0.1
Applied Cargo clippy and Cargo fmt
v1.0.0
New version v1.0.0
v0.6.7
Merge pull request #4 from facile-it/develop Merging for version v0.6.7