Skip to content

google-cloud-firestore 0.32.0

Compare
Choose a tag to compare
@yoshi-automation yoshi-automation released this 02 Apr 23:46
4b3348e

04-01-2019 11:44 PDT

Implementation Changes

  • Allow passing metadata as part of creating a bidi (#7514)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)
  • Rename 'Query.get' -> 'stream'. (#7284)
  • Remove bogus error checking of query response stream. (#7206)
    -'increment' / 'minimum' / 'maximum' field transform attributes. (#7129)
  • Respect transform values passed into collection.add (#7072)
  • Protoc-generated serialization update. (#7083)

New Features

  • Firestore: Add v1 API version. (#7494)
  • Add 'Collection.list_documents' method. (#7221)
  • Add 'DocumentReference.path' property. (#7219)

Documentation

  • Updated client library documentation URLs. (#7307)
  • Fix the docstring example for 'Query.on_snapshot'. (#7281)
  • Update copyright headers

Internal / Testing Changes

  • Fix typo in proto comments (via synth).
  • Prep firestore unit tests for generation from 'v1' protos. (#7437)
  • Copy lintified proto files (via synth). (#7466)
  • Add clarifying comment to blacken nox target. (#7392)
  • Add protos as an artifact to library (#7205)