Skip to content

Latest commit

 

History

History
645 lines (293 loc) · 36.3 KB

File metadata and controls

645 lines (293 loc) · 36.3 KB

Changes

0.57.0 (2026-02-06)

Features

  • add missing static telemetry attributes for tracing (#1696) (31ba5d1)

0.56.0 (2026-02-03)

Features

  • add a new feature enablement mechanism (#1689) (1f6129a)
  • expose resource names and static identity for OpenTelemetry tracing (#1690) (1dad92a)
  • refactor generator options -> config (#1688) (1fc62ac)

0.55.2 (2026-01-14)

Bug Fixes

  • Ensure stable order of dynamic Firestore routing header parameters (#1685) (d903b0d)
  • add API Versions section in pkg docs (#1678) (3df0b4b)
  • add API version to client comment (#1677) (171a9cf)

0.55.1 (2025-11-13)

Bug Fixes

  • revert ordered dynamic header values (#1661)" (9d27531)

0.55.0 (2025-11-12)

Features

  • enable AllowHardBoundTokens client option for more services (#1651) (fddf352)
  • improve configuration of the plugin (#1649) (f6706de)
  • include API version in gapic metadata (#1653) (a098fba)
  • update image to us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:f2cbb6b904fdbf086efec0100536c52a79a654a5b9df21f975a2b6f6d50395a4 (#1665) (da5aad9)

Bug Fixes

  • ordered dynamic header values (#1661) (6b4035e)
  • revert "conditionally enable directpath for storagecontrol.googleapis.com" (#1667)

0.54.0 (2025-10-07)

Features

  • Conditionally enable directpath for storagecontrol.googleapis.com (1e451fa)
  • Conditionally enable AllowHardBoundTokens in gengrpc (0edb451)

0.53.1 (2025-05-30)

Bug Fixes

  • gengapic: Add support for AutoPopulatedFields UUID4 to LROs (#1631) (043062a)

0.53.0 (2025-05-20)

Features

Bug Fixes

0.52.0 (2025-04-30)

Features

0.51.2 (2025-04-24)

Bug Fixes

  • gencli: Return nil instead of iterator.Done (#1533) (973637e)
  • Remove name collision with server streaming RPC helper (#1620) (447116a), closes #1617

0.51.1 (2025-01-27)

Bug Fixes

  • Downgrade bazel google.golang.org/protobuf dep (#1609) (fdb83e9)

0.51.0 (2025-01-24)

Features

  • Prevent body double-read in googleapi.CheckResponse (#1602) (bd42bc4)

0.50.0 (2024-12-20)

Features

Bug Fixes

0.49.3 (2024-12-09)

Bug Fixes

  • Have a helper that returns a http Response as well (#1594) (b947c65)

0.49.2 (2024-12-09)

Bug Fixes

0.49.1 (2024-12-06)

Bug Fixes

0.49.0 (2024-12-06)

Features

  • Add logging support to generated clients (#1577) (ae37381)

Bug Fixes

0.48.1 (2024-11-14)

Bug Fixes

0.48.0 (2024-11-13)

Features

  • Split doc.go generation into comments and code portions (#1579) (396b171)

Bug Fixes

0.47.1 (2024-10-09)

Bug Fixes

  • internal/gencli: Revert broken migration to protobuf-go v2 in gencli (#1573) (ece235a)

0.47.0 (2024-08-28)

Features

  • gengapic: Move all libraries to new auth lib (#1564) (74b6c39)

0.46.2 (2024-08-19)

Bug Fixes

0.46.1 (2024-08-16)

Bug Fixes

0.46.0 (2024-08-16)

Features

  • gengapic: Generate helpers for Go 1.23 iterators (#1542) (d7ed683)
  • Support wrapper types for autopagination (#1541) (d10df59)

0.45.0 (2024-07-24)

Features

0.44.1 (2024-06-20)

Bug Fixes

0.44.0 (2024-06-18)

Features

  • gengapic: Enable cloud.google.com/go/auth for most clients (#1535) (cd06f12)

0.43.1 (2024-05-30)

Bug Fixes

  • internal/gengapic: Include status_go_proto gapic dependency (#1528) (81c5c6e)

0.43.0 (2024-05-22)

Features

  • gengapic: Conditionally enable cloud.google.com/go/auth (#1523) (f4f5cc2)

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)