Skip to content

Latest commit

 

History

History
348 lines (159 loc) · 20.2 KB

File metadata and controls

348 lines (159 loc) · 20.2 KB

Changelog

6.1.2 (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)

6.1.1 (2025-10-13)

Bug Fixes

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

6.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 (#6423) (df9184f)
  • Add protobufjs 2023 edition support (#6303) (4a0cba1)

6.0.1 (2025-03-19)

Bug Fixes

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

6.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) (eed00f4)

Bug Fixes

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

Miscellaneous Chores

5.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)
  • [servicedirectory] update Nodejs generator to send API versions in headers for GAPICs (#5349) (181871c)

5.2.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5191) (57567db)

5.1.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5027) (88763bb)

5.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4588) (e5ad564)

5.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

4.1.0 (2023-07-24)

Features

  • [servicedirectory] added network and uid fields in Endpoint message (#4437) (055fad6)

4.0.7 (2023-04-13)

Bug Fixes

4.0.6 (2023-02-15)

Bug Fixes

  • [Many APIs] changing format of the jsdoc links (#3989) (95399f7)

4.0.5 (2022-12-16)

Bug Fixes

4.0.4 (2022-11-10)

Bug Fixes

  • deps: Update dependency uuid to v9 (#248) (5648d02)
  • Preserve default values in x-goog-request-params header (#250) (5c89781)
  • Regenerated protos JS and TS definitions (#266) (7c7cec7)

4.0.3 (2022-09-01)

Bug Fixes

  • Allow passing gax instance to client constructor (#246) (a0a3f47)
  • Do not import the whole google-gax from proto JS (#1553) (#245) (5e84b2a)

4.0.2 (2022-08-23)

Bug Fixes

4.0.1 (2022-06-30)

Bug Fixes

4.0.0 (2022-05-20)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#229)

Build System

3.4.0 (2022-04-11)

Features

3.3.2 (2021-11-12)

Bug Fixes

  • deps: update dependency json-schema to ^0.4.0 (#192) (7122dbe)

3.3.1 (2021-09-10)

Bug Fixes

3.3.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#174) (0fe57fd)

3.2.4 (2021-08-17)

Bug Fixes

3.2.3 (2021-07-16)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#164) (717c929)

3.2.2 (2021-07-12)

Bug Fixes

3.2.1 (2021-06-30)

Bug Fixes

3.2.0 (2021-06-25)

Features

  • Update Service Directory v1beta1 protos to include VPC Network field, and create/modify timestamp fields (#155) (cd103d7)

3.1.3 (2021-06-23)

Bug Fixes

3.1.2 (2021-05-25)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#144) (631084d)

3.1.1 (2021-05-12)

Bug Fixes

3.1.0 (2021-01-09)

Features

Bug Fixes

  • deps: update dependency json-schema to ^0.3.0 (#102) (e7cb54b)

3.0.0 (2020-11-19)

⚠ BREAKING CHANGES

  • make v1 API default (#96)

Features

Bug Fixes

  • only fallback if fetch exists on window (59233c1)

2.1.2 (2020-11-06)

Bug Fixes

  • do not modify options object, use defaultScopes (#88) (17f1b3d)

2.1.1 (2020-07-06)

Bug Fixes

2.1.0 (2020-06-12)

Features

  • secrets: begin migration to secret manager from keystore (#49) (bf9dc4e)

Bug Fixes

2.0.0 (2020-05-27)

⚠ BREAKING CHANGES

  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.

Features

  • drop node8 support, support for async iterators (#22) (ee3a803)
  • samples: add Service directory samples (#42) (a29a180)

Bug Fixes

  • regenerated unit tests (#40) (7fb86a9)
  • remove eslint, update gax, fix generated protos, run the generator (#26) (30e89c3)

1.0.1 (2020-03-17)

Bug Fixes

  • docs: fixed link in .repo-metadata.json (#8) (2403cad)

1.0.0 (2020-03-13)

⚠ BREAKING CHANGES

  • initial generation of library (#1)

Features

  • initial generation of library (#1) (afad0b1)