Skip to content

Latest commit

 

History

History
354 lines (162 loc) · 21.3 KB

File metadata and controls

354 lines (162 loc) · 21.3 KB

Changelog

4.6.1 (2026-05-01)

Bug Fixes

  • Change the copyright year for files in the packages folder (#8109) (c1a03fe)
  • Do not publish the protos to npm (#8079) (816216b)
  • Revert "fix: Do not publish the protos to npm" (#8096) (ac0fbb6)

4.6.0 (2026-01-22)

Features

  • [Many APIs] Added OUTPUT_ONLY annotations to create_time and update_time in InternalRange to reflect existing service behavior (#7013) (0dbd123)

4.5.1 (2025-10-13)

Bug Fixes

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

4.5.0 (2025-09-09)

Features

  • [networkconnectivity] introduce DataTransfer APIs (#6673) (44d6bbb)

4.4.0 (2025-07-22)

Features

  • [networkconnectivity] add Network Connectivity Center APIs for Internal Range service (#6512) (872ff6e)

4.3.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 (#6422) (1e17ea2)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

4.2.0 (2025-06-03)

Features

4.1.0 (2025-05-09)

Features

  • [networkconnectivity] add Network Connectivity Center APIs for PSC service automation (#6207) (34267b5)

4.0.1 (2025-03-19)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6186) (dcfc7b4)

4.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

  • [Many APIs] add request/response debug logging to gapics (#6140) (2f96b1f)

Miscellaneous Chores

3.6.1 (2025-02-12)

Bug Fixes

  • [Many APIs] finalize fixing typings for headers in generator (#6013) (cd3a2d4)

3.6.0 (2024-12-18)

Features

  • [networkconnectivity] add Network Connectivity Center APIs for PSC connection propagation through NCC (#5859) (04c60cc)

3.5.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.4.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5189) (64b5a75)

3.3.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5026) (43acd89)

3.2.0 (2023-10-18)

Features

  • [networkconnectivity] add Network Connectivity Center APIs related to VPC spokes (#4725) (4e65f0a)

3.1.0 (2023-09-14)

Features

  • [networkconnectivity] add PolicyBasedRouting APIs (#4636) (7f6f625)

3.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4586) (4b18686)

3.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

2.3.3 (2023-04-13)

Bug Fixes

2.3.2 (2023-02-15)

Bug Fixes

  • [Many APIs] changing format of the jsdoc links (#3988) (f2134ed)

2.3.1 (2023-02-02)

Bug Fixes

  • [networkconnectivity] remove HTTP bindings for serviceConnectionMaps, serviceConnectionPolicies, serviceClasses (#3907) (685ef7f)

2.3.0 (2023-01-28)

Features

2.2.0 (2022-11-15)

Features

Bug Fixes

  • deps: Use google-gax v3.5.2 (#161) (fe9160f)
  • Preserve default values in x-goog-request-params header (#153) (67f13e1)
  • Regenerated protos JS and TS definitions (#164) (dfbaab3)

2.1.2 (2022-09-01)

Bug Fixes

  • Allow passing gax instance to client constructor (#151) (123398d)
  • Do not import the whole google-gax from proto JS (#1553) (#150) (e925e35)

2.1.1 (2022-08-23)

Bug Fixes

2.1.0 (2022-06-30)

Features

2.0.0 (2022-05-19)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#135)
  • make v1 default service (#121)

Features

Build System

1.5.0 (2022-02-08)

Features

  • Add LocationMetadata message feat: Add RoutingVPC.required_for_new_site_to_site_data_transfer_spokes field docs: Update comments to reflect that spokes can now be created with data transfer disabled (#114) (4cbecd9)

1.4.2 (2021-11-23)

Bug Fixes

  • Mark a couple networkconnectivity API fields as required, to match implemented behavior (308e54f)

1.4.1 (2021-09-08)

Bug Fixes

1.4.0 (2021-08-25)

Features

  • Add hub.routing_vpcs field docs: Specify that site_to_site_data_transfer field must be set to true (cfc63fa)
  • Remove ActivateSpoke and DeactivateSpoke methods (#78) (cfc63fa)

1.3.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#76) (9ef53f9)

1.2.1 (2021-08-17)

Bug Fixes

1.2.0 (2021-07-30)

Features

  • Add files for Network Connectivity v1 API. (#68) (5028509)

1.1.6 (2021-07-16)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#64) (dea7b0e)

1.1.5 (2021-07-12)

Bug Fixes

1.1.4 (2021-06-30)

Bug Fixes

  • deps: google-gax v2.17.0 with mTLS (#59) (3f81f41)

1.1.3 (2021-06-23)

Bug Fixes

  • make request optional in all cases (#54) (598fb23)

1.1.2 (2021-05-25)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#47) (bc0944e)

1.1.1 (2021-05-12)

Bug Fixes

  • deps: require google-gax v2.12.0 (#39) (2564f8e)
  • use require() to load JSON protos (#42) (9632da3)

1.1.0 (2021-03-02)

Features

  • Add state field in resources docs: Minor changes (#11) (22193b9)

1.0.0 (2021-02-16)

⚠ BREAKING CHANGES

  • initial stub of library

Features

  • add initial samples and tests (#2) (c94271a)
  • initial stub of library (c1d7ea0)