Skip to content

v1.3.2

Compare
Choose a tag to compare
@neild neild released this 09 Jul 20:43
· 144 commits to master since this release
6c65a55

Notable changes:

  • #785: grpc code generation: add an UnimplementedServer type implementing each server interface, returning an unimplemented error for each method
  • #851: convert prints to os.Stderr to use log.Printf
  • #883: jsonpb: fix marshaling of Duration with negative nanoseconds