Releases: TooTallNate/proxy-agents
Releases · TooTallNate/proxy-agents
get-uri@6.0.1
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
- Updated dependencies [7674748]
degenerator@4.0.1
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
data-uri-to-buffer@5.0.1
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
agent-base@7.0.1
Patch Changes
- 7674748: Update
@types/node
to v14.18.45
proxy-agent@6.1.1
Patch Changes
- f30ed32: Use
HttpProxyAgent
for "http" and HttpsProxyAgent
for "https"
proxy-agent@6.1.0
Minor Changes
- 9a90063: Add support for
httpAgent
and httpsAgent
options
5.0.1
Patches
- Remove
servername
check: 3d2981c
- Fix compatibility with Node.js 14: #104
Credits
Huge thanks to @lpinca for helping!
5.0.0
Major Changes
- Refactor to TypeScript: #95
4.0.0
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
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!