What's Changed * Change type annotation from `list` to `Sequence` by nesb1 in https://github.com/rabbitmq-community/rstream/pull/219
Bug Fixes * Add a random name to the publish reference. by Gsantomaggio in https://github.com/rabbitmq-community/rstream/pull/222. This avoids some unexpected deduplication cases where multiple producers send messages in the same stream
Note This version contains only the configuration for the PIP deployment. Please refer to https://github.com/rabbitmq-community/rstream/releases/tag/0.20.7 as last version
What's Changed * update pip release with a token by Gsantomaggio in https://github.com/rabbitmq-community/rstream/pull/218
What's Changed * Fixed a bug when subscriber frames not clears after unsubscribe by nesb1 in https://github.com/qweeze/rstream/pull/211 * Fixed a bug when used `consumer_update_listener` callback from another subscription by nesb1 in https://github.com/qweeze/rstream/pull/210
- Fixed a bug in the single active consumer scenario: See https://github.com/qweeze/rstream/pull/206 for more information by nesb1 - Better management of heartbeat scenario: See https://github.com/qweeze/rstream/pull/208 from more information by DanielePalaia
What's Changed Fixed a bug when, after unsubscribing, the next subscriber with the same subscriber name used a first subscriber callback and ignore second subscriber callback: https://github.com/qweeze/rstream/pull/204 by nesb1