Skip to content

Commit

Permalink
bump 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Apr 5, 2014
1 parent cd846c1 commit ad82714
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## go-nsq Change Log

### 0.3.5 - 2014-04-05

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

This release includes a few new features such as support for channel
sampling and sending along a user agent string (which is now displayed
in `nsqadmin`).

Also, a critical bug fix for potential deadlocks (thanks @kjk
for reporting and help testing).

New Features/Improvements:

* #27 - reader logs disambiguate topic/channel
* #22 - channel sampling
* #23 - user agent

Bug Fixes:

* #24 - fix racey reader IDENTIFY buffering
* #29 - fix recursive RLock deadlocks

### 0.3.4 - 2013-11-19

**Upgrading from 0.3.3**: There are no backward incompatible changes.
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
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.5-alpha"
const VERSION = "0.3.5"

0 comments on commit ad82714

Please sign in to comment.