- e62863c: Synchronously update internal sockets length so
http.Agent
pooling is used
- da699b1: Add
isSecureEndpoint()
as an instance method
- 66b4c63: Allow for never relying on stack trace
- 7674748: Update
@types/node
to v14.18.45
- d99a7c8: Major version bump for all packages
⚠️ This is a breaking change! In version 6.x, this package had a default export of a function that could be used to construct anhttp.Agent
. Now this default export has been removed, instead there is a named export for theAgent
abstract class. See the README for details on how to use the abstract class.
- 4333067: Add support for core
keepAlive: true
- c169ced: Convert mocha tests to jest for all packages