Skip to content

Releases: alanxz/SimpleAmqpClient

SimpleAmqpClient v2.5.1

03 Aug 16:16
v2.5.1
Compare
Choose a tag to compare

SimpleAmqpClient v2.5

01 Aug 18:27
v2.5.0
Compare
Choose a tag to compare

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 on Channel::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

14 Apr 05:42
Compare
Choose a tag to compare

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

15 Aug 18:29
Compare
Choose a tag to compare

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