generic-pool
Advanced tools
Comparing version 3.6.1 to 3.7.0
# Change Log | ||
## [3.7.0] - March 28 2019 | ||
- fix #257 - `pool.use` now destroys resources on rejection, matching the docs. | ||
## [3.6.1] - Febuary 6 2019 | ||
@@ -191,3 +194,4 @@ - fix #251 - silence bluebird warning about side-effect only handler (@sandfox) | ||
[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.6.1...HEAD | ||
[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.7.0...HEAD | ||
[3.7.0]: https://github.com/coopernurse/node-pool/compare/v3.6.1...v3.7.0 | ||
[3.6.1]: https://github.com/coopernurse/node-pool/compare/v3.6.0...v3.6.1 | ||
@@ -194,0 +198,0 @@ [3.6.0]: https://github.com/coopernurse/node-pool/compare/v3.5.0...v3.6.0 |
{ | ||
"name": "generic-pool", | ||
"description": "Generic resource pooling for Node.JS", | ||
"version": "3.6.1", | ||
"version": "3.7.0", | ||
"author": "James Cooper <james@bitmechanic.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
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
101123