[Snyk] Upgrade @google-cloud/firestore from 0.17.0 to 0.21.0 #8
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.
Snyk has created this PR to upgrade @google-cloud/firestore from 0.17.0 to 0.21.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.Release notes
Package name: @google-cloud/firestore
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
01-16-2019 13:14 PST
BREAKING: The
timestampsInSnapshots
default has changed to true.The
timestampsInSnapshots
setting is now enabled by default so timestampfields read from a
DocumentSnapshot
will be returned asTimestamp
objectsinstead of
Date
. Any code expecting to receive aDate
object must beupdated.
DEPRECATED:
Firestore.v1beta1
replaced byFirestore.v1
If 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
Breaking Changes
Query.startAt()
,Query.startAfter()
,Query.endAt()
andQuery.endAfter()
(#433)getAll()
to require at least one argument.Features
Firestore.getAll()
andTransaction.getAll()
to only return a subset of fields. A{fieldMask: [...]}
option can now be passed as the last argument.Changed
1.16.0
(#456)Breaking Changes
GeoPoint.toString()
method to improve consistency among types.Deprecations
getCollections()
in favor oflistCollections()
.Features
CollectionReference.listDocuments()
, which returns theDocumentReferences
for all documents in a collection, including missing documents that contain further subcollections.Fixed
Changed
Breaking Changes
Implementation Changes
Dependencies
Documentation
Internal / Testing Changes
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs