github googleapis/google-api-nodejs-client v37.0.0

01-28-2019 10:29 PST

This release has breaking changes. But it's also got a lot of good stuff too. Keep reading!

google-auth-library 3.0

The google-auth-library module has been upgrade to 3.0. This comes with it's own breaking changes, which are covered here.

gaxios upgrade

Previous versions of this library used the axios library as an underlying HTTP transport. In an effort to fix a variety of problems, this has been swapped out for an API compatible library: gaxios. While we've tried really hard to ensure compatibility with axios, it's entirely possible there are subtle differences. If you run into trouble - just let us know!

Removed APIs

The replicapoolupdater_v1beta1 API has been removed.

New features

Webpack support

This library is now webpack-able! Samples and docs are still coming, but you should be able to bundle for the browser now.

New APIs

The following APIs have been introduced:

  • file_v1
  • bigtableadmin_v2
  • cloudbuild_v1alpha1
  • cloudidentity_v1
  • cloudidentity_v1beta1
  • containeranalysis_v1alpha1
  • containeranalysis_v1beta1
  • content_v2_1
  • iap_v1
  • libraryagent_v1
  • remotebuildexecution_v1
  • remotebuildexecution_v1alpha
  • remotebuildexecution_v2

Changes

It includes the following changes:

  • feat: run the generator (#1564)
  • feat: run the generator (#1541)
  • feat: webpack support for all APIs (#1554)
  • feat: generating webpackable packages (#1547)

Documentation

  • docs: specify gaxios over axios (#1558)
  • docs(samples): add people samples for get & create contacts (#1543)
  • docs: fix typo in README.md (#1549)
  • docs: improve the compute sample in the README (#1537)
  • docs(samples): rework the compute list vms sample (#1534)
  • docs: correct the README (#1522)
  • docs: use blogger to demonstrate key authentication (#1519)
  • docs: fix the doc generator (#1489)

Dependencies

  • fix(deps): update dependency googleapis-common to ^0.7.0 (#1560)
  • fix(deps): update googleapis-common and google-auth-library (#1556)

Bug fixes

  • fix(generator): convert method names to camelCase (#1552)
  • fix(test): fix the revoke token test (#1532)

Don't miss a new google-api-nodejs-client release

NewReleases is sending notifications on new releases.