Skip to content

Releases: googleapis/google-cloud-php-firestore

google/cloud-firestore v1.48.0

24 Jan 21:39
Compare
Choose a tag to compare

Features

  • Add filter argument to FirestoreAdmin.ListBackupsRequest (01719f3)

Bug Fixes

  • Bump default deadline on CreateDatabase and RestoreDatabase to 2 minutes (#8024) (01719f3)

Documentation

  • Add warning against accepting untrusted credentials (#8041) (3cb5af5)

google/cloud-firestore v1.47.3

11 Jan 02:19
Compare
Choose a tag to compare

Bug Fixes

  • Firestore: Deprecation from autoloading deprecated class (#7963) (cdd44d9)

google/cloud-firestore v1.47.2

12 Dec 23:13
Compare
Choose a tag to compare

Bug Fixes

  • Add compatibility for PHP 8.4 (#7912) (f808fc5)
  • Add php 8.4 to test matrix, remove implicit nullables (#7871) (1df1d9b)

Documentation

  • Add documentation for logger client option (f808fc5)

google/cloud-firestore v1.47.1

06 Nov 21:55
Compare
Choose a tag to compare

Miscellaneous Chores

google/cloud-firestore v1.47.0

28 Sep 04:27
Compare
Choose a tag to compare

Features

  • tests: Organize workflows, add system tests (#7695) (e13bf25)

google/cloud-firestore v1.46.0

07 Sep 01:41
Compare
Choose a tag to compare

Features

  • Add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) (a55ef54)
  • Add Database.delete_time (the time a database was deleted, if it ever was) (a55ef54)
  • Add Database.previous_id (if a database was deleted, what ID it was using beforehand) (a55ef54)
  • Add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (#7653) (a55ef54)
  • Allow specifying an encryption_config when restoring a database (a55ef54)

Documentation

  • Clarify restore details (a55ef54)
  • Fix assorted capitalization issues with the word "ID" (a55ef54)

google/cloud-firestore v1.45.2

30 Aug 22:13
Compare
Choose a tag to compare

Documentation

  • Clarify maximum retention of backups (max 14 weeks) (#7634) (83e7aea)
  • Remove note about backups running at a specific time (83e7aea)
  • Standardize on the capitalization of "ID" (83e7aea)

google/cloud-firestore v1.45.1

26 Aug 22:51
Compare
Choose a tag to compare

Bug Fixes

google/cloud-firestore v1.45.0

10 Aug 02:27
Compare
Choose a tag to compare

Features

  • Expose the FindNearest.distance_result_field parameter (#7589) (39a378c)
  • Expose the FindNearest.distance_threshold parameter (39a378c)

google/cloud-firestore v1.44.1

27 Jul 01:37
Compare
Choose a tag to compare

Documentation

  • Minor documentation clarifications on FindNearest DistanceMeasure options (9a373d5)