fix(deps): update dependency @google-cloud/firestore to ^0.21.0 #1100
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.19.0->^0.21.0Release Notes
googleapis/nodejs-firestore
v0.21.0Compare Source
01-25-2019 12:21 PST
This release brings in google-gax update to 0.24.0 which had its dependency google-auth-library updated to 3.0.0^ that swaps out axios in favour of gaxios and addresses an issue using the library behind a proxy (#493).
Dependencies
Documentation
Internal / Testing Changes
v0.20.0Compare Source
01-16-2019 13:14 PST
BREAKING: The
timestampsInSnapshotsdefault has changed to true.The
timestampsInSnapshotssetting is now enabled by default so timestampfields read from a
DocumentSnapshotwill be returned asTimestampobjectsinstead of
Date. Any code expecting to receive aDateobject must beupdated.
DEPRECATED:
Firestore.v1beta1replaced byFirestore.v1If you are currently using
Firestore.v1beta1.FirestoreClient, you must switchto
Firestore.v1.FirestoreClient. No other changes should be required as theAPI is 100% identical.
Bug Fixes
New Features
Dependencies
Documentation
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 this update again.
This PR has been generated by Renovate Bot. View repository job log here.