go-kit v0.2.0 Release Notes

Release Date: 2016-08-02 // over 7 years ago
  • ๐Ÿš€ An incremental release of Go kit. With contributions from @Ayiga, @basvanbeek, @ChrisHines, @eblanchette, @ifraixedes, @jygastaud, @LennartOlsen, @peterbourgon, and @xmattstrongx. Thanks, contributors!

    ๐Ÿ› Bug fixes

    • util/conn: fix Manager behavior when initial Dial fails (#293)
    • ๐Ÿ›  Fixes tracking changes to OpenTracing (#330, #315, #314, #311, #306)
    • ๐Ÿ›  Fixes and improvements to package etcd tests (#329)

    โœจ Enhancements

    • ๐Ÿ”€ Simple sync log (#327)
    • ๐ŸŒฒ Do not log "SpanContext not found in Extract carrier" (#316)
    • ๐Ÿ‘Œ Improvements to transports and contexts, especially gRPC (#303)
    • sd etcd register/deregister implementation (#299)

    ๐Ÿ“š Documentation

    • ๐Ÿ›  Some small fixes on Profilesvc example (#318)
    • โž• Adding testable example documention (#317)
    • โœ‚ Removed url.QueryEscape from the make*Endpoint functions (#309)
    • ๐Ÿ›  Fix typos (#307)
    • ๐Ÿ“š Update documentation throughout the project (#301)
    • โšก๏ธ Update client.go concatEndpoint (#297)
    • examples/addsvc: recompile protobufs (#296)