Skip to content

Releases: TooTallNate/proxy-agents

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!

3.0.0

07 Oct 20:18
Compare
Choose a tag to compare

This release fixes the MitM vulnerability reported via HackerOne. It is a breaking change because Node 4, 5, and 7 are no longer tested in CI (note that Node 6 is still supported).

Major Changes

  • Remove Node 5 and 7 from Travis: 590bc8b
  • Remove Node 4 from Travis: 6c804a2

Minor Changes

  • Update proxy to v1.0.0: d0e3c18
  • Test on Node.js 10 and 12: 3535951
  • Fix compatibility with Node.js >= 10.0.0: #73
  • Add .editorconfig file: 06ead2f
  • Add .eslintrc.js file: ae53572

Patches

  • Update README with correct secureProxy behavior: #65
  • Remove unreachable code: 46aad09
  • [TypeScript] Allow port to be a string: #72
  • Use an EventEmitter to replay failed proxy connect HTTP requests: #77

Credits

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

2.2.2

06 Jul 02:42
Compare
Choose a tag to compare

Patches

  • Remove package-lock.json: c881009
  • Ignore test directory, History.md and .travis.yml when creating npm package. Fixes #42: #45
  • Update agent-base to v4.2: #50
  • Add TypeScript type definitions: #66
  • Feat(typescript): Allow input to be options or string: #68
  • Update agent-base to v4.3: #69

Credits

Huge thanks to @marco-c, @tareqhs, @ianhowe76, and @BYK for helping!

2.2.1

29 Mar 08:02
Compare
Choose a tag to compare

Patches

  • Add defaultPort field: #43

Credits

Huge thanks to @jan-auer for helping!

2.2.0

03 Mar 19:34
Compare
Choose a tag to compare

Minor Changes