Releases: TooTallNate/proxy-agents
Releases · TooTallNate/proxy-agents
3.0.1
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 plainEventEmitter
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
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
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
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!