Skip to content

Commit

Permalink
bump: v0.8.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Jun 1, 2017
1 parent d24ee1c commit 589ea6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## 0.8.1 - 2017-06-01

* #177/#179 - improved RDY handling; don't decrement RDY; prevent edge case max in flight violations (thanks @alpaker)
* #175/#176 - prevent edge case max in flight violation (thanks @alpaker)
* #174 - ensure that writer only publishes to active connections (thanks @panaetov)

## 0.8.0 - 2017-03-28

* #167/#168 - make forwards compatible nsqlookupd queries for NSQ v1.0.0-compat
* #169 - send forwards compatible IDENTIFY attributes for NSQ v1.0.0-compat
* #170 - enable TCP_NODELAY on connections
* #170 - enable TCP_NODELAY on connections (thanks @protoss-player)

## 0.7.1 - 2016-12-21

Expand Down Expand Up @@ -72,7 +78,7 @@
## 0.6.2 - 2014-02-21

IMPORTANT: this is a bug-fix release to address an issue where `Reader` would raise
and exception when receiving a heartbeat.
an exception when receiving a heartbeat.

* #68 - fix heartbeat_interval bug

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nsq/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# also update in setup.py
__version__ = '0.8.0'
__version__ = '0.8.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run_tests(self):


# also update in nsq/version.py
version = '0.8.0'
version = '0.8.1'


setup(
Expand Down

0 comments on commit 589ea6f

Please sign in to comment.