2.14.0 (2023-12-13)
Features
- Add support for Python 3.12 (#795) (b301f8b)
- Expose Firestore namespace ID fields in import/export APIs to stable (3a624a9)
- Expose Firestore PITR fields in Database to stable (3a624a9)
- Expose Firestore snapshot_time field in export API to stable (3a624a9)
- Introduce compatibility with native namespace packages (#792) (510adce)
- SERVER_TIMESTAMP should survive deep copies (#820) (#821) (2b17705)
Bug Fixes
- Remove used of deprecated
datetime.datetime.utcnow()
anddatetime.utcfromtimestamp()
(4a74d71) - Use
retry_async
instead ofretry
in async client (cae9e46)