Skip to content

Latest commit

 

History

History
246 lines (114 loc) · 14 KB

File metadata and controls

246 lines (114 loc) · 14 KB

Changelog

3.4.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.3.0 (2024-03-29)

Features

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

3.2.0 (2024-02-09)

Features

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

3.1.1 (2024-01-23)

Bug Fixes

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

3.1.0 (2023-09-06)

Features

  • [workflows] add UNAVAILABLE and QUEUED to state enum (#4563) (25d4a43)
  • [workflows] add UNAVAILABLE to state enum of workflow deployment (#4553) (428bd8f)

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.3.2 (2023-04-13)

Bug Fixes

2.3.1 (2023-02-15)

Bug Fixes

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

2.3.0 (2023-01-28)

Features

2.2.0 (2022-11-11)

Features

  • Accept google-gax instance as a parameter (#161) (d0ae307)

Bug Fixes

  • deps: Use google-gax v3.5.2 (#172) (9dc2c62)
  • Do not import the whole google-gax from proto JS (#1553) (#160) (ce8fb0f)
  • Preserve default values in x-goog-request-params header (#165) (741cf60)
  • Regenerated protos JS and TS definitions (#175) (2109309)
  • use google-gax v3.3.0 (ce8fb0f)

2.1.1 (2022-08-23)

Bug Fixes

2.1.0 (2022-06-29)

Features

2.0.0 (2022-05-20)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#140)

Bug Fixes

  • workflows: add ancillary service bindings to service_yaml (#116) (e6b432f)

Build System

1.4.0 (2021-11-08)

Features

  • add a stack_trace field to the Error messages specifying where the error occured feat: add call_log_level field to Execution messages doc: clarify requirement to escape strings within JSON arguments (#106) (7ba49ae)

1.3.1 (2021-09-09)

Bug Fixes

  • build: migrate to using main branch (#92) (1f6e084)

1.3.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#89) (c17023b)

1.2.6 (2021-08-17)

Bug Fixes

1.2.5 (2021-07-21)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#80) (0b782cf)

1.2.4 (2021-07-12)

Bug Fixes

1.2.3 (2021-06-29)

Bug Fixes

  • deps: google-gax v2.17.0 with mTLS (#75) (878255f)

1.2.2 (2021-06-22)

Bug Fixes

  • make request optional in all cases (#69) (8e001de)

1.2.1 (2021-05-26)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#61) (7f776b8)

1.2.0 (2021-05-10)

Features

Bug Fixes

  • deps: require google-gax v2.12.0 (#48) (e642151)

1.1.0 (2021-01-09)

Features

1.0.2 (2020-11-25)

Bug Fixes

  • better fallback feature detection, jsdoc update (#23) (2d4e44d)

1.0.1 (2020-11-07)

Bug Fixes

  • do not modify options object, use defaultScopes (#20) (42bbbc5)

1.0.0 (2020-09-17)

⚠ BREAKING CHANGES

  • initial library generation (#8)

Features

  • add .repo-metadata.json and generate README (#4) (bddc804)
  • convert to TypeScript (#2) (18776d2)
  • initial implementation of library (da40c83)
  • initial library generation (#8) (159871a)

Bug Fixes