Releases: googleapis/gapic-generator-go
Releases · googleapis/gapic-generator-go
v0.15.0
gapic
- add default method deadlines (#422)
- add retry testing via gapic-showcase (#428)
chores
- update bazel repos with go.mod (#433)
- update dependencies (see history)
other
- showcase: add a copy of leakcheck to tests (#426)
v0.14.4
gapic
- refactor config parsing into grpc_service_config pkg (#419)
- fix godoc link in pkg docs (#412)
- support proto3_optional in paging helper (#407)
chores
- update dependencies (see history)
v0.14.3
bazel
- fix go_library importpath & lro shading (#405)
chores
- update dependencies (see history)
v0.14.2
gapic
- add proto3_optional tests (#396)
bazel
- update rules_go v0.23.0 and gazelle v0.21.0 (#391)
gencli
- fix oneof naming collision (#370)
- support map<string,string> fields (#403)
chores
- update README shields with release & Go version (#398)
- update CI to protoc stable v3.12.0 (#397)
- add genproto schedule, rebase config, and automerge label (#383)
- update dependencies (see history)
v0.14.1
gencli
- fix handling proto3_optional oneof (#381)
v0.14.0
gapic
- flag support for proto3_optional (#379)
- fix header request param parsing (#366)
bazel
- use rules_go provided protobuf plugin dep (#363)
gencli
- proto3_optional support (#380)
chores
- update dependencies (see history)
v0.13.3
chores
- change plugin use of Unmarshal (#362)
v0.13.2
bazel
- update repositories with latest (#360)
- fix assembly_pkg archive contents path (#359)
chores
- update dependencies (see history)
v0.13.1
gencli
- use jsonpb for output of paged responses (#356)
chores
- remove extraneous quotes on release notes (#355)
- update dependencies (see history)
v0.13.0
gapic
- add error to clientHook interface (#354)
- add clientHook feature (#352)
gencli
- fix handling deeply nested msg in oneof (#346)
chores
- refactor Empty type constants (#347)
- automate release notes generation (#343)
- update dependencies (see history)
other
- showcase: refresh showcase integration testing (#351)