Skip to content

1.0.1

Compare
Choose a tag to compare
@mreiferson mreiferson released this 10 Nov 01:01
· 195 commits to master since this release

Upgrading from 1.0.0: There are no backward incompatible changes functionally, however this release no longer compiles with Go 1.0.x.

  • #89 - don't spam connection teardown cleanup messages
  • #91 - add consumer DisconnectFrom*
  • #87 - allow heartbeat_interval and output_buffer_timeout to be disabled
  • #86 - pluggable nsqlookupd behaviors
  • #83 - send RDY before FIN/REQ (forwards compatibility with nsqio/nsq#404)
  • #82 - fix panic when conn isn't assigned
  • #75/#76 - minor config related bug fixes
  • #75/#77/#78 - add tls-cert and tls-key config options