Skip to content

Release v2.1.2

Compare
Choose a tag to compare
@wallyqs wallyqs released this 19 May 19:56
· 327 commits to main since this release
dde4c82

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 in Placement class (#310) by @olgeni
  • Fixed cancelling next_msg() does not cancel internal _next_msg() task (#301)