Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Change Age Confidence
@google-cloud/firestore ^4.15.1 -> ^7.11.6 age confidence

Release Notes

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

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)

v6.6.0

Compare Source

Features
  • Add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index (#​1849) (b671452)
  • Add bloom filter related proto fields (#​1843) (b64e0c1)
  • Add support for environment variable FIRESTORE_PREFER_REST (#​1848) (96b1d2a)

v6.5.0

Compare Source

Features
Bug Fixes

v6.4.3

Compare Source

Bug Fixes
  • deps: Use google-gax v3.5.3 (#​1818) (88981ad)
  • Emulator support for system tests. Run system tests against the emulator using: yarn system-test:grpc:emulator or yarn system-test:rest:emulator (8aedc63)
  • Update the depth validation used when writing documents, so that it matches the validation of the Firestore backend. (789d9eb)

v6.4.2

Compare Source

Bug Fixes
  • deps: Use google-gax v3.5.2 (#​1794) (b1a0313)
  • Ensure that the client pool consistently uses gRPC clients after transitioning from REST (3068361)
  • Fix duplicates in Query.stream() with back pressure (#​1806) (a5b680d)

v6.4.1

Compare Source

Bug Fixes
  • Force use of http by the GAX module when using the GAX fallback and connecting to the emulator (#​1788) (50747ad)

v6.4.0

Compare Source

Features
Bug Fixes

v6.3.0

Compare Source

Features
Bug Fixes
  • Tests will now verify asynchronous termination of underlying steam, and fix related bug. (#​1772) (a1717ff)

v6.2.0

Compare Source

Features
Bug Fixes
  • Minify proto JSON files (#​1771) (6393fe7)
  • Remove hack in update.sh, and replace with existing pattern for protobuf dependencies. (#​1769) (6ba6751)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • update library to use Node 12 (#​1725)
Features
Bug Fixes
Build System
5.0.2 (2022-01-07)
Bug Fixes
5.0.1 (2021-12-02)
Bug Fixes

v5.0.2

Compare Source

v5.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), 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 added the dependencies label Nov 1, 2023
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 091183b to e711824 Compare January 16, 2024 20:10
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from e711824 to e2a5bf3 Compare February 1, 2024 02:01
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from e2a5bf3 to 8bc463c Compare March 5, 2024 01:07
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 8bc463c to 3182db0 Compare March 15, 2024 21:36
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 3182db0 to 9908a63 Compare March 26, 2024 02:15
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 9908a63 to 003d0a7 Compare April 2, 2024 22:51
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 003d0a7 to 65d87c2 Compare May 8, 2024 00:22
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 65d87c2 to 15ab12e Compare June 3, 2024 15:53
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 15ab12e to 9bc90e0 Compare June 25, 2024 19:31
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 9bc90e0 to 64e8091 Compare September 5, 2024 23:11
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 64e8091 to 2e7d486 Compare December 5, 2024 18:21
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 2e7d486 to 952f666 Compare May 14, 2025 18:24
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch 2 times, most recently from 0aa7b43 to 048f7a4 Compare July 1, 2025 10:07
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from 048f7a4 to a53d451 Compare July 16, 2025 01:40
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from a53d451 to a38a028 Compare August 10, 2025 15:56
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from a38a028 to b191ffb Compare August 19, 2025 11:47
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch 2 times, most recently from adaeb8e to ac88b8f Compare September 23, 2025 03:06
@renovate renovate bot force-pushed the renovate/google-cloud-firestore-7.x branch from ac88b8f to fab018a Compare September 26, 2025 06:46
@renovate renovate bot changed the title fix(deps): update dependency @google-cloud/firestore to v7 fix(deps): update dependency @google-cloud/firestore to v7 - autoclosed Oct 30, 2025
@renovate renovate bot closed this Oct 30, 2025
@renovate renovate bot deleted the renovate/google-cloud-firestore-7.x branch October 30, 2025 18:54
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.

1 participant