Release v5.2.0
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
incheckConnect()
method. Thanks to stevez.
Security
- Updated versions of vulnerable packages (braces).