Comparing version 1.1.2 to 1.1.3
@@ -15,3 +15,5 @@ # Tedium Changelog | ||
* [1.1.2](https://github.com/bretcope/tedium/releases/tag/v1.1.1) | ||
* [1.1.3](https://github.com/bretcope/tedium/releases/tag/v1.1.3) | ||
* Reset connections when shifting on to the pending queue. [e0e7e90](https://github.com/bretcope/tedium/commit/e0e7e90b53fc6d32caffb828de0c47913b280ed3) | ||
* [1.1.2](https://github.com/bretcope/tedium/releases/tag/v1.1.2) | ||
* Reset connections when returning to the connection pool. [6971a7f](https://github.com/bretcope/tedium/commit/6971a7fd5375d8226cf05ecedca2bd8b5f969f46) | ||
@@ -18,0 +20,0 @@ * [1.1.1](https://github.com/bretcope/tedium/releases/tag/v1.1.1) |
@@ -106,3 +106,4 @@ "use strict"; | ||
return; | ||
yield c.reset(); | ||
if (this.__acquireQueue.length > 0) | ||
@@ -114,3 +115,2 @@ { | ||
{ | ||
yield c.reset(); | ||
this.__idle.push(c); | ||
@@ -117,0 +117,0 @@ if (this.draining) |
{ | ||
"name": "tedium", | ||
"description": "A generator-based wrapper for Tedious to make it easier to work with.", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Bret Copeland <bret@atlantisflight.org>", | ||
@@ -6,0 +6,0 @@ "main": "./lib/Tedium.js", |
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
32005