Skip to content

v0.19.0

Compare
Choose a tag to compare
@schmidt-sebastian schmidt-sebastian released this 13 Nov 22:17
6117f38

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)