Skip to content

Latest commit

 

History

History
271 lines (126 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

271 lines (126 loc) · 15.4 KB

Changelog

2.6.0 (2021-08-25)

Features

  • add script field to BuildStep message (#273) (b91fb68)
  • Update cloudbuild proto with the service_account for BYOSA Triggers. (#274) (0ad4f9b)

2.5.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#271) (dcb970d)

2.4.0 (2021-08-16)

Features

  • Add ability to configure BuildTriggers to create Builds that require approval before executing and ApproveBuild API to approve or reject pending Builds (#267) (18ec067)

2.3.2 (2021-08-16)

Bug Fixes

2.3.1 (2021-08-12)

Bug Fixes

2.3.0 (2021-08-05)

⚠ BREAKING CHANGES

    • feat: add a WorkerPools API

Features

  • add a WorkerPools API (#254) (2e5b3f5)
  • Implementation of Build Failure Info: - Added message FailureInfo field (#255) (6f115e2)

Build System

2.2.7 (2021-07-21)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#251) (7bc5f7f)

2.2.6 (2021-07-12)

Bug Fixes

2.2.5 (2021-07-01)

Bug Fixes

2.2.4 (2021-06-24)

Bug Fixes

2.2.3 (2021-05-25)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#231) (d6bd0be)

2.2.2 (2021-05-12)

Bug Fixes

2.2.1 (2021-05-07)

Bug Fixes

2.2.0 (2021-04-16)

Features

2.1.0 (2021-04-01)

Features

  • Add COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY for corresponding comment control feat: Committer: @lozord (48fe15d)
  • Add ReceiveTriggerWebhook for webhooks activating specific triggers. (48fe15d)
  • Add SecretManager-related resources and messages for corresponding integration. (48fe15d)

Bug Fixes

  • Specify build as the body of a CreateBuild call. The Cloud Build API has always assumed this, but now we are actually specifying it. (#202) (48fe15d)

2.0.6 (2020-11-25)

Bug Fixes

2.0.5 (2020-11-06)

Bug Fixes

  • do not modify options object, use defaultScopes (#181) (c1a8c19)

2.0.4 (2020-11-03)

⚠ BREAKING CHANGES

  • The WorkerPool API in the v1 surface has been long deprecated, so it has been deleted from the v1 surface. Alpha WorkerPool customers who want to call the WorkerPool API can use gcloud.

Features

  • updated third_party Cloud Build clients with new Build message, fix: revert removal of WorkerPool API (#166) (b8d7a39)

Bug Fixes

2.0.3 (2020-07-24)

Bug Fixes

  • add missing cloudbuild RPCs to retry config, add Node 8 tests  (#141) (e4b83e8)
  • inline markup spans must be separated from the surrounding text by non-word characters (#146) (52b4770)

2.0.2 (2020-07-09)

Bug Fixes

2.0.1 (2020-07-06)

Bug Fixes

2.0.0 (2020-06-11)

⚠ BREAKING CHANGES

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

Features

  • add time-to-live in a queue for builds (04e3387)
  • check status of long running operation by its name (#114) (7b50a74)
  • drop node8 support, support for async iterators (#91) (74a195d)
  • improve support for x-goog-request-params (#111) (e08d640)
  • move ts target to es2018 from es2016 (#121) (59c5477)

Bug Fixes

  • remove eslint, update gax, fix generated protos, run the generator (#100) (aafb9cc)
  • synth.py clean up for multiple version (#115) (aa7d99b)

1.5.0 (2020-03-09)

Features

  • cloudbuild/v1 add new fields and annotate OUTPUT_OUT fields. (#79) (0889fff)
  • deferred client initialization (#75) (47b177d)
  • export protos in src/index.ts (c8e28b3)

1.4.0 (2020-02-13)

Features

1.3.3 (2020-02-10)

Bug Fixes

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

1.3.2 (2020-01-28)

Bug Fixes

  • enum, bytes, and Long types now accept strings (64538fe)

1.3.1 (2020-01-06)

Bug Fixes

  • increase timeout from 20s to 60s (#35) (b9d7f10)
  • wait for client before checking for terminate (35c1905)

1.3.0 (2019-12-11)

Features

  • make operationsClient and service stub public (2fa96df)

1.2.0 (2019-12-05)

Features

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (c8d7267)
  • docs: snippets are now replaced in jsdoc comments (#21) (b6bf159)

1.1.0 (2019-11-11)

Features

  • adds listBuildTriggersStream method (59dad8a)

1.0.0 (2019-10-31)

Features

  • initial release of cloud build library (#2) (b3dbed2)
  • docs: add listBuildTriggers sample to README (#5) (adcdb63)
  • moves library to TypeScript code generation (#10) (871fa08)