Skip to content

Latest commit

 

History

History
563 lines (293 loc) · 29.7 KB

CHANGELOG.md

File metadata and controls

563 lines (293 loc) · 29.7 KB

Changelog

npm history

3.19.0 (2021-09-07)

Features

  • add OSConfigZonalService API Committer: @jaiminsh (#553) (1ab2458)
  • Release of relationships in v1, Add content type Relationship to support relationship search Committer: yuwangyw@ (#551) (56526b0)

3.18.0 (2021-08-30)

Features

  • Update osconfig v1 and v1alpha with WindowsApplication (#548) (c096de8)

3.17.0 (2021-08-23)

Features

  • turns on self-signed JWT feature flag (#542) (4c4137f)

3.16.1 (2021-08-17)

Bug Fixes

3.16.0 (2021-08-16)

Features

  • Release of relationships in v1, Add content type Relationship to support relationship export (#537) (873aae6)

3.15.5 (2021-08-13)

Bug Fixes

3.15.4 (2021-08-11)

Bug Fixes

3.15.3 (2021-07-16)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#522) (015b801)

3.15.2 (2021-07-12)

Bug Fixes

3.15.1 (2021-06-30)

Bug Fixes

3.15.0 (2021-06-30)

Features

  • add new searchable fields (memberTypes, roles, project, folders and organization), new request fields (assetTypes and orderBy) and new response fields (assetType, folders and organization) in SearchAllIamPolicies (#511) (1dfb0e9)

3.14.1 (2021-06-22)

Bug Fixes

3.14.0 (2021-06-21)

Features

3.13.0 (2021-05-26)

Features

  • add Cloud Asset List API, add access time as condition context in request and evaluation value in response for Cloud Asset AnalyzeIamPolicy API, add more info (folders, organizations, kms_key, create_time, update_time, state, parent_full_resource_name, parent_asset_type) in response for Cloud Asset SearchAllResources API (#491) (8eea45f)

3.12.2 (2021-05-25)

Bug Fixes

  • GoogleAdsError missing using generator version after 1.3.0 (#492) (f8f8ed6)

3.12.1 (2021-05-12)

Bug Fixes

3.12.0 (2021-02-09)

Features

  • samples: add samples for analyzeIamPolicy and analyzeIamPolicyLongrunning (#433) (dfbd75c)

3.11.0 (2021-01-09)

Features

3.10.0 (2020-12-02)

Features

3.9.1 (2020-11-12)

Bug Fixes

  • do not modify options object, use defaultScopes (#419) (790ffd3)

3.9.0 (2020-11-02)

Features

  • add AnalyzeIamPolicy and AnalyzeIamPolicyLongrunning RPCs (#412) (43dde85)

3.8.0 (2020-09-16)

Features

  • added support for per type and partition export for Cloud Asset API (#398) (6462767)

3.7.1 (2020-09-13)

⚠ BREAKING CHANGES

  • remove unused AnalyzeIamPolicy and ExportIamPolicyAnalysis RPCs (#393)

Bug Fixes

  • remove unused AnalyzeIamPolicy and ExportIamPolicyAnalysis RPCs (#393) (5994b6c)
  • remove unused AnalyzeIamPolicy and ExportIamPolicyAnalysis RPCs (#395) (1d45e05)
  • deps: update dependency yargs to v16 (#391) (ee124ce)

3.7.0 (2020-08-24)

Features

  • add AnalyzeIamPolicy and ExportIamPolicyAnalysis RPCs (#386) (fa0981d)

3.6.0 (2020-08-14)

Features

  • added support OutputResult in ExportAssetsResponse. docs: updated existing docs. (#381) (fa8aadd)

3.5.1 (2020-07-27)

Bug Fixes

  • move gitattributes files to node templates (#371) (e05f810)

3.5.0 (2020-07-08)

Features

  • samples: add sample code for ListAssets v1p5beta1 (#355) (1f4cef8)

3.4.0 (2020-06-26)

Features

3.3.0 (2020-06-17)

Features

3.2.0 (2020-06-16)

Features

  • move ts target to es2018 from es2016 (#337) (0590785)

Bug Fixes

  • handle fallback option properly (77f9ca7)

3.1.0 (2020-06-04)

Features

  • add SearchAllResources and SearchAllIamPolicies rpcs in asset service proto (#332) (2f896c4)
  • added support for project id, order_by in SearchAllResources, search on location, labels and networkTags field (321bc3a)
  • check status of long running operation by its name (#328) (488a18b)
  • clean proto list, add decoded function for longrunning method (#327) (9e710b7)

Bug Fixes

  • remove eslint, update gax, fix generated protos, run the generator (#311) (999b782)
  • synth.py clean up for multiple version (#326) (00e33b0)
  • deps: update dependency @google-cloud/storage to v5 (#330) (238c11a)
  • deps: update dependency uuid to v8 (#325) (dba0675)

3.0.0 (2020-04-10)

⚠ BREAKING CHANGES

  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
  • removed SearchResources and SearchIamPolicies from v1p1beta1 client

Features

  • add org policy and access context manager protos (#304) (4d18cc7)
  • adds v1p4beta1 API surface (#285) (9dee03a)
  • deferred client initialization (#281) (8148ab0)
  • drop node8 support, support for async iterators (#299) (ae14ae8)
  • removed SearchResources and SearchIamPolicies from v1p1beta1 client (184fd2f)

Bug Fixes

  • in rare cases test can take longer than 180,000 timeout (#307) (8a528fa)

2.2.0 (2020-02-27)

Features

  • export protos in src/index.ts (8f5e942)

Bug Fixes

  • deps: update dependency uuid to v7 (d83c322)

2.1.0 (2020-02-13)

Features

2.0.1 (2020-02-10)

Bug Fixes

  • useless path template methods removed (af1c939)

2.0.0 (2020-01-30)

⚠ BREAKING CHANGES

  • removes projectPath helper, instead use "projects/${project}".

Features

  • converts library to TypeScript adding v1p1beta1 surface (#250) (54c1c48)

1.6.1 (2020-01-28)

Bug Fixes

  • enum, bytes, and Long types now accept strings (21d58e1)

1.6.0 (2020-01-06)

Features

  • samples: update real time feed api sample code to use v1 API surface (f15d2e2)

1.5.0 (2019-12-06)

Features

  • add plural and singular resource descriptor (93c314d)
  • adds CreateFeed, GetFeed, ListFeeds, UpdateFeed, DeleteFeed methods (13903ae)

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (10472c9)
  • deps: update dependency yargs to v15 (#222) (a7beda9)

1.4.2 (2019-11-13)

Bug Fixes

  • deps: update dependency @google-cloud/storage to v4 (#207) (1b67b50)
  • import long into proto ts declaration file (#218) (00bc96e)
  • docs: snippets are now replaced in jsdoc comments (#217) (bec38ad)

1.4.1 (2019-10-22)

Bug Fixes

1.4.0 (2019-10-12)

Features

Bug Fixes

  • use compatible version of google-gax (332323f)

1.3.0 (2019-09-16)

Bug Fixes

  • docs: remove reference-docs anchor (812bdc4)

Features

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

1.2.1 (2019-08-26)

Bug Fixes

  • docs: update READMEs with new samples (#185) (775a5a0)

1.2.0 (2019-08-20)

Bug Fixes

  • deps: update dependency yargs to v14 (e3e5872)

Features

1.1.4 (2019-08-05)

Bug Fixes

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

1.1.3 (2019-07-29)

Bug Fixes

  • deps: update dependency @google-cloud/storage to v3 (#168) (6ba18e7)

1.1.2 (2019-06-26)

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#163) (290862a)

1.1.1 (2019-06-14)

Bug Fixes

1.1.0 (2019-06-05)

Features

  • support apiEndpoint override in client constructor (#157) (0da529e)

1.0.0 (2019-05-11)

Bug Fixes

  • deps: update dependency google-gax to ^0.26.0 (#132) (29dec78)
  • deps: update dependency google-gax to v1 (#142) (c5d4508)
  • include 'x-goog-request-params' header in requests (#126) (ff57600)

Build System

Features

  • introduces 'expression text', deprecates version field (#143) (4c35683)

BREAKING CHANGES

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

v0.3.0

03-19-2019 11:42 PDT

This release ships the v1 version of the backend API.

Create the v1 client:

const asset = require('@google-cloud/asset');
const client = new asset.v1.AssetServiceClient();

New Features

  • feat: add the v1 version of the API (#120)

Internal / Testing Changes

  • build: use per-repo publish token (#119)

v0.2.1

03-13-2019 21:45 PDT

Bug Fixes

  • fix: throw on invalid credentials

Documentation

  • docs: use backticks for JS values (#116)
  • docs: update jsdoc samples and json import paths (#115)
  • docs: update links in contrib guide (#108)
  • docs: update contributing path in README (#100)
  • docs: move CONTRIBUTING.md to root (#99)
  • docs: add lint/fix example to contributing guide (#97)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#113)
  • build: use node10 to run samples-test, system-test etc (#112)
  • build: update release configuration
  • chore: update proto formatting
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#107)
  • fix(deps): update dependency yargs to v13 (#105)
  • build: create docs test npm scripts (#104)
  • build: test using @grpc/grpc-js in CI (#103)
  • chore: ignore cache directories (#102)
  • refactor: improve generated code style. (#96)

v0.2.0

01-31-2019 10:32 PST

Implementation Changes

  • refactor: remove unused IAM protobuf objects (#83)
  • refactor: drop requirement of setting GCLOUD_PROJECT (#81)

New Features

  • fix(proto): add support for folders (#90)

Dependencies

  • fix(deps): update dependency google-gax to ^0.25.0 (#94)

Documentation

  • fix(docs): www discovery link (#87)
  • fix(docs): broken links in README.md (#84)

v0.1.1

12-04-2018 14:41 PST

Dependencies

  • fix(deps): update dependency google-gax to ^0.22.0 (#49)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#47)
  • chore(deps): update dependency through2 to v3 (#44)
  • chore(deps): update dependency eslint-plugin-node to v8 (#36)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#21)

Documentation

  • sample: Add quickstart sample code for BatchGetAsstesHistory. (#59)
  • refactor(samples): convert sample tests from ava to mocha (#56)
  • docs: update README.md with correct links (#66)
  • docs: update readme badges (#63)
  • docs: Fix 404 link to product reference docs. (#62)
  • docs(samples): add quickstart code for ExportAssets (#50)

Internal / Testing Changes

  • chore: update license file (#65)
  • fix(build): fix system key decryption (#60)
  • fix: fix the lint rules (#58)
  • chore: do a little lint cleanup (#53)
  • chore: add synth.metadata
  • chore: update eslintignore config (#48)
  • chore: drop contributors from multiple places (#46)
  • chore: use latest npm on Windows (#45)
  • chore: update CircleCI config (#43)
  • chore: include build in eslintignore (#40)
  • chore: update issue templates (#35)
  • chore: remove old issue template (#33)
  • build: run tests on node11 (#32)
  • chores(build): run codecov on continuous builds (#29)
  • chores(build): do not collect sponge.xml from windows builds (#30)
  • chore: update new issue template (#28)
  • build: fix codecov uploading on Kokoro (#24)
  • Update CI config (#22)
  • Update CI config and move to const (#19)
  • test: remove appveyor config (#17)
  • Fix the linter (#16)
  • Enable prefer-const in the eslint config (#15)

v0.1.0

Initial release of the Cloud Asset API.