Skip to content

Commit

Permalink
update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Apr 30, 2013
1 parent 7a296a0 commit 0a8dafe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@

New Features / Enhancements:

* #183 - ability to empty a topic
* #176 - optimizations to reduce garbage, copying, locking
* #184 - add table headers to nsqadmin channel view (thanks @elubow)
* #174 - nsq_to_http hostpool mode
* #174/#186 - nsq_to_http hostpool mode and backoff control
* #173/#187 - nsq_stat utility for command line introspection
* #175 - add nsqd --max-rdy-count configuration option
* #178 - add nsqd --max-heartbeat-interval configuration option

Bug Fixes:

* #185 - ensure that --data-path is writable on startup
* #182 - fix topic deletion ordering to prevent race conditions with lookupd/diskqueue
* #179 - deferred_count as gauge for statsd
* #173/#188 - fix nsqadmin counter template error; fix nsqadmin displaying negative rates
* #173/#188/#191 - fix nsqadmin counter template error; fix nsqadmin displaying negative rates

### 0.2.19 - 2013-04-11

Expand Down Expand Up @@ -150,6 +152,7 @@ removed in a future release.

### 0.3.2-alpha

* #186 - max backoff duration of 0 disables backoff
* #164 - add Writer
* #175 - support server side configurable max RDY count
* #177 - support broadcast_address
Expand Down

0 comments on commit 0a8dafe

Please sign in to comment.