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

[Snyk] Upgrade @google-cloud/firestore from 0.17.0 to 0.21.0 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Dec 5, 2019

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.
  • The recommended version is 4 versions ahead of your current version.
  • The recommended version was released 10 months ago, on 2019-01-25.
Release notes
Package name: @google-cloud/firestore
  • 0.21.0 - 2019-01-25

    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

    • chore(deps): update dependency ts-node to v8 (#526)
    • fix(deps): update dependency google-gax to ^0.24.0 (#529)

    Documentation

    • build: ignore googleapis.com in doc link check (#527)
    • docs: fix import links in the jsdocs (#524)

    Internal / Testing Changes

    • chore: update year in the license headers. (#523)
  • 0.20.0 - 2019-01-16

    01-16-2019 13:14 PST

    BREAKING: The timestampsInSnapshots default has changed to true.

    The timestampsInSnapshots setting is now enabled by default so timestamp
    fields read from a DocumentSnapshot will be returned as Timestamp objects
    instead of Date. Any code expecting to receive a Date object must be
    updated.

    DEPRECATED: Firestore.v1beta1 replaced by Firestore.v1

    If you are currently using Firestore.v1beta1.FirestoreClient, you must switch
    to Firestore.v1.FirestoreClient. No other changes should be required as the
    API is 100% identical.

    Bug Fixes

    • fix: getAll function signature to allow array destructuring (#515)
    • fix: update grpc retry config (#464)

    New Features

    • feat: update to v1 protos (#516)
    • feat: add additional field transform types (#521)

    Dependencies

    • fix(deps): update dependency google-gax to ^0.23.0 (#518)

    Documentation

    • fix(docs): remove unused long running operations types
    • docs: elaborate on QuerySnapshot.forEach (#480)
    • docs: update doc writetime (#475)
    • docs: Fix example for writeTime (#474)
    • chore: update license file (#473)
    • docs: update readme badges (#470)

    Internal / Testing Changes

    • build: check broken links in generated docs (#511)
    • chore(build): inject yoshi automation key (#492)
    • chore: update nyc and eslint configs (#491)
    • chore: fix publish.sh permission +x (#489)
    • fix(build): fix Kokoro release script (#488)
    • build: add Kokoro configs for autorelease (#487)
    • chore: add synth.metadata (#485)
    • chore: always nyc report before calling codecov (#482)
    • chore: nyc ignore build/test by default (#479)
    • chore(build): update the prettier config (#476)
    • chore(deps): update dependency typescript to ~3.2.0 (#467)
    • fix(build): fix system key decryption (#468)
    • Adding array-contains to error message (#465)
  • 0.19.0 - 2018-11-13

    release level

    Breaking Changes

    • (#433) Added validation that at least one argument is provided for Query.startAt(), Query.startAfter(), Query.endAt() and Query.endAfter() (#433)
    • (#443) Changed getAll() to require at least one argument.

    Features

    • (#443) Added support for Firestore.getAll() and Transaction.getAll() to only return a subset of fields. A {fieldMask: [...]} option can now be passed as the last argument.

    Changed

    • (#456) Updated grpc version to 1.16.0 (#456)
    • (#436, #451) Improved error messages to include the field path for fields that failed validation (#456)
  • 0.18.0 - 2018-10-18

    release level

    Breaking Changes

    • (#401) Removed undocumented GeoPoint.toString() method to improve consistency among types.

    Deprecations

    • (#373) Deprecated getCollections() in favor of listCollections().

    Features

    • (#368) Add support for CollectionReference.listDocuments(), which returns the DocumentReferences for all documents in a collection, including missing documents that contain further subcollections.

    Fixed

    • (#375) Addressed an issue that dropped an HTTP header that is used for efficient routing.

    Changed

    • (#357) Updated all dependencies to their newest version.
  • 0.17.0 - 2018-09-11

    Breaking Changes

    • Making QuerySnapshot.docChanges() a method to match the Firestore Web client (#324)

    Implementation Changes

    • Regenerate library with synth.py customizations (#345)
      • contains some documentation and internal timeout changes
    • Converting backoff.js to TypeScript (#328)

    Dependencies

    • chore(deps): update dependency nyc to v13 (#329)
    • fix(deps): update dependency google-gax to ^0.19.0 (#325)

    Documentation

    • Fix DocumentReference.get() docs (#332)

    Internal / Testing Changes

    • Retry npm install in CI (#341)
    • make synth.py generate library to ./dev (#337)
    • Revert "Re-generate library using /synth.py (#331)" (#334)
    • Re-generate library using /synth.py (#331)
from @google-cloud/firestore GitHub release notes

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant