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!