Skip to content

chore(dependency): update dependency @google-cloud/firestore to v8#255

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/google-cloud-firestore-8.x
Open

chore(dependency): update dependency @google-cloud/firestore to v8#255
renovate[bot] wants to merge 1 commit intomainfrom
renovate/google-cloud-firestore-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@google-cloud/firestore ^6.6.0^8.0.0 age confidence

Release Notes

googleapis/nodejs-firestore (@​google-cloud/firestore)

v8.3.0

Compare Source

Features

v8.2.0

Compare Source

Features

v8.1.0

Compare Source

Features
  • [GAPIC] add Firestore CloneDatabase support (a0c74b7)
  • [GAPIC] add methods from gax to cache proto root and process custom error details (a0c74b7)
  • [GAPIC] add protobufjs 2023 edition support (a0c74b7)
  • [GAPIC] add request/response debug logging to gapics, update templates to gax 5 and node 18 (#​1671) (a0c74b7)
  • [GAPIC] add the UserCreds API (a0c74b7)
  • [GAPIC] await/catch promises, and update listOperationsAsync return type (a0c74b7)
  • [GAPIC] Expose tags field in Database and RestoreDatabaseRequest public protos (a0c74b7)
  • [GAPIC] new Firestore index modes and Database Editions (a0c74b7)
  • [GAPIC] publish the pipelines API to the stable branch (a0c74b7)
  • [GAPIC] selective gapic support for typescript generation (a0c74b7)
  • Adding gcp resource name span attribute (#​2454) (bc0c73d)
Bug Fixes
  • [GAPIC] add json files to tsconfig templates (#​1692) (ba6be1d) (a0c74b7)
  • [GAPIC] catch dangling promises (a0c74b7)
  • [GAPIC] distinguish plural and singular path templates (a0c74b7)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • Update WithFieldData and PartialWithFieldData to ignore methods on types (#​2294)
  • migrate to Node 18 (#​2399)
Features
Bug Fixes
  • Update WithFieldData and PartialWithFieldData to ignore methods on types (#​2294) (481430f)
Miscellaneous Chores

v7.11.6

Compare Source

Bug Fixes
  • Pool.ts: add even more logging (c508d1b)

v7.11.5

Compare Source

Bug Fixes
  • Pool.ts: add more detailed logging for client garbage collection (#​2420) (1bbca46)

v7.11.4

Compare Source

Bug Fixes
  • Improve debug logging for the internal client pool. Added client IDs to debug log statements for client management. (99918f1)

v7.11.3

Compare Source

Bug Fixes
  • Improve performance of the UTF-8 string comparison logic (#​2380) (bc6a03e)

v7.11.2

Compare Source

Bug Fixes

v7.11.1

Compare Source

Bug Fixes

v7.11.0

Compare Source

Features
  • [proto] add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) (2779896)
  • [proto] add Database.delete_time (the time a database was deleted, if it ever was) (2779896)
  • [proto] add Database.previous_id (if a database was deleted, what ID it was using beforehand) (2779896)
  • [proto] add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) (2779896)
  • [proto] allow specifying an encryption_config when restoring a database (2779896)
  • Enable tracing via OpenTelemetry. (#​2218) (1ddb62e)
  • Support fire-admin tag for Admin Node SDK (#​2238) (#​2252) (1339dc2)
Bug Fixes
  • Use correct limit when retrying a limit query stream with a cursor (#​2203) (ab94092)

v7.10.0

Compare Source

Features
  • Expose proto changes for the bulk delete api (23ce891)
  • Expose the proto changes to support FindNearest.distance_result_field parameter and the FindNearest.distance_threshold parameter (23ce891)
  • Return computed distance and set distance thresholds on VectorQueries (#​2090) (b5ca84f)

v7.9.0

Compare Source

Features
  • Update FirebaseFirestore.v1 and FirebaseFirestore.v1beta1 auto-gen types (6732d4d)

v7.8.0

Compare Source

Features
  • Query profiling for VectorQuery (d406f14)
  • Update Nodejs generator to send API versions in headers for GAPICs (#​2041) (6dbe4b0)

v7.7.0

Compare Source

Features
  • Add several fields to manage state of database encryption update (5811492)
  • Lazy-started transactions (#​2017) (2c726a1)
Bug Fixes

v7.6.0

Compare Source

Features

v7.5.0

Compare Source

Features

v7.4.0

Compare Source

Features
  • A new message Backup is added (#​2021) (6bced86)
  • A new message BackupSchedule is added (6bced86)
  • A new message CreateBackupScheduleRequest is added (6bced86)
  • A new message DailyRecurrence is added (6bced86)
  • A new message DeleteBackupRequest is added (6bced86)
  • A new message DeleteBackupScheduleRequest is added (6bced86)
  • A new message GetBackupRequest is added (6bced86)
  • A new message GetBackupScheduleRequest is added (6bced86)
  • A new message ListBackupSchedulesRequest is added (6bced86)
  • A new message ListBackupSchedulesResponse is added (6bced86)
  • A new message ListBackupsRequest is added (6bced86)
  • A new message ListBackupsResponse is added (6bced86)
  • A new message RestoreDatabaseMetadata is added (6bced86)
  • A new message RestoreDatabaseRequest is added (6bced86)
  • A new message UpdateBackupScheduleRequest is added (6bced86)
  • A new message WeeklyRecurrence is added (6bced86)
  • A new method CreateBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new method DeleteBackup is added to service FirestoreAdmin (6bced86)
  • A new method DeleteBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new method GetBackup is added to service FirestoreAdmin (6bced86)
  • A new method GetBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new method ListBackups is added to service FirestoreAdmin (6bced86)
  • A new method ListBackupSchedules is added to service FirestoreAdmin (6bced86)
  • A new method RestoreDatabase is added to service FirestoreAdmin (6bced86)
  • A new method UpdateBackupSchedule is added to service FirestoreAdmin (6bced86)
  • A new resource_definition firestore.googleapis.com/Backup is added (6bced86)
  • A new resource_definition firestore.googleapis.com/BackupSchedule is added (6bced86)
  • Add new types ExplainOptions, ExplainMetrics, PlanSummary, ExecutionStats (#​2013) (e598b9d)
Bug Fixes

v7.3.1

Compare Source

Bug Fixes

v7.3.0

Compare Source

Features
  • Expose the undeliverable_first_gen_event.proto (b4f7d60)
Bug Fixes
  • Allow an explicit MustExist precondition for update (#​1985) (99d60a6)
  • Fix redaction of credentials in Firestore settings (#​1989) (98e668b)
  • Improve retry logic for streaming API calls (b4f7d60)
  • Removed unsupported QueryMode, QueryPlan, and ResultSetStats protos (b4f7d60)

v7.2.0

Compare Source

Features
Bug Fixes

v7.1.0

Compare Source

Features

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • upgrade to Node 14 (#​1900)
  • Fix the UpdateData incorrect parameter type issue (#​1887)
Features
Bug Fixes
Miscellaneous Chores

v6.8.0

Compare Source

Features
Bug Fixes

v6.7.0

Compare Source

Features
Bug Fixes

v6.6.1

Compare Source

Bug Fixes
  • Updated logging in the client pool and client factory to log information about the required transport and actual transport used. (#​1853) (fe03d02)

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 becomes conflicted, 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 force-pushed the renovate/google-cloud-firestore-8.x branch from 713e7cc to 7aff272 Compare November 10, 2025 15:01
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch from 7aff272 to f3b4ca8 Compare November 19, 2025 00:27
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch from f3b4ca8 to 4aaf8f7 Compare December 3, 2025 17:51
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch from 4aaf8f7 to 8384bf0 Compare December 31, 2025 16:35
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch 2 times, most recently from b816749 to f425927 Compare January 14, 2026 21:35
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch from f425927 to 2da5810 Compare January 19, 2026 18:45
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch 2 times, most recently from 6a33cad to 023bae6 Compare February 3, 2026 21:45
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch from 023bae6 to 70a48ff Compare March 5, 2026 19:16
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch from 70a48ff to f1888d2 Compare March 13, 2026 16:07
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-8.x branch from f1888d2 to a32e00e Compare March 27, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants