@dnlup/agent-11
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -5,2 +5,13 @@ # Changelog | ||
## [3.0.0](https://github.com/dnlup/agent-11/compare/v2.0.0...v3.0.0) (2020-12-19) | ||
### ⚠ BREAKING CHANGES | ||
* **deps:** the minimu required version of undici is 3 | ||
### build | ||
* **deps:** bump undici to version 3 ([b29efde](https://github.com/dnlup/agent-11/commit/b29efde8da482eb4e30586ef6f0c99f603595d8b)) | ||
## [2.0.0](https://github.com/dnlup/agent-11/compare/v1.0.2...v2.0.0) (2020-12-09) | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "@dnlup/agent-11", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "A simple undici pool manager", | ||
@@ -46,3 +46,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"undici": "^2.0.7" | ||
"undici": "^3.0.0" | ||
}, | ||
@@ -58,4 +58,4 @@ "devDependencies": { | ||
"tap": "^14.10.8", | ||
"undici": "^2.0.7" | ||
"undici": "^3.0.0" | ||
} | ||
} |
@@ -9,3 +9,4 @@ # agent-11 | ||
You might find this module useful if you use [`undici`](https://github.com/nodejs/undici) and need to manage connections to different and unknown hosts. | ||
You might find this module useful if you use [`undici`](https://github.com/nodejs/undici) and need to manage connections to different hosts and you don't know them ahead of time, so you can't | ||
create static clients. | ||
@@ -12,0 +13,0 @@ `agent-11` controls [`undici`'s](https://github.com/nodejs/undici) pool connections to different hosts. Each time you request a new one, it creates a new pool. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13432
151