Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency google-cloud-firestore to v2.20.1 #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-firestore ==2.7.2 -> ==2.20.1 age adoption passing confidence

Release Notes

googleapis/python-firestore (google-cloud-firestore)

v2.20.1

Compare Source

Bug Fixes

v2.20.0

Compare Source

Features
Bug Fixes

v2.19.0

Compare Source

Features
  • Add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (#​963) (4e15714)
  • Query profiling part 1: synchronous (#​938) (1614b3f)
  • Query profiling part 2: asynchronous (#​961) (060a3ef)

v2.18.0

Compare Source

Features
  • Support returning computed distance and set distance thresholds on VectorQueries (#​960) (5c2192d)
Bug Fixes

v2.17.2

Compare Source

Bug Fixes

v2.17.1

Compare Source

Bug Fixes

v2.17.0

Compare Source

Features

v2.16.1

Compare Source

Bug Fixes
Documentation
  • Allow 14 week backup retention for Firestore daily backups (#​899) (9521ded)

v2.16.0

Compare Source

Features
  • A new message Backup is added (fc7b906)
  • A new message BackupSchedule is added (fc7b906)
  • A new message CreateBackupScheduleRequest is added (fc7b906)
  • A new message DailyRecurrence is added (fc7b906)
  • A new message DeleteBackupRequest is added (fc7b906)
  • A new message DeleteBackupScheduleRequest is added (fc7b906)
  • A new message GetBackupRequest is added (fc7b906)
  • A new message GetBackupScheduleRequest is added (fc7b906)
  • A new message ListBackupSchedulesRequest is added (fc7b906)
  • A new message ListBackupSchedulesResponse is added (fc7b906)
  • A new message ListBackupsRequest is added (fc7b906)
  • A new message ListBackupsResponse is added (fc7b906)
  • A new message RestoreDatabaseMetadata is added (fc7b906)
  • A new message RestoreDatabaseRequest is added (fc7b906)
  • A new message UpdateBackupScheduleRequest is added (fc7b906)
  • A new message WeeklyRecurrence is added (fc7b906)
  • A new method CreateBackupSchedule is added to service FirestoreAdmin (fc7b906)
  • A new method DeleteBackup is added to service FirestoreAdmin (fc7b906)
  • A new method DeleteBackupSchedule is added to service FirestoreAdmin (fc7b906)
  • A new method GetBackup is added to service FirestoreAdmin (fc7b906)
  • A new method GetBackupSchedule is added to service FirestoreAdmin (fc7b906)
  • A new method ListBackups is added to service FirestoreAdmin (fc7b906)
  • A new method ListBackupSchedules is added to service FirestoreAdmin (fc7b906)
  • A new method RestoreDatabase is added to service FirestoreAdmin (fc7b906)
  • A new method UpdateBackupSchedule is added to service FirestoreAdmin (fc7b906)
  • A new resource_definition firestore.googleapis.com/Backup is added (fc7b906)
  • A new resource_definition firestore.googleapis.com/BackupSchedule is added (fc7b906)
  • Add ExplainMetrics field to RunAggregationQueryResponse (fc7b906)
  • Add ExplainMetrics field to RunQueryResponse (fc7b906)
  • Add ExplainOptions field to RunAggregationQueryRequest (fc7b906)
  • Add ExplainOptions field to RunQueryRequest (fc7b906)
  • Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats (fc7b906)
  • Add Vector Index API (#​894) (c76f087)
  • Add VectorSearch API (fc7b906)
  • Support Vector Search (#​896) (08fcaaf)
Bug Fixes
Documentation
  • Correct BackupSchedule recurrence docs that mentioned specific time of day (#​898) (a8ed3ea)
  • Fix docs structure for Firestore (#​868) (8ddb859)

v2.15.0

Compare Source

Features
  • Add DeleteDatabase API and delete protection (18f61c2)
Bug Fixes
  • Find emulator project id from environment variable (afd16e1)
Documentation
  • Fix formatting due to unclosed backtick (18f61c2)
  • Improve the documentation on Document.fields (#​831) (19a55bd)
  • Update Database API description (18f61c2)

v2.14.0

Compare Source

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)

v2.13.1

Compare Source

Bug Fixes

v2.13.0

Compare Source

Features
Bug Fixes
Documentation

v2.12.0

Compare Source

Features
Bug Fixes
Documentation
  • Minor formatting and grammar (eb4fe8e)

v2.11.1

Compare Source

Bug Fixes
  • Expose Count, FieldFilter, Or, and And to firestore module (#​706) (8eb2c88)

v2.11.0

Compare Source

Features

v2.10.1

Compare Source

Documentation

v2.10.0

Compare Source

Features
Bug Fixes

v2.9.1

Compare Source

Bug Fixes
  • Add context manager return types (5924bdc)
Documentation
  • Add documentation for enums (5924bdc)

v2.9.0

Compare Source

Features

v2.8.0

Compare Source

Features

v2.7.3

Compare Source

Bug Fixes
  • deps: Require google-api-core >=1.34.0, >=2.11.0 (626710f)
  • Drop usage of pkg_resources (626710f)
  • Fix timeout default values (626710f)
  • Fix typehint on AsyncDocumentReference.get() (#​649) (a8d79c8)
Documentation
  • async_client: Fix typo in get_mtls_endpoint_and_cert_source doc (#​662) (b431b4a)
  • samples: Snippetgen should call await on the operation coroutine before calling result (626710f)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from VictorHVS December 9, 2022 02:48
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from a241bc8 to bba3855 Compare December 15, 2022 07:41
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.7.3 Update dependency google-cloud-firestore to v2.7.3 Dec 17, 2022
@renovate renovate bot changed the title Update dependency google-cloud-firestore to v2.7.3 chore(deps): update dependency google-cloud-firestore to v2.7.3 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.7.3 chore(deps): update dependency google-cloud-firestore to v2.8.0 Jan 10, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch 2 times, most recently from bb7c838 to 9ecd44b Compare January 12, 2023 21:49
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.8.0 chore(deps): update dependency google-cloud-firestore to v2.9.0 Jan 12, 2023
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.9.0 chore(deps): update dependency google-cloud-firestore to v2.9.1 Jan 23, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 9ecd44b to dddc466 Compare January 23, 2023 17:48
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.9.1 chore(deps): update dependency google-cloud-firestore to v2.10.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from dddc466 to 11fe8cf Compare March 16, 2023 09:42
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.10.0 chore(deps): update dependency google-cloud-firestore to v2.10.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 11fe8cf to 546c341 Compare April 3, 2023 14:36
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.10.1 chore(deps): update dependency google-cloud-firestore to v2.11.0 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 546c341 to 808acff Compare April 17, 2023 10:34
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.11.0 chore(deps): update dependency google-cloud-firestore to v2.11.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 808acff to fe5227b Compare May 28, 2023 11:04
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.11.1 chore(deps): update dependency google-cloud-firestore to v2.12.0 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from fe5227b to 09351d0 Compare September 12, 2023 23:13
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.12.0 chore(deps): update dependency google-cloud-firestore to v2.13.0 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 09351d0 to 27ffdce Compare October 23, 2023 22:22
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.13.0 chore(deps): update dependency google-cloud-firestore to v2.13.1 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 27ffdce to 7a6030f Compare November 7, 2023 03:20
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 7a6030f to 995745c Compare December 13, 2023 22:50
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.13.1 chore(deps): update dependency google-cloud-firestore to v2.14.0 Dec 13, 2023
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.14.0 chore(deps): update dependency google-cloud-firestore to v2.15.0 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 995745c to 82fa9bf Compare February 21, 2024 00:42
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 82fa9bf to 27ed827 Compare April 3, 2024 00:52
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.15.0 chore(deps): update dependency google-cloud-firestore to v2.16.0 Apr 3, 2024
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.16.0 chore(deps): update dependency google-cloud-firestore to v2.16.1 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 27ed827 to 0d75522 Compare June 27, 2024 17:15
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 0d75522 to 761cc11 Compare July 22, 2024 20:32
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.16.1 chore(deps): update dependency google-cloud-firestore to v2.17.0 Jul 22, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 761cc11 to e2eff0b Compare August 12, 2024 17:18
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.17.0 chore(deps): update dependency google-cloud-firestore to v2.17.1 Aug 12, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from e2eff0b to ff2f4c4 Compare August 14, 2024 00:38
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.17.1 chore(deps): update dependency google-cloud-firestore to v2.17.2 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from ff2f4c4 to 061c008 Compare August 26, 2024 18:54
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.17.2 chore(deps): update dependency google-cloud-firestore to v2.18.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 061c008 to ca169c3 Compare September 26, 2024 01:36
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.18.0 chore(deps): update dependency google-cloud-firestore to v2.19.0 Sep 26, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from ca169c3 to 62536de Compare January 14, 2025 00:33
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.19.0 chore(deps): update dependency google-cloud-firestore to v2.20.0 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-2.x branch from 62536de to 092ba12 Compare February 26, 2025 22:08
@renovate renovate bot changed the title chore(deps): update dependency google-cloud-firestore to v2.20.0 chore(deps): update dependency google-cloud-firestore to v2.20.1 Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant