Skip to content

Latest commit

 

History

History
412 lines (185 loc) · 23.8 KB

CHANGELOG.md

File metadata and controls

412 lines (185 loc) · 23.8 KB

Changelog

0.42.0 (2024-05-06)

Features

Bug Fixes

  • gencli: Don't generate grpc.WithInsecure (#1503) (27f02ea)

0.41.3 (2024-04-11)

Bug Fixes

  • bazel: Upgrade rules_go & gazelle to drop go_googleapis shading (#1486) (7fdb7aa)
  • Refactor codebase to protobuf-go v2 (#1489) (e84b5ef)

Performance Improvements

0.41.2 (2024-04-06)

Bug Fixes

  • bazel: Add missing otel deps & resolve patches (#1482) (1f9fa36)

0.41.1 (2024-03-25)

Bug Fixes

  • internal/gengapic: Add iter response access example (#1468) (02e6c65)

0.41.0 (2024-02-27)

Features

  • gengapic: Add support for AutoPopulatedFields UUID4 (#1460) (2f3b7b9)

0.40.0 (2024-01-23)

Features

0.39.4 (2023-11-08)

Bug Fixes

  • gencli: Title case dot delimited segments (#1442) (a1d372c)

0.39.3 (2023-11-07)

Bug Fixes

0.39.2 (2023-11-02)

Bug Fixes

0.39.1 (2023-11-01)

Bug Fixes

0.39.0 (2023-11-01)

Features

  • internal/gengapic: Move operations & iterators to aux.go (#1428) (e8ad272)

0.38.2 (2023-09-22)

Bug Fixes

  • internal/gengapic: Add workaround to a delete lro (#1398) (096e74d)

0.38.1 (2023-09-21)

Bug Fixes

  • gengapic: Support deprecated as a release-level option value (#1390) (0b0f823)
  • internal/gengapic: Add workaround for operation collision (#1397) (edb3b8f)

0.38.0 (2023-08-07)

Features

  • gengapic: Use gax.BuildHeaders and gax.InsertMetadataIntoOutgoingContext (#1368) (6f782f9), closes #1300 #1301

Bug Fixes

  • Update client docs to ref base docs more (#1375) (b78472c)

0.37.2 (2023-06-20)

Bug Fixes

0.37.1 (2023-06-13)

Bug Fixes

0.37.0 (2023-05-17)

Features

  • gengapic: Use WithTimeout for default logical timeout (#1267) (7d1418f), closes #1206

0.36.0 (2023-05-09)

Features

0.35.7 (2023-04-21)

Bug Fixes

  • internal/gengapic: Write snippet output to cloud.google.com/go (#1313) (dfc5ce2)

0.35.6 (2023-04-18)

Bug Fixes

  • deps: Revert middleware version, drop s2a-go (#1308) (4609f47)
  • internal/gengapic: Fix mixin file filter (#1310) (79a7a34)

0.35.5 (2023-04-07)

Bug Fixes

0.35.4 (2023-04-06)

Bug Fixes

0.35.3 (2023-04-05)

Bug Fixes

0.35.2 (2023-03-10)

Bug Fixes

  • Explicitly override the import paths for iam and longrunning (#1257) (132fb43)

0.35.1 (2023-03-09)

Bug Fixes

0.35.0 (2023-03-08)

Features

0.34.0 (2023-03-01)

Features

0.33.7 (2023-01-19)

Bug Fixes

  • gengapic: Fix panic when a file not conain any service (#1214) (cd0c02f), closes #1213

0.33.6 (2023-01-09)

Bug Fixes

  • gengapic: Inject gRPC server stream call opts (#1202) (1b93213)
  • gengapic: Move top-level package doc links to top (#1175) (8cf6194), closes #1140

0.33.5 (2022-12-07)

Bug Fixes

  • gengapic: Extraneous protojson import (#1196) (023fed2)
  • gengapic: Only gen REST client for RESTable services (#1199) (0f063f1)

0.33.4 (2022-11-08)

Bug Fixes

  • gengapic: Document client/bidi streaming unsupported in REST (#1181) (f9a9191)

0.33.3 (2022-10-27)

Bug Fixes

  • bazel: Manually add compute/metadata dependency (#1172) (516cb00)

0.33.2 (2022-10-21)

Bug Fixes

  • gengapic: Separate repeated prim qp values (#1161) (f2edb34)

0.33.1 (2022-09-13)

Bug Fixes

0.33.0 (2022-09-06)

Features

  • gengapic: Add in-line snippet comment to example.go (#1120) (88372c5)

Bug Fixes

  • Regapic support for proto wkt in query params (#1124) (f000c98)

0.32.1 (2022-08-23)

Bug Fixes

0.32.0 (2022-08-16)

Features

  • gengapic: rest-numeric-enums option enables enum-encoding sys param (#1022) (6bbbf6f)

Bug Fixes

  • gengapic: fix linkParser regexp to support multi-line link tags (#1098) (863675e), closes #1097
  • gengapic: fix service-specific constructor name in doc_file.go (#1099) (4f80726), closes #1077

0.31.2 (2022-07-18)

Bug Fixes

  • gengapic: regapic GetOperation path fallback logic (#1072) (71ff189)

0.31.1 (2022-07-14)

Bug Fixes

0.31.0 (2022-06-14)

Features

  • genpapic: support protobuf-go go_package mapping option (#1029) (f40c830)

Bug Fixes

  • change go_gapic_library rule transport argument type from array to string (#1038) (a0ee493)

0.30.0 (2022-06-01)

Features

Bug Fixes

  • bazel: add missing regapic dep to go_library (#1016) (ba270da)

0.29.2 (2022-05-18)

Bug Fixes

  • gengapic: REGAPIC encode enums as numbers (#994) (1a04703)

0.29.1 (2022-05-09)

Bug Fixes

  • gengapic: REGAPIC fix path param parsing to remove duped query param (#981) (d326973)

0.29.0 (2022-05-02)

Features

0.28.0 (2022-04-13)

Features

  • gengapic: regapic implicit/explicit header injection (#953) (0dec6eb)

Bug Fixes

  • gengapic: regapic handle url.Parse error (#951) (098262f)
  • gengapic: REGAPIC support gax.CallSettings.Path override (#957) (ae6a2e1)

0.27.1 (2022-03-30)

Bug Fixes

  • bazel: add repo_mapping to all go_repository deps (#947) (7484ab5)

0.27.0 (2022-03-28)

Features

0.26.0 (2022-02-23)

Features

0.25.1 (2022-02-16)

Bug Fixes

  • gengapic: switch regapic use of xerrors to fmt for wrapping (#902) (3b5db4d)

0.25.0 (2022-02-01)

Features

  • gengapic: diregapic add operation Wait helper (#873) (338e6e9)
  • gengapic: diregapic lro examples use wrapper (#880) (ccaa033)
  • gengapic: diregapic lro polling request params (#876) (fd0a07b)
  • gengapic: implement diregapic lro foundation + polling (#866) (99f2273)

Bug Fixes

  • bazel: update rules_go, bazel deps, use bazelisk in ci (#872) (80a2ab1)