Skip to content

v2.0.0

Choose a tag to compare

@ShaneMckenna23 ShaneMckenna23 released this 04 Sep 18:11
· 8 commits to master since this release
9b323e9

2.0.0 (2021-09-04)

Performance Improvements

  • new features and next major version: added features and updated all documentation (9b323e9)

BREAKING CHANGES

  • new features and next major version: Some of the changes might be breaking. We tried to include defaults, etc. but the following might need attention:
  • BridgeError now implements Error.
  • The work with connection timeout now sets a 30s connection timeout (whereas before, the timeout was controlled by the version of NodeJS in use.) This might cause some long-running requests (over 30s) to timeout. Though these are not something you'd want in most cases, in theory, this is shorter than some versions of NodeJS and could break some uses.