Skip to content

v0.8.0

Compare
Choose a tag to compare
@peterbourgon peterbourgon released this 10 Nov 04:41
· 209 commits to master since this release

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