go-nsq v0.3.5 Release Notes

Release Date: 2014-04-05 // almost 10 years ago
  • โฌ†๏ธ Upgrading from 0.3.4: There are no backward incompatible changes.

    ๐Ÿš€ This release includes a few new features such as support for channel sampling and sending along a user agent string (which is now displayed in nsqadmin).

    ๐Ÿš‘ Also, a critical bug fix for potential deadlocks (thanks @kjk โœ… for reporting and help testing).

    ๐Ÿ†• New Features/Improvements:

    • #27 - reader logs disambiguate topic/channel
    • #22 - channel sampling
    • #23 - user agent

    ๐Ÿ› Bug Fixes:

    • #24 - fix racey reader IDENTIFY buffering
    • #29 - fix recursive RLock deadlocks