google-cloud-firestore 0.32.0
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