Skip to content

v3.0.0

Choose a tag to compare

@vansergen vansergen released this 07 Feb 16:36
feecae0

3.0.0 (2021-02-07)

⚠ BREAKING CHANGES

  • drop Node <14.15.4 support
  • methods of the WebsocketClient class return promises
  • update AuthenticatedClient
  • pass body as string and url as URL
  • the class PublicClient extends FetchClient

Bug Fixes

  • package.json, package-lock.json & .snyk to reduce vulnerabilities (dae8a9c)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (b9d4739)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (ec208e4)
  • update AuthenticatedClient (21767ed)
  • upgrade @types/ws from 7.2.1 to 7.2.2 (3b4b16b)
  • upgrade snyk from 1.316.1 to 1.316.2 (75eae5e)
  • upgrade snyk from 1.316.1 to 1.316.2 (2126aef)

Performance Improvements

  • methods of the WebsocketClient class return promises (fb79b54)
  • pass body as string and url as URL (f299a4e)
  • the class PublicClient extends FetchClient (60492bb)

Miscellaneous Chores

  • drop Node <14.15.4 support (0b52c79)

Dependencies