Releases: rabbitmq-community/rstream
Releases · rabbitmq-community/rstream
v0.8
What's Changed
- Now supports superstreams: #58
- Improvements in consumer callbacks now returning the stream name, the offset and the timestamp of the message
v0.7
What's Changed
- Now supports sub-entry batching: #53
- Fixed a bug when multiple different on_publish_confirm callbacks are set in Send()/SendBatch() apis
v0.6
What's Changed
- async confirmation handling in #45. It is possible to receive the messages confirmation is asynchronous way
v0.5
What's Changed
- Setting producer API to be in line with others client
- making publish asynchronous with a batching mechanism (#32)
- Updating uamqp library to 1.6.3