Releases: alanxz/rabbitmq-c
rabbitmq-c v0.6.0
Enhancements
- e1746f9 Tools: Enable support for SSL in tools.
- 9626dd5 Lib: ABI CHANGE: enable support for auto_delete, internal flags to amqp_exchange_declare
- 513ad4a Lib: add support for SANs in OpenSSL socket impl.
- 5348c69 Lib: add functions to get negotiated frame_max and heartbeat parms.
Bug fixes:
- ee54e27, 656f833 Lib: check for double-close in SSL/TCP socket impl
- cf2760d Lib: allocate struct when method has no field.
A full listing of changes can be found in the change log:
https://github.com/alanxz/rabbitmq-c/blob/v0.6.0/ChangeLog.md
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.