Added
- Added more methods to the
JetStreamManager
(#315) - Added validation to subject and queue for
subscribe
(#302)
Changed
- Changed
sub.Fetch
to not block until all messages arrive, it now yields when there are some pending and handle new 4XX temporary status sent by the server
Fixed
- Fixed ssl_context referenced before assignment (#292) by @marianojabdala
- Fixed
cluster
should be optional inPlacement
class (#310) by @olgeni - Fixed cancelling
next_msg()
does not cancel internal_next_msg()
task (#301)