Skip to content

Commit 8acb70f

Browse files
committed
Update READM. Bump version
1 parent a97ff53 commit 8acb70f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nsqjs
22
=====
3-
A NodeJS client for the [nsq](http://bitly.github.io/nsq/) client protocol. This implementation attempts to be
3+
The official NodeJS client for the [nsq](http://bitly.github.io/nsq/) client protocol. This implementation attempts to be
44
fully compliant and maintain feature parity with the official Go ([go-nsq](https://github.com/bitly/go-nsq)) and Python ([pynsq](https://github.com/bitly/pynsq)) clients.
55

66
[![Build Status](https://travis-ci.org/dudleycarr/nsqjs.png?branch=master)](https://travis-ci.org/dudleycarr/nsqjs)
@@ -351,6 +351,9 @@ w.on Writer.CLOSED, ->
351351

352352
Changes
353353
-------
354+
* **0.7.1**
355+
* Fix connection returning to max connection RDY after backoff
356+
* Fix backoff ignored when `message.finish` is called after backoff event.
354357
* **0.7.0**
355358
* Fixes for configuration breakages
356359
* Fix for AUTH

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nsqjs",
33
"description": "NodeJS client for NSQ",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"homepage": "https://github.com/dudleycarr/nsqjs",
66
"author": {
77
"name": "Dudley Carr",

src/version.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '0.7.0'
1+
module.exports = '0.7.1'

0 commit comments

Comments
 (0)