Skip to content

Releases: TooTallNate/proxy-agents

data-uri-to-buffer@5.0.1

05 May 22:04
63adbce
Compare
Choose a tag to compare

Patch Changes

  • 7674748: Update @types/node to v14.18.45

agent-base@7.0.1

05 May 22:04
63adbce
Compare
Choose a tag to compare

Patch Changes

  • 7674748: Update @types/node to v14.18.45

proxy-agent@6.1.1

04 May 22:10
c0172dc
Compare
Choose a tag to compare

Patch Changes

  • f30ed32: Use HttpProxyAgent for "http" and HttpsProxyAgent for "https"

proxy-agent@6.1.0

04 May 20:58
ed324ef
Compare
Choose a tag to compare

Minor Changes

  • 9a90063: Add support for httpAgent and httpsAgent options

5.0.1

14 Apr 18:42
Compare
Choose a tag to compare

Patches

  • Remove servername check: 3d2981c
  • Fix compatibility with Node.js 14: #104

Credits

Huge thanks to @lpinca for helping!

5.0.0

07 Feb 20:15
Compare
Choose a tag to compare

Major Changes

  • Refactor to TypeScript: #95

4.0.0

10 Dec 21:58
Compare
Choose a tag to compare

Major Changes

  • Set "engines" requirement to node 6.0.0: #82
  • Update dependencies: c846a68

Minor Changes

  • Update debug to v4.0.0: #82

Patches

  • Use localhost instead of 127.0.0.1 in tests: 829905f

Credits

Huge thanks to @Krinkle for helping!

2.2.4

25 Oct 20:21
Compare
Choose a tag to compare

Patches

  • Add .editorconfig file: a0d4a20
  • Add .eslintrc.js file: eecea74
  • Use a net.Socket instead of a plain EventEmitter for replaying proxy errors: #83
  • Remove unused stream module: 9fdcd47

Credits

Huge thanks to @lpinca for helping!

2.2.3

22 Oct 01:25
Compare
Choose a tag to compare

Patches

  • Update README with actual secureProxy behavior: #65
  • Update proxy to v1.0.0: d0e3c18
  • Remove unreachable code: 46aad09
  • Test on Node.js 10 and 12: 3535951
  • Fix compatibility with Node.js >= 10.0.0: #73
  • Use an EventEmitter to replay failed proxy connect HTTP requests: #77

Credits

Huge thanks to @stoically, @lpinca, and @zkochan for helping!

3.0.1

17 Oct 01:27
Compare
Choose a tag to compare

Patches

  • Update proxy to v1.0.1: 7ce932a
  • Add GitHub Actions for Node CI: 67f71c6
  • Delete .travis.yml: 3b680ba
  • Replace Travis CI status badge with workflow status badge: #80
  • Use a net.Socket instead of a plain EventEmitter for replaying proxy errors: #83
  • Test CI on "push to master" and "pull request": 11d4677

Credits

Huge thanks to @lpinca for helping!