We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dbb3c commit 94bdfa7Copy full SHA for 94bdfa7
README.md
@@ -286,6 +286,8 @@ w.on('closed', () => {
286
287
Changes
288
-------
289
+* **0.10.1**
290
+ * Fix debug.js memory leak when destroying NSQDConnection objects.
291
* **0.10.0**
292
* Fix off by one error for Message maxAttempts. (Thanks @tomc974)
293
* Fix requeueDelay default to be 90secs instead of 90msec. Updated docs.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nsqjs",
3
"description": "NodeJS client for NSQ",
4
- "version": "0.10.0",
+ "version": "0.10.1",
5
"homepage": "https://github.com/dudleycarr/nsqjs",
6
"author": {
7
"name": "Dudley Carr",
0 commit comments