diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index 2b00c6f07e89..d8ce9f555f75 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -5,6 +5,37 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## 0.32.0 + +04-01-2019 11:44 PDT + + +### Implementation Changes +- Allow passing metadata as part of creating a bidi ([#7514](https://github.com/googleapis/google-cloud-python/pull/7514)) +- Remove classifier for Python 3.4 for end-of-life. ([#7535](https://github.com/googleapis/google-cloud-python/pull/7535)) +- Rename 'Query.get' -> 'stream'. ([#7284](https://github.com/googleapis/google-cloud-python/pull/7284)) +- Remove bogus error checking of query response stream. ([#7206](https://github.com/googleapis/google-cloud-python/pull/7206)) +-'increment' / 'minimum' / 'maximum' field transform attributes. ([#7129](https://github.com/googleapis/google-cloud-python/pull/7129)) +- Respect transform values passed into collection.add ([#7072](https://github.com/googleapis/google-cloud-python/pull/7072)) +- Protoc-generated serialization update. ([#7083](https://github.com/googleapis/google-cloud-python/pull/7083)) + +### New Features +- Firestore: Add v1 API version. ([#7494](https://github.com/googleapis/google-cloud-python/pull/7494)) +- Add 'Collection.list_documents' method. ([#7221](https://github.com/googleapis/google-cloud-python/pull/7221)) +- Add 'DocumentReference.path' property. ([#7219](https://github.com/googleapis/google-cloud-python/pull/7219)) + +### Documentation +- Updated client library documentation URLs. ([#7307](https://github.com/googleapis/google-cloud-python/pull/7307)) +- Fix the docstring example for 'Query.on_snapshot'. ([#7281](https://github.com/googleapis/google-cloud-python/pull/7281)) +- Update copyright headers + +### Internal / Testing Changes +- Fix typo in proto comments (via synth). +- Prep firestore unit tests for generation from 'v1' protos. ([#7437](https://github.com/googleapis/google-cloud-python/pull/7437)) +- Copy lintified proto files (via synth). ([#7466](https://github.com/googleapis/google-cloud-python/pull/7466)) +- Add clarifying comment to blacken nox target. ([#7392](https://github.com/googleapis/google-cloud-python/pull/7392)) +- Add protos as an artifact to library ([#7205](https://github.com/googleapis/google-cloud-python/pull/7205)) + ## 0.31.0 12-18-2018 11:20 PST diff --git a/firestore/setup.py b/firestore/setup.py index 61ff3a174b67..864ea8aabc2e 100644 --- a/firestore/setup.py +++ b/firestore/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-firestore' description = 'Google Cloud Firestore API client library' -version = '0.31.0' +version = '0.32.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'