v1.28.0
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 forrequest()
andrequestMany()
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