Skip to content

Release v5.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 16:28
d511fe1

Changed

  • Breaking change Drop support of Node.js 12. The version 5.1.4 is the latest that supports it.
  • The client now creates an instance of the axios HTTP client in the constructor.
  • The HOST HTTP header is added to all requests as it was skipped by the HTTP client.

Fixed

  • Allow using restClientConfig in checkConnect() method. Thanks to stevez.

Security

  • Updated versions of vulnerable packages (braces).