Skip to content

Releases: rabbitmq-community/rstream

v0.12.1

11 Oct 07:43
11da180
Compare
Choose a tag to compare

What's Changed

v0.12.0

18 Sep 10:10
b57963a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.1...0.12.0

v0.11.1

18 Jul 12:26
b89f431
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug for publish confirmation in send_batch:
    See: #90 and #107

v0.11.0

18 Jul 07:36
1fb8329
Compare
Choose a tag to compare

What's Changed

  • Performance improvements during encoding of messages
  • Increased connection timeout to 3 seconds
  • Added examples on deduplication and superstreams key routing strategy

v0.10.3

11 Jul 11:51
6cf0c6b
Compare
Choose a tag to compare

What's Changed

v0.10.2

10 Jul 09:24
3076c86
Compare
Choose a tag to compare

What's Changed

v0.10.1

07 Jul 09:56
f8564df
Compare
Choose a tag to compare

What's Changed

v0.10.0

04 Jul 12:27
ebdc666
Compare
Choose a tag to compare

What's Changed

  • Single active consumer implementation #79
    See the blog post.
    You can find an example here
  • Manual tracking of stream offsets (store_offset to store offset to the server and query_offset to retrieve the offset from the server ): #65
  • Removed the work-in-progress label #76

v0.9.0

20 Jun 13:41
8a9957e
Compare
Choose a tag to compare

What's Changed

v0.8.1

16 Jun 14:04
365b070
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug on offset returned by consumer callback: #71