From 9daa7fe7f793b1b6608f4ddf327c607b4868c9b1 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 12 Mar 2019 15:29:52 -0700 Subject: [PATCH] Release v38.0.0 (#1637) --- CHANGELOG.md | 47 ++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c7adaf65d1..057f2a2b701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,53 @@ [1]: https://www.npmjs.com/package/googleapis?activeTab=versions +## v38.0.0 + +03-12-2019 14:00 PDT + +Greetings y'all! This release has some new APIs, says goodbye to a few older ones, and fixes a bunch of doc issues. Enjoy! + +*BREAKING CHANGES*: The following APIs have been *deleted*: +- appengine_v1beta4 +- appengine_v1beta5 + +The following APIs have been added: +- accesscontextmanager_v1 +- bigtableadmin_v1 +- cloudprivatecatalog_v1beta1 +- cloudprivatecatalogproducer_v1beta1 +- healthcare_v1alpha2 +- videointelligence_v1p3beta1 + +### New Features +- feat: run the generator ([#1636](https://github.com/googleapis/google-api-nodejs-client/pull/1636)) +- feat: run the generator ([#1634](https://github.com/googleapis/google-api-nodejs-client/pull/1634)) + +### Bug Fixes +- fix: remove @types/p-queue ([#1627](https://github.com/googleapis/google-api-nodejs-client/pull/1627)) +- fix: correct types param name for media mime-type ([#1602](https://github.com/googleapis/google-api-nodejs-client/pull/1602)) + +### Documentation +- docs: fix npm install cmd in readme ([#1635](https://github.com/googleapis/google-api-nodejs-client/pull/1635)) +- docs: update contributing guide ([#1615](https://github.com/googleapis/google-api-nodejs-client/pull/1615)) +- docs: Remove "releasing" ToC from CONTRIBUTING.md ([#1607](https://github.com/googleapis/google-api-nodejs-client/pull/1607)) +- docs: update CONTRIBUTING link ([#1603](https://github.com/googleapis/google-api-nodejs-client/pull/1603)) +- docs: update links in contrib guide ([#1599](https://github.com/googleapis/google-api-nodejs-client/pull/1599)) +- docs: Use people API instead of plus API +- docs: move CONTRIBUTING.md to root ([#1583](https://github.com/googleapis/google-api-nodejs-client/pull/1583)) + +### Internal / Testing Changes +- chore(deps): update dependency p-queue to v4 ([#1631](https://github.com/googleapis/google-api-nodejs-client/pull/1631)) +- build: Add docuploader credentials to node publish jobs ([#1630](https://github.com/googleapis/google-api-nodejs-client/pull/1630)) +- build: use node10 to run samples-test, system-test etc ([#1628](https://github.com/googleapis/google-api-nodejs-client/pull/1628)) +- build: update release config ([#1625](https://github.com/googleapis/google-api-nodejs-client/pull/1625)) +- chore(deps): update dependency @types/source-map-support to ^0.5.0 ([#1626](https://github.com/googleapis/google-api-nodejs-client/pull/1626)) +- chore(deps): update dependency mocha to v6 +- build: use linkinator for docs test ([#1596](https://github.com/googleapis/google-api-nodejs-client/pull/1596)) +- chore(deps): update dependency @types/tmp to ^0.0.34 ([#1597](https://github.com/googleapis/google-api-nodejs-client/pull/1597)) +- build: create docs test npm scripts ([#1592](https://github.com/googleapis/google-api-nodejs-client/pull/1592)) +- build: test using @grpc/grpc-js in CI ([#1589](https://github.com/googleapis/google-api-nodejs-client/pull/1589)) + ## v37.2.0 02-07-2019 14:55 PST diff --git a/package.json b/package.json index 7775e5c1cd8..f523630d877 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "repository": "googleapis/google-api-nodejs-client", "name": "googleapis", - "version": "37.2.0", + "version": "38.0.0", "scripts": { "pretest": "npm run compile", "prepare": "npm run compile", diff --git a/samples/package.json b/samples/package.json index d9928012ae2..17912a3cbde 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,7 +12,7 @@ "dependencies": { "axios": "^0.18.0", "express": "^4.16.3", - "googleapis": "^37.2.0", + "googleapis": "^38.0.0", "nconf": "^0.10.0", "opn": "^5.3.0", "server-destroy": "^1.0.1",