go-kit v0.7.0 Release Notes

Release Date: 2018-03-19 // about 6 years ago
  • ๐Ÿš€ An early 2018 release, containing several exciting new enhancements. First, we
    now have the kitgen code generation tool, for bootstrapping new services,
    thanks to the tireless efforts of @nyarly. Second, we have the long-awaited
    JSONRPC transport, due to the tireless efforts of @rossmcf, @blainsmith, and
    ๐Ÿ‘ several others. Thanks also to @senseyeio. Also, we have support for etcdv3 in
    ๐Ÿ“ฆ package sd, and a new prototype cloudwatch package for metrics.

    ๐Ÿš€ Thanks to the 16 individual contributors who have contributed to this release! ๐ŸŒ๏ธโ€โ™€๏ธ

    ๐Ÿ› Bug fixes

    โœจ Enhancements

    • cmd/kitgen: Add kitgen code generator tool (#589) -- thanks, @nyarly
    • ๐Ÿ“ฆ transport/jsonrpc: New package (#576) -- thanks, @rossmcf @blainsmith and @senseyeio
    • ๐Ÿ‘ sd/etcdv3: Add support for etcdv3 (#663) -- thanks, @cabrel
    • ๐Ÿ“ฆ metrics/cloudwatchv2: Add alternative cloudwatch package (#668) -- thanks, @nelz9999
    • ๐Ÿ‘ tracing/zipkin: Add native Zipkin tracing support (#671) -- thanks, @basvanbeek
    • ๐ŸŒฒ log: Add syslog support (#574) -- thanks, @mingan
    • transport/http: Add Server NoOpRequestDecoder (#659) -- thanks, @jdolce
    • ๐Ÿšš ratelimit: Remove dependency on juju (#622) -- thanks, @nelz9999

    ๐Ÿ“š Documentation, examples, and testing