* Now supports superstreams: https://github.com/qweeze/rstream/issues/58 * Improvements in consumer callbacks now returning the stream name, the offset and the timestamp of the message
0.7
What's Changed
* Now supports sub-entry batching: https://github.com/qweeze/rstream/issues/53 * Fixed a bug when multiple different on_publish_confirm callbacks are set in Send()/SendBatch() apis
0.6
What's Changed
* async confirmation handling in https://github.com/qweeze/rstream/pull/45. It is possible to receive the messages confirmation is asynchronous way
0.5
What's Changed * Setting producer API to be in line with others client * making publish asynchronous with a batching mechanism (https://github.com/qweeze/rstream/pull/32) * Updating uamqp library to 1.6.3