Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency google-auth-library to v3 #1097

Merged
merged 2 commits into from
Jan 30, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2019

This PR contains the following updates:

Package Type Update Change References
google-auth-library dependencies major ^2.0.0 -> ^3.0.0 source

Release Notes

googleapis/google-auth-library-nodejs

v3.0.1

Compare Source

01-16-2019 21:04 PST

Bug Fixes
  • fix(deps): upgrade to the latest gaxios (#​596)

v3.0.0

Compare Source

01-16-2019 10:00 PST

Welcome to 3.0 🎉 This release has it all. New features, bug fixes, breaking changes, performance improvements - something for everyone! The biggest addition to this release is support for the browser via Webpack.

This release has breaking changes. This release has a few breaking changes. These changes are unlikely to affect most clients.

BREAKING: Migration from axios to gaxios

The 2.0 version of this library used the axios library for making HTTP requests. In the 3.0 release, this has been replaced by a mostly API compatible library gaxios. The new request library natively supports proxies, and comes with a smaller dependency chain. While this is mostly an implementation detail, the request method was directly exposed via the GoogleAuth.request and OAuth2Client.request methods. The gaxios library aims to provide an API compatible implementation of axios, but that can never be 100% promised. If you run into bugs or differences that cause issues - please do let us know.

BREAKING: generateCodeVerifier is now generateCodeVerifierAsync

The OAuth2Client.generateCodeVerifier method has been replaced by the OAuth2Client.generateCodeVerifierAsync method. It has changed from a synchronous method to an asynchronous method to support async browser crypto APIs required for Webpack support.

BREAKING: generateCodeVerifier is now generateCodeVerifierAsync

The OAuth2Client.verifySignedJwtWithCerts method has been replaced by the OAuth2Client.verifySignedJwtWithCerts method. It has changed from a synchronous method to an asynchronous method to support async browser crypto APIs required for Webpack support.

New Features
  • feat: make it webpackable (#​371)
Bug Fixes
  • fix: accept lowercase env vars (#​578)
Dependencies
  • chore(deps): update gtoken (#​592)
  • fix(deps): upgrade to gcp-metadata v0.9.3 (#​586)
Documentation
  • docs: update bug report link (#​585)
  • docs: clarify access and refresh token docs (#​577)
Internal / Testing Changes
  • refactor(deps): use gaxios for HTTP requests instead of axios (#​593)
  • fix: some browser fixes (#​590)
  • chore(deps): update dependency ts-loader to v5 (#​588)
  • chore(deps): update dependency karma to v3 (#​587)
  • build: check broken links in generated docs (#​579)
  • chore(deps): drop unused dep on typedoc (#​583)
  • build: add browser test running on Kokoro (#​584)
  • test: improve samples and add tests (#​576)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 16, 2019
@renovate renovate bot force-pushed the renovate/google-auth-library-3.x branch 2 times, most recently from b4827f8 to 0ae1208 Compare January 22, 2019 21:44
@renovate renovate bot force-pushed the renovate/google-auth-library-3.x branch 3 times, most recently from 4268e5b to f04aaa3 Compare January 29, 2019 19:37
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jan 30, 2019
@renovate renovate bot force-pushed the renovate/google-auth-library-3.x branch from f04aaa3 to 089b033 Compare January 30, 2019 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants