Skip to content

Commit b01a0d7

Browse files
chore: release 3.0.0 (#280)
1 parent 75559c5 commit b01a0d7

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

packages/google-cloud-asset/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/asset?activeTab=versions
66

7+
## [3.0.0](https://www.github.com/googleapis/nodejs-asset/compare/v2.2.0...v3.0.0) (2020-04-10)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
13+
* removed SearchResources and SearchIamPolicies from v1p1beta1 client
14+
15+
### Features
16+
17+
* add org policy and access context manager protos ([#304](https://www.github.com/googleapis/nodejs-asset/issues/304)) ([4d18cc7](https://www.github.com/googleapis/nodejs-asset/commit/4d18cc7ac2fc4d4bae9999291575e8c3a020947f))
18+
* adds v1p4beta1 API surface ([#285](https://www.github.com/googleapis/nodejs-asset/issues/285)) ([9dee03a](https://www.github.com/googleapis/nodejs-asset/commit/9dee03a546df19ae1fc92f25f07f994e010f4ac4))
19+
* deferred client initialization ([#281](https://www.github.com/googleapis/nodejs-asset/issues/281)) ([8148ab0](https://www.github.com/googleapis/nodejs-asset/commit/8148ab0e075c36e2c49d2af96791f83398529b87))
20+
* drop node8 support, support for async iterators ([#299](https://www.github.com/googleapis/nodejs-asset/issues/299)) ([ae14ae8](https://www.github.com/googleapis/nodejs-asset/commit/ae14ae8fc84defbd65b06fdaaef94e07a1294e1b))
21+
* removed SearchResources and SearchIamPolicies from v1p1beta1 client ([184fd2f](https://www.github.com/googleapis/nodejs-asset/commit/184fd2fd3ee9cc32312f671398992f3b453fb78d))
22+
23+
24+
### Bug Fixes
25+
26+
* in rare cases test can take longer than 180,000 timeout ([#307](https://www.github.com/googleapis/nodejs-asset/issues/307)) ([8a528fa](https://www.github.com/googleapis/nodejs-asset/commit/8a528fac934ce8dd1378c06a89b52c5d76286a9b))
27+
728
## [2.2.0](https://www.github.com/googleapis/nodejs-asset/compare/v2.1.0...v2.2.0) (2020-02-27)
829

930

packages/google-cloud-asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/asset",
33
"description": "Cloud Asset API client for Node.js",
4-
"version": "2.2.0",
4+
"version": "3.0.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-asset/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha --timeout 180000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/asset": "^2.2.0",
18+
"@google-cloud/asset": "^3.0.0",
1919
"@google-cloud/storage": "^4.0.0",
2020
"uuid": "^7.0.0",
2121
"yargs": "^15.0.0"

0 commit comments

Comments
 (0)