-
Notifications
You must be signed in to change notification settings - Fork 2k
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
chore(deps): update dependency @google-cloud/storage to v2.3.3 #959
Conversation
092628c
to
55700a4
Compare
f3f953d
to
3be8905
Compare
43eac83
to
23c754d
Compare
2f31bbc
to
7689f42
Compare
fa324bf
to
a8752ba
Compare
a8752ba
to
298ab42
Compare
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
This PR contains the following updates:
1.7.0
->2.3.3
2.3.1
->2.3.3
Release Notes
googleapis/nodejs-storage
v2.3.3
Compare Source
12-06-2018 17:09 PST
Dependencies
Documentation
Internal / Testing Changes
v2.3.1
Compare Source
11-14-2018 22:15 PST
Bug fixes
Internal / Testing Changes
v2.3.0
Compare Source
Implementation Changes
v2.2.0
Compare Source
Bug Fixes
Dependencies
Documentation
Internal / Testing Changes
v2.1.0
Compare Source
This release brings support for Bucket/Object lock operations, as well as disable TypeScript as we continue to annotate the project with types.
New Features
Implementation Changes
TypeScript support (in progress)
Dependencies
Documentation
Bucket#upload()
still exists (#421)Internal / Testing Changes
v2.0.3
Compare Source
Implementation Changes
v2.0.2
Compare Source
Implementation Changes
v2.0.1
Compare Source
This fixes types declaration issues with projects using TypeScript.
Implementation Changes
Dependencies
Internal / Testing Changes
v2.0.0
Compare Source
This release has breaking changes. This release has a few notable breaking changes. Please take care when upgrading!
require syntax changes
The import style of this library has been changed to support es module syntax. This provides both forward compatibility with es modules, and better supports the TypeScript and Babel ecosystems. As a result, the import syntax has changed:
Old Code
New Code
bucket.upload
no longer accepts URLsTo better support a variety of HTTP clients, the remote fetching functionality of
bucket.upload
has been removed. It can be replaced with your favorite HTTP client.Old Code
New Code
Breaking changes
Features
Bug fixes
Internal / Testing Changes
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 these updates again.
This PR has been generated by Renovate Bot. View repository job log here.