Skip to content

v1.28.0

Compare
Choose a tag to compare
@aricart aricart released this 01 Jul 20:19
· 19 commits to main since this release
a63ff3e

What's Changed

This release has an important fix that stops subscription leaks when making requests but the request results in a timeout or an error.

  • [FIX] [CORE] noMux option for request() and requestMany() leaked subscriptions if the request resulted in an error such as a timeout, no responders or a permissions error by @aricart in #715
  • [BUMP] CI deps and version by @aricart in #716

Full Changelog: v1.27.0...v1.28.0