Releases: alanxz/SimpleAmqpClient
Releases · alanxz/SimpleAmqpClient
SimpleAmqpClient v2.5.1
Changes:
- Fix issue with install directories on Debian #267
Changelog
https://github.com/alanxz/SimpleAmqpClient/blob/v2.5.1/ChangeLog.md
SimpleAmqpClient v2.5
Major enhancements:
- Add support for unsigned and timestamp values in Tables
- Improved efficiency of
BasicMessage
body value - Add support for messages rejected during publish due to a full queue
- Add
Channel::GetSocketFD
to get underlying socket - Add
multiple
flag onChannel::BasicAck
API - Add support for RabbitMQ auth-failure extension
- Add support for prefetch behavior change in RabbitMQ v3.3
ChangeLog:
https://github.com/alanxz/SimpleAmqpClient/blob/v2.5.0/ChangeLog.md
SimpleAmqpClient v2.4
Major enhancements:
- New API: BasicReject
- New API: DeclareQueueWithCounts
- Support for consumer cancellation notification
- Enhanced BasicConsumeMessage to wait on multiple consumer tags.
- Enhancements in frame handling code improves worst-case memory usage under a variety of conditions.
- Several bug-fixes
ChangeLog:
https://github.com/alanxz/SimpleAmqpClient/blob/v2.4.0/ChangeLog.md
SimpleAmqpClient v2.3
This release is mostly a quick update to make SimpleAmqpClient work with rabbitmq-c v0.4.0.
Major enhancements:
- Support for SSL
ChangeLog:
https://github.com/alanxz/SimpleAmqpClient/blob/v2.3/ChangeLog.md