这是indexloc提供的服务,不要输入任何密码
Skip to content

v1.7.1

Choose a tag to compare

@aricart aricart released this 26 May 19:59
· 643 commits to main since this release
bae23ac

What's Changed

  • [CHANGE] internal API change Transport.send() to not return a promise - previously any send resulted in a promise, however rejecting of the promise is only interesting in some very specific cases, yet it complexified downstream handling, which in some cases resulted in unhandled promises see #271 by @aricart in #312

Other Changes

  • [TEST] added a test to verify that an iterator on a subscription permission error will throw the permissions error by @aricart in #309
  • [CHORE] silenced tests that were outputting to stdout (except for test on debug connect option) by @aricart in #310
  • [FEAT] [EXPERIMENTAL] requestMany() by @aricart in #311

Full Changelog: v1.7.0...v1.7.1