go-kit v0.8.0 Release Notes

Release Date: 2018-11-10 // over 5 years ago
  • ๐Ÿš€ A major release! Featuring NATS and AMPQ transports, many other smaller enhancements, and many bug fixes. Thanks to the 25 contributors who made big contributions to this release! ๐ŸŒ๏ธ

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix Client.Endpoint to not cancel when bufferedStream (#776) (thanks @xescugc)
    • ๐Ÿ›  Fix Consul SD loop exiting on EOF (#788) (thanks @kcajmagic)
    • โž• Add backoff package and fix Consul CPU usage (#635) (thanks @nicot)
    • ๐Ÿ›  Fix race condition in NATS transport tests (#705) (thanks @nussjustin)
    • ๐Ÿ›  Fix pact test due to breaking api change (#720) (thanks @basvanbeek)
    • โž• Add FinalizerFunc to NATS transport (#790) (thanks @kirooha)
    • ๐Ÿ›  Fix etcdv3 registrar tests (#724) (thanks @basvanbeek)
    • JSONRPC: add id from request to response (#742) (thanks @wangzuo)
    • ๐Ÿ›  Fix etcd import path (#756) (thanks @h8liu)
    • ๐Ÿ“ฆ Rename 'package log' to 'log package' to fix godoc link handling. (#765) (thanks @bx2)

    โœจ Enhancements

    ๐Ÿ“š Documentation, examples, and testing

    • ๐Ÿ›  Fix minor comment typos (#687) (thanks @joe94)
    • โšก๏ธ Update README.md with English version of website (#708) (thanks @Olliepop)
    • โšก๏ธ Profilesvc docs update (#709) (thanks @wadearnold)
    • โœ‚ Remove redundant statements in profilesvc example (#721) (thanks @sudo-suhas)
    • โž• Adds documentation for OpenCensus (#730) (thanks @basvanbeek)
    • โž• Add kitgen README (#743) (thanks @ermik)
    • โž• Adds GoBuffalo (#748) (thanks @1995parham)
    • ๐Ÿš€ Use newest Go releases for testing (#757) (thanks @ChrisHines)
    • โœ‚ Remove context in stringsvc examples 1 & 2 (#764) (thanks @bx2)
    • ๐Ÿšš metrics: remove commented-out debug code (#770) (thanks @quasilyte)
    • โœ‚ Delete debug.test (#777) (thanks @danp)