Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2021-06-01
Changed
- Renamed
Volley.LinearSubscription
toVolley.InOrderSubscription
Fixed
- Fixed subscriptions to empty streams in
Volley.InOrderSubscription
.
0.1.3 - 2021-05-03
Changed
- Changed some language in the documentation to remove "head-of-line" blocking from the vocabulary
0.1.2 - 2021-04-29
Changed
- Updated Spear dependency to v0.9.0 with fixes for persistent subscription ack/nack on projected streams
0.1.1 - 2021-04-28
Changed
- Changed docs in
Volley.LinearSubscription
to suggest a:max_demand
of1
but not require it
0.1.0 - 2021-04-26
Added
- Initial implementations of persistent and linear subscriptions