Releases: googleapis/python-firestore
Releases · googleapis/python-firestore
v2.14.0rc1
🤖 I have created a release beep boop
2.14.0rc1 (2023-11-30)
Features
- Add support for Python 3.12 (#795) (b301f8b)
- Introduce compatibility with native namespace packages (#792) (510adce)
Bug Fixes
- Use
retry_async
instead ofretry
in async client (cae9e46)
This PR was generated with Release Please. See documentation.
v2.13.1
v2.13.0
v2.12.0
2.12.0 (2023-08-07)
Features
- Add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index (#718) (d8de142)
- Add bloom filter related proto fields (#710) (26ac1cf)
- Add CreateDatabase API (#724) (64e4404)
- Multi db test parametrization (#717) (91fc8bb)
- Publish proto definitions for SUM/AVG in Firestore (#746) (ccadec5)
Bug Fixes
Documentation
- Minor formatting and grammar (eb4fe8e)