Skip to content

Latest commit

 

History

History
407 lines (192 loc) · 23.1 KB

File metadata and controls

407 lines (192 loc) · 23.1 KB

Changelog

npm history

5.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)

5.1.1 (2025-10-13)

Bug Fixes

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

5.1.0 (2025-07-09)

Features

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

5.0.1 (2025-03-19)

Bug Fixes

  • [Many APIs] await/catch promises, and update listOperationsAsync return type (#6184) (2fcd202)

5.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • upgrade to Node 18 (#6096)

Features

  • [Many APIs] add request/response debug logging to gapics (e7409c8)

Miscellaneous Chores

4.2.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)

4.1.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5187) (1952fbe)

4.0.1 (2023-09-06)

Bug Fixes

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

4.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

3.2.2 (2023-04-13)

Bug Fixes

3.2.1 (2023-02-15)

Bug Fixes

  • [Many APIs] changing format of the jsdoc links (#3986) (20f493c)

3.2.0 (2023-01-28)

Features

3.1.1 (2022-11-11)

Bug Fixes

3.1.0 (2022-07-05)

Features

3.0.0 (2022-06-10)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#356)

Bug Fixes

  • datalabeling: add ancillary service bindings to service_yaml (#331) (1df9ca2)

Build System

2.3.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#307) (adbe0cd)

2.2.7 (2021-08-17)

Bug Fixes

2.2.6 (2021-07-21)

Bug Fixes

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

2.2.5 (2021-07-12)

Bug Fixes

2.2.4 (2021-06-30)

Bug Fixes

2.2.3 (2021-06-22)

Bug Fixes

2.2.2 (2021-05-25)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#279) (a78809f)

2.2.1 (2021-05-12)

Bug Fixes

2.2.0 (2021-01-09)

Features

2.1.2 (2020-11-25)

Bug Fixes

  • browser: check for fetch on window (#236) (a861cd0)
  • do not modify options object, use defaultScopes (#231) (6bcb17b)

2.1.1 (2020-07-10)

Bug Fixes

2.1.0 (2020-06-28)

Features

  • move ts target to es2018 from es2016 (#187) (c221d20)

Bug Fixes

  • proper fallback option handling (180d2e2)

2.0.0 (2020-06-04)

⚠ BREAKING CHANGES

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

Features

  • check status of long running operation by its name (#180) (914f99c)
  • drop node8 support, support for async iterators (#161) (8f6cfa8)

Bug Fixes

  • export explicit version from protos.js (#166) (7096188)
  • remove eslint, update gax, fix generated protos, run the generator (#170) (35d38b2)
  • remove unused files from package (#173) (7d43739)
  • synth.py clean up for multiple version (#182) (67f56a1)

1.6.0 (2020-03-06)

Features

1.5.0 (2020-02-29)

Features

  • export protos in src/index.ts (42812db)

1.4.2 (2020-02-10)

Bug Fixes

  • pass x-goog-request-params header for streaming calls (e4e78e6)

1.4.1 (2020-01-31)

Bug Fixes

  • resource names helper functions; enum, bytes, and Long types now accept strings (#117) (e9793d6)
  • update proto files (3e53076)
  • updated proto files (cc8f27d)

1.4.0 (2020-01-17)

Features

1.3.4 (2019-12-05)

Bug Fixes

  • import long type into proto ts declaration file (#93) (7b16da1)
  • deps: pin TypeScript below 3.7.0 (6b91e93)

1.3.3 (2019-11-15)

Bug Fixes

  • docs: bump release level to beta (#89) (b3467e6)

1.3.2 (2019-11-14)

Bug Fixes

  • docs: snippets are now replaced in jsdoc comments (#85) (d1ebe18)

1.3.1 (2019-10-22)

Bug Fixes

1.3.0 (2019-10-09)

Bug Fixes

  • use compatible version of google-gax (716b9f6)

Features

1.2.0 (2019-09-16)

Bug Fixes

  • set proper version # for x-goog-api-client (aeb0de9)

Features

  • load protos from JSON, grpc-fallback support (3bc5d92)

1.1.3 (2019-08-02)

Bug Fixes

  • allow calls with no request, add JSON proto (ed3743f)

1.1.2 (2019-06-26)

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#51) (8976320)

1.1.1 (2019-06-14)

Bug Fixes

  • docs: move to new client docs URL (#46) (d670a96)

1.1.0 (2019-06-06)

Features

  • support apiEndpoint override in client constructor (#41) (7989746)
  • support apiEndpoint override in client constructor (#43) (0bfe818)

1.0.0 (2019-05-20)

⚠ BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#18)

Bug Fixes

  • deps: update dependency google-gax to ^0.26.0 (#16) (2783120)
  • DEADLINE_EXCEEDED is no longer retried (5cedb2d)
  • DEADLINE_EXCEEDED retry code is idempotent (#27) (00a9c2e)
  • deps: update dependency google-gax to v1 (#26) (482dab5)

Build System

  • upgrade engines field to >=8.10.0 (#18) (5affe85)

v0.1.0

04-05-2019 14:33 PDT

This is the initial release of the Node.js Data Labeling API client library.