Skip to content

Commit 589ea6f

Browse files
committed
bump: v0.8.1 stable
1 parent d24ee1c commit 589ea6f

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

ChangeLog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## 0.8.1 - 2017-06-01
4+
5+
* #177/#179 - improved RDY handling; don't decrement RDY; prevent edge case max in flight violations (thanks @alpaker)
6+
* #175/#176 - prevent edge case max in flight violation (thanks @alpaker)
7+
* #174 - ensure that writer only publishes to active connections (thanks @panaetov)
8+
39
## 0.8.0 - 2017-03-28
410

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

915
## 0.7.1 - 2016-12-21
1016

@@ -72,7 +78,7 @@
7278
## 0.6.2 - 2014-02-21
7379

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

7783
* #68 - fix heartbeat_interval bug
7884

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.8'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.8.0'
53+
release = '0.8.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

nsq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# also update in setup.py
2-
__version__ = '0.8.0'
2+
__version__ = '0.8.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run_tests(self):
1616

1717

1818
# also update in nsq/version.py
19-
version = '0.8.0'
19+
version = '0.8.1'
2020

2121

2222
setup(

0 commit comments

Comments
 (0)