Skip to content

Latest commit

 

History

History
310 lines (142 loc) · 16.4 KB

File metadata and controls

310 lines (142 loc) · 16.4 KB

Changelog

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

4.4.0 (2024-03-29)

Features

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

4.3.0 (2024-02-09)

Features

  • Support for Trusted Private Cloud (895830a)

4.2.0 (2024-01-15)

Features

  • [billing] add new types QueryMode, QueryPlan, ResultSetStats (#4924) (86e0849)

4.1.0 (2024-01-05)

Features

  • [billing] added the MoveBillingAccount method, which allows changing which organization a billing account belongs to (#4865) (5560948)

4.0.2 (2023-09-08)

Bug Fixes

  • [billing] fixed resource_reference for name in GetProjectBillingInfo (#4619) (9bcc6c6)

4.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4584) (13537fc)

4.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

3.4.0 (2023-06-28)

Features

  • [billing] added resource_reference for name in GetProjectBillingInfoRequest message (#4356) (a77e51f)

3.3.2 (2023-04-13)

Bug Fixes

3.3.1 (2023-02-15)

Bug Fixes

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

3.3.0 (2023-01-28)

Features

3.2.0 (2022-12-16)

Features

Bug Fixes

3.1.3 (2022-11-10)

Bug Fixes

  • deps: Use google-gax v3.5.2 (#255) (231ab13)
  • Preserve default values in x-goog-request-params header (#247) (d12b854)
  • Regenerated protos JS and TS definitions (#258) (2a148e7)

3.1.2 (2022-09-01)

Bug Fixes

  • Allow passing gax instance to client constructor (#245) (68bb343)
  • Do not import the whole google-gax from proto JS (#1553) (#244) (eaa9bee)

3.1.1 (2022-08-23)

Bug Fixes

3.1.0 (2022-07-04)

Features

3.0.0 (2022-05-20)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#230)

Build System

2.4.0 (2022-04-06)

Features

2.3.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#179) (9ef0c0d)

2.2.7 (2021-08-17)

Bug Fixes

2.2.6 (2021-07-16)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#169) (012b494)

2.2.5 (2021-07-12)

Bug Fixes

2.2.4 (2021-06-29)

Bug Fixes

2.2.3 (2021-06-24)

Bug Fixes

2.2.2 (2021-05-25)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#152) (139287c)

2.2.1 (2021-05-12)

Bug Fixes

2.2.0 (2021-01-09)

Features

2.1.3 (2020-11-25)

Bug Fixes

  • browser: check for fetch on window (abd3067)
  • do not modify options object, use defaultScopes (#111) (be029ad)

2.1.2 (2020-07-09)

Bug Fixes

2.1.1 (2020-07-07)

Bug Fixes

  • update default timeouts for list calls (#65) (749e14c)

2.1.1 (2020-07-06)

Bug Fixes

  • update default timeouts for list calls (#65) (749e14c)

2.1.0 (2020-06-15)

Features

  • move ts target to es2018 from es2016 (#59) (68749b4)

Bug Fixes

  • proper fallback option handling (25a0c07)

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

  • drop node8 support, support for async iterators (#27) (fb95727)
  • promote release level to GA (#52) (079a4a0), closes #3

Bug Fixes

  • export explicit version from protos.js (#33) (6c2863e)
  • regen protos and tests (#50) (7cfa275)
  • remove eslint, update gax, fix generated protos, run the generator (#37) (5107cef)
  • update common protos and fix synth (#56) (ac7d6b1)

1.2.0 (2020-03-06)

Features

1.1.0 (2020-02-29)

Features

  • export protos from src/index.ts; update jsdoc config (ea41ed3)

1.0.0 (2020-02-27)

⚠ BREAKING CHANGES

  • initial library generation (#1)

Features