go-nsq v1.0.1 Release Notes

Release Date: 2014-11-10 // over 9 years ago
  • 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