File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 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
7278## 0.6.2 - 2014-02-21
7379
7480IMPORTANT: 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
Original file line number Diff line number Diff line change 5050# The short X.Y version.
5151version = '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.
Original file line number Diff line number Diff line change 11# also update in setup.py
2- __version__ = '0.8.0 '
2+ __version__ = '0.8.1 '
Original file line number Diff line number Diff 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
2222setup (
You can’t perform that action at this time.
0 commit comments