Releases: alanxz/rabbitmq-c
Releases · alanxz/rabbitmq-c
rabbitmq-c v0.5.2
Enhancements
7188e5d
Tools: Add flag to set prefetch for amqp-consume tool
Bug fixes:
fcdf0f8
Autoconf: check for htonll as declaration in a header file5790ec7
SSL: correctly report hostname verification errors.d60c28c
Build: disable OpenSSL deprecation warnings on OSX072191a
Lib: include platform, version and copyright in AMQP handshake8b448c6
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
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
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
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
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
This is just a test release to figure out what the URL will be when a binary is added.