Skip to content

Releases: googleapis/gapic-generator-go

v0.10.0

17 Jan 18:40
3141eb8
Compare
Choose a tag to compare
  • gapic: fix LRO handling for longrunning pkg (#291)
  • chore: add bazel test to CI (#273)
  • update deps

v0.9.9

07 Jan 22:14
5b04026
Compare
Choose a tag to compare
  • update dependencies
  • gapic: fix acronym camelToSnake (#283)

v0.9.8

19 Dec 20:43
9d1b4bb
Compare
Choose a tag to compare
gapic: fix package doc comment (#280)

v0.9.7

12 Dec 17:03
ee9655a
Compare
Choose a tag to compare
gapic: simplify Empty LRO methods (#270)

v0.9.6

11 Dec 00:03
63d85e7
Compare
Choose a tag to compare

chore:

  • add Cloud Language reference as example to Readme (#268)
  • update dependencies

gapic:

  • fix LRO Poll handling of google.protobuf.Empty (#267)
  • fix paging criteria & nested message handling (#266)

v0.9.1

29 Oct 20:13
86436c0
Compare
Choose a tag to compare

chores:

  • chore: change docker dep on common-protos to latest (#243)
  • Update google.golang.org/genproto commit hash to 919d9bd (#242)
  • fix invocation in samplegen readme (#241)
  • Update samplegen readme (#240)
  • move samplegen readme to cmd (#239)
  • update contributing guidelines (#237)

v0.9.0

15 Oct 23:08
73f35d1
Compare
Choose a tag to compare

chores:

  • make repo bazel aware & add microgen macro (#181)

sample-gen:

  • generate sample-tester manifest file (#232)
  • add build tag to samples (#231)
  • make sample-gen work with protoc plugin (#218)

v0.8.1

03 Oct 21:04
a184331
Compare
Choose a tag to compare

gapic-generator-go:

  • add release-level flag to docker entrypoint (#223)

v0.8.0

03 Oct 18:35
53cc3d3
Compare
Choose a tag to compare

chores:

  • prune indirect deps (#212)
  • update readme (#206)
  • add fully annotated/configd api to tests (#205)
  • update Go depedencies

gapic-generator-go:

  • add release-level option (#219)

sample-gen:

  • Add function-level documentation (#216)

v0.7.0

04 Sep 22:47
1656931
Compare
Choose a tag to compare

chores:

  • fix go.mod for 1.13 (#185)
  • ignore blackfriday dep & have bot tidy (#167)
  • many dependency updates

gapic-generator-go:

  • enable updated googleapis test (#173)
  • support max req & res size limits (#165)

gencli:

  • add oneof choices to flag usage (#178)

sample-gen:

  • Switch to sample config in tests (#174)
  • Preparation work for sample config migration (#169)
  • allow enums to be passed in as CLI flags (#157)