Skip to content

v1.7.2

Compare
Choose a tag to compare
@AleksandrRogov AleksandrRogov released this 24 Feb 01:30
· 200 commits to master since this release

Fixes

  • Some request parameters may have never been deleted from a temporary cache after some specific errors. This issue has been introduced in v.1.6.15, so the update to this new version is highly recommended.

Changes

  • Default Node.js HTTP/HTTPS agent will now reuse an existing connection which should improve application performance.
  • Added full support for different proxy servers.
  • Added 2 dependencies: http-proxy-agent and https-proxy-agent

Thank you to @nabeelamir-defra for submitting the proxy issue #89 .