Skip to content

Releases: alanxz/rabbitmq-c

rabbitmq-c v0.5.2

14 Sep 05:32
Compare
Choose a tag to compare

Enhancements

  • 7188e5d Tools: Add flag to set prefetch for amqp-consume tool

Bug fixes:

  • fcdf0f8 Autoconf: check for htonll as declaration in a header file
  • 5790ec7 SSL: correctly report hostname verification errors.
  • d60c28c Build: disable OpenSSL deprecation warnings on OSX
  • 072191a Lib: include platform, version and copyright in AMQP handshake
  • 8b448c6 Examples: print message body in amqp[s]_listen[q] examples

A full listing of changes can be found in the change log:
https://github.com/alanxz/rabbitmq-c/blob/v0.5.2/ChangeLog.md

rabbitmq-c v0.5.1

12 Aug 04:52
Compare
Choose a tag to compare

Enhancements:

  • a566929 SSL: Add support for wildcards in hostname verification (Mike Steinert)
  • a78aa8a Lib: Use poll(2) instead of select(2) for timeouts on sockets.
  • 357bdb3 Lib: support for specifying frame and decoding pool sizes. (Mike Stitt)
  • 8956003 Lib: improve invalid frame detection code.

A full listing of changes can be found in the change log:
https://github.com/alanxz/rabbitmq-c/blob/v0.5.1/ChangeLog.md

rabbitmq-c v0.5.0

30 Jan 06:28
Compare
Choose a tag to compare

Major changes:

  • Add amqp_get_broker_properties() function
  • Remove distro-specific packaging
  • Add -x flag to amqp-consume utilty
  • Add amqp_basic_nack() public API
  • Add delivery mode constants to amqp.h
  • Add support for connection.blocked/connection.unblocked RabbitMQ broker extension

A full listing of changes can be found in the change log:
https://github.com/alanxz/rabbitmq-c/blob/v0.5.0/ChangeLog.md

rabbitmq-c v0.4.1

26 Aug 03:55
Compare
Choose a tag to compare

Highlights of changes since v0.4.0:

  • Removed distribution-specific packaging.
  • Bug fixes

A complete ChangeLog can be found:
https://github.com/alanxz/rabbitmq-c/blob/v0.4.1/ChangeLog.md

rabbitmq-c v0.4.0

14 Aug 00:32
Compare
Choose a tag to compare

rabbitmq-c v0.4.0:

Highlights of new features since v0.3.0

  • SSL Support
  • Non-blocking amqp_simple_wait_frame()
  • Per-channel memory management
  • High-level consumer API
  • Partial heartbeat support
  • many bug fixes
  • and more....

A complete ChangeLog can be found:
https://github.com/alanxz/rabbitmq-c/blob/v0.4.0/ChangeLog.md

Test release

13 Aug 23:49
Compare
Choose a tag to compare
Test release Pre-release
Pre-release

This is just a test release to figure out what the URL will be when a binary is added.