Skip to content

Releases: rabbitmq-community/rstream

v0.8

15 Jun 14:48
b1647df
Compare
Choose a tag to compare

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

22 May 09:13
dfa5fbf
Compare
Choose a tag to compare

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

12 Apr 12:25
29f5341
Compare
Choose a tag to compare

What's Changed

  • async confirmation handling in #45. It is possible to receive the messages confirmation is asynchronous way

v0.5

08 Mar 12:45
00c979d
Compare
Choose a tag to compare

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