Skip to content

v2.14.0

Compare
Choose a tag to compare
@release-please release-please released this 13 Dec 19:35
4a2ca9e

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() and datetime.utcfromtimestamp() (4a74d71)
  • Use retry_async instead of retry in async client (cae9e46)

Documentation

  • Assorted typo fixes and whitespace updates (3a624a9)
  • Deprecate google.cloud.firestore_v1.rate_limiter.utcnow (4a74d71)