Skip to content

Latest commit

 

History

History
196 lines (95 loc) · 12.2 KB

File metadata and controls

196 lines (95 loc) · 12.2 KB

Changelog

4.1.1 (2025-10-13)

Bug Fixes

  • [gkeconnect-gateway] remove unused GatewayServiceClient (#6775) (41c2ff2)

4.1.0 (2025-07-09)

Features

  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6419) (f8a324c)
  • [Many APIs] add methods from gax to cache proto root and process custom error details (#6424) (9a595a6)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

4.0.1 (2025-03-19)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6189) (0eab6d4)

4.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

  • Add request/response debug logging to gapics, update templates to gax 5 and node 18 (#1671) (7a23322)

Bug Fixes

  • Add json files to tsconfig templates (#1692) (ba6be1d) (7a23322)

Miscellaneous Chores

3.3.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

3.2.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5192) (b926f13)

3.1.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5028) (852f3eb)

3.0.2 (2024-01-23)

Bug Fixes

  • [Many APIs] improve retry logic for streaming API calls (#4968) (7fbf16c)

3.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4589) (07967ad)

3.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

2.1.2 (2023-04-13)

Bug Fixes

2.1.1 (2023-02-15)

Bug Fixes

  • [Many APIs] changing format of the jsdoc links (#3990) (878c55d)

2.1.0 (2023-01-28)

Features

2.0.1 (2022-11-11)

Bug Fixes

  • Allow passing gax instance to client constructor (#80) (9054e83)
  • Better support for fallback mode (#76) (7b4c304)
  • Change import long to require (#77) (531996b)
  • deps: Use google-gax v3.5.2 (#87) (9f856a5)
  • Do not import the whole google-gax from proto JS (#1553) (#79) (a0924da)
  • docs: Document fallback rest option (#72) (bb637f7)
  • Preserve default values in x-goog-request-params header (#81) (18e64cc)
  • Regenerated protos JS and TS definitions (#90) (920d3fe)
  • Remove pip install statements (#1546) (#78) (884ea27)
  • use google-gax v3.3.0 (a0924da)

2.0.0 (2022-06-10)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#65)

Bug Fixes

  • fixes for dynamic routing and streaming descriptors (#68) (f6432cb)

Build System

1.2.0 (2022-04-04)

Features

  • Add the ability to plumb environment capabilities through v1beta3 protos. (#53) (41c8fd6)
  • new parameters in FlexTemplateRuntimeEnvironment (f8bd01b)

Bug Fixes

  • Use http binding with location field as primary http bindings (6bfb6bd)

1.1.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#18) (ac48141)

1.0.2 (2021-08-17)

Bug Fixes

1.0.1 (2021-07-21)

Bug Fixes

  • deps: google-gax v2.17.1 (#6) (c689196)
  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#8) (ce940c1)

1.0.0 (2021-07-08)

Features