All Versions
36
Latest Version
Avg Release Cycle
124 days
Latest Release
772 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.2.16 Changes
January 07, 2013โฌ๏ธ Upgrading from 0.2.15: there are no backward incompatible changes in this release.
๐ However, this release introduces the
IDENTIFY
command (which supersedes sending ๐ metadata along withSUB
) for clients ofnsqd
. The old functionality will be โ removed in a future release.- #114 persist paused channels through restart
- #121 fix typo preventing compile of bench_reader (thanks @datastream)
- #120 fix nsqd crash when empty command is sent (thanks @michaelhood)
- #115 nsq_to_file --filename-format --datetime-format parameter and fix
- #101 fix topic/channel delete operations ordering
- #98 nsqadmin fixes when not using lookupd
- #90/#108 performance optimizations / IDENTIFY protocol support in nsqd. For a single consumer of small messages (< 4k) increases throughput ~400% and reduces # of allocations ~30%.
- #105 strftime compatible datetime format
- #103 nsq_to_http handler logging
- #102 compatibility with Go tip
- #99 nsq_to_file --gzip flag
- #95 proxy graphite requests through nsqadmin
- #93 fix nqd API response for no topics
- #92 graph rendering options
- #86 nsq_to_http Content-Length headers
- #89 gopkg doc updates
- #88 move pynsq to it's own repo
- #81/#87 reader improvements / introduced MPUB. Fix bug for mem-queue-size < 10
- #76 statsd/graphite support
- #75 administrative ability to create topics and channels
-
v0.2.15 Changes
October 25, 2012- #84 fix lookupd hanging on to ephemeral channels w/ no producers
- #82 add /counter page to nsqadmin
- #80 message size benchmark
- #78 send Content-Length for nsq_to_http requests
- #57/#83 documentation updates
-
v0.2.14 Changes
October 19, 2012- #77 ability to pause a channel (includes bugfix for message pump/diskqueue)
- #74 propagate all topic changes to lookupd
- #65 create binary releases
-
v0.2.13 Changes
October 15, 2012- #70 deadlined nsq_to_http outbound requests
- #69/#72 improved nsq_to_file sync strategy
- #58 diskqueue metadata bug and refactoring
-
v0.2.12 Changes
October 10, 2012- #63 consolidated protocol V1 into V2 and fixed PUB bug
- #61 added a makefile for simpler building
- #55 allow topic/channel names with
.
- combined versions for all binaries
-
v0.2.7 Changes
- Initial public release.