Skip to content

Releases: googleapis/gapic-generator-go

v0.15.0

27 Aug 17:09
c070128
Compare
Choose a tag to compare

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

10 Aug 16:29
230035e
Compare
Choose a tag to compare

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

02 Jun 16:37
2ce7a67
Compare
Choose a tag to compare

bazel

  • fix go_library importpath & lro shading (#405)

chores

  • update dependencies (see history)

v0.14.2

29 May 23:50
c284b56
Compare
Choose a tag to compare

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

05 May 23:13
641f01e
Compare
Choose a tag to compare

gencli

  • fix handling proto3_optional oneof (#381)

v0.14.0

05 May 16:42
c2d17db
Compare
Choose a tag to compare

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

14 Apr 15:31
e1e4d84
Compare
Choose a tag to compare

chores

  • change plugin use of Unmarshal (#362)

v0.13.2

13 Apr 19:02
d86778e
Compare
Choose a tag to compare

bazel

  • update repositories with latest (#360)
  • fix assembly_pkg archive contents path (#359)

chores

  • update dependencies (see history)

v0.13.1

08 Apr 20:33
fbe2bae
Compare
Choose a tag to compare

gencli

  • use jsonpb for output of paged responses (#356)

chores

  • remove extraneous quotes on release notes (#355)
  • update dependencies (see history)

v0.13.0

07 Apr 16:26
254c8b3
Compare
Choose a tag to compare

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)