Skip to content

v0.6.0

Choose a tag to compare

@noahdietz noahdietz released this 22 Jul 20:04
· 559 commits to master since this release
8a10cc2

gapic

  • add Heading(Open/Close) to md render (#135)
  • add WithDisableServiceConfig to default opts (#137)
  • make iterator.Response an interface (#138)
  • encode metadata pairs separately (#145)
  • remove API service config scope & host support (#147)
  • introduce gRPC ServiceConfig as source of retry (#146)

sample-gen

  • iterate over a map field in response handling (#140)
  • add README (#149)
  • write a string or bytes field of the response object to a local file (#150)
  • allow using {} to specify an empty object in request (#153)
  • generate comments in output handling (#152)

gcli

  • variable & field accessor name gen refactor (#132)

chores

  • add basic gen process explanation (#133)
  • remove vendor'd googleapi pb.go files (#141)
  • update deps in go.mod (#151)