Skip to content

Commit

Permalink
bump 0.3.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Nov 20, 2013
1 parent 47fead2 commit 66a0952
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions ChangeLog.md
@@ -1,5 +1,23 @@
## go-nsq Change Log

### 0.3.4 - 2013-11-19

**Upgrading from 0.3.3**: There are no backward incompatible changes.

This is a bug fix release, notably potential deadlocks in `Message.Requeue()` and `Message.Touch()`
as well as a potential busy loop cleaning up closed connections with in-flight messages.

New Features/Improvements:

* #14 - add `Reader.Configure()`
* #18 - return an exported error when an `nsqlookupd` address is already configured

Bug Fixes:

* #15 - dont let `handleError()` loop if already connected
* #17 - resolve potential deadlocks on `Message` responders
* #16 - eliminate busy loop when draining `finishedMessages`

### 0.3.3 - 2013-10-21

**Upgrading from 0.3.2**: This release requires NSQ binary version `0.2.23+` for compression
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -4,4 +4,4 @@
// producers as well as low-level functions to communicate over the NSQ protocol.
package nsq

const VERSION = "0.3.4-alpha"
const VERSION = "0.3.4"

0 comments on commit 66a0952

Please sign in to comment.