What's Changed
* Single active consumer implementation https://github.com/qweeze/rstream/pull/79
See [the blog post]( https://blog.rabbitmq.com/posts/2022/07/rabbitmq-3-11-feature-preview-single-active-consumer-for-streams/).
You can find an example [here](https://github.com/qweeze/rstream/tree/master/docs/examples/single_active_consumer)
* Manual tracking of stream offsets (`store_offset` to store offset to the server and `query_offset` to retrieve the offset from the server ): https://github.com/qweeze/rstream/issues/65
* Removed the work-in-progress label https://github.com/qweeze/rstream/pull/76