Releases: googleapis/gapic-generator-go
Releases · googleapis/gapic-generator-go
v0.9.8
gapic: fix package doc comment (#280)
v0.9.7
gapic: simplify Empty LRO methods (#270)
v0.9.6
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
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
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
gapic-generator-go:
- add release-level flag to docker entrypoint (#223)
v0.8.0
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
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)
v0.6.1
gapic
- avoid generating duplicate iterators (#155)
v0.6.0
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)