-
Notifications
You must be signed in to change notification settings - Fork 882
Commit 0b2af65
authored
Update dependency @google-cloud/firestore to v7 (#1972)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[@google-cloud/firestore](https://redirect.github.com/googleapis/nodejs-firestore)
| dependencies | major | [`^4.9.9` ->
`^7.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2ffirestore/4.15.1/7.11.0)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>googleapis/nodejs-firestore
(@​google-cloud/firestore)</summary>
###
[`v7.11.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#7110-2024-12-05)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.10.0...v7.11.0)
##### Features
- \[proto] add Database.CmekConfig and Database.cmek_config (information
about CMEK enablement)
([2779896](https://redirect.github.com/googleapis/nodejs-firestore/commit/27798966c5d72616fc0cee109e1d28f693c9f5f1))
- \[proto] add Database.delete_time (the time a database was deleted, if
it ever was)
([2779896](https://redirect.github.com/googleapis/nodejs-firestore/commit/27798966c5d72616fc0cee109e1d28f693c9f5f1))
- \[proto] add Database.previous_id (if a database was deleted, what ID
it was using beforehand)
([2779896](https://redirect.github.com/googleapis/nodejs-firestore/commit/27798966c5d72616fc0cee109e1d28f693c9f5f1))
- \[proto] add Database.SourceInfo and Database.source_info (information
about database provenance, specifically for restored databases)
([2779896](https://redirect.github.com/googleapis/nodejs-firestore/commit/27798966c5d72616fc0cee109e1d28f693c9f5f1))
- \[proto] allow specifying an encryption_config when restoring a
database
([2779896](https://redirect.github.com/googleapis/nodejs-firestore/commit/27798966c5d72616fc0cee109e1d28f693c9f5f1))
- Enable tracing via OpenTelemetry.
([#​2218](https://redirect.github.com/googleapis/nodejs-firestore/issues/2218))
([1ddb62e](https://redirect.github.com/googleapis/nodejs-firestore/commit/1ddb62ed67e93ca2c265556bb5e504d207a639a8))
- Support `fire-admin` tag for Admin Node SDK
([#​2238](https://redirect.github.com/googleapis/nodejs-firestore/issues/2238))
([#​2252](https://redirect.github.com/googleapis/nodejs-firestore/issues/2252))
([1339dc2](https://redirect.github.com/googleapis/nodejs-firestore/commit/1339dc20e3ffc065f5f79a82baaa67deda76fb36))
##### Bug Fixes
- Use correct limit when retrying a limit query stream with a cursor
([#​2203](https://redirect.github.com/googleapis/nodejs-firestore/issues/2203))
([ab94092](https://redirect.github.com/googleapis/nodejs-firestore/commit/ab94092c2375501dd2998a458fc8a449793c9e69))
###
[`v7.10.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#7100-2024-09-05)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.9.0...v7.10.0)
##### Features
- Expose proto changes for the bulk delete api
([23ce891](https://redirect.github.com/googleapis/nodejs-firestore/commit/23ce89175ce315648ce9af3994cba0decc48ba47))
- Expose the proto changes to support FindNearest.distance_result_field
parameter and the FindNearest.distance_threshold parameter
([23ce891](https://redirect.github.com/googleapis/nodejs-firestore/commit/23ce89175ce315648ce9af3994cba0decc48ba47))
- Return computed distance and set distance thresholds on VectorQueries
([#​2090](https://redirect.github.com/googleapis/nodejs-firestore/issues/2090))
([b5ca84f](https://redirect.github.com/googleapis/nodejs-firestore/commit/b5ca84f076ca0668e90ca3fc7dd878f732ccd956))
###
[`v7.9.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#790-2024-06-25)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.8.0...v7.9.0)
##### Features
- Update FirebaseFirestore.v1 and FirebaseFirestore.v1beta1 auto-gen
types
([6732d4d](https://redirect.github.com/googleapis/nodejs-firestore/commit/6732d4da3c5ea851dccb0515757fbfb521f21410))
###
[`v7.8.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#780-2024-05-28)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.7.0...v7.8.0)
##### Features
- Query profiling for VectorQuery
([d406f14](https://redirect.github.com/googleapis/nodejs-firestore/commit/d406f14612a4890e405913aadc75c7ee22993f2b))
- Update Nodejs generator to send API versions in headers for GAPICs
([#​2041](https://redirect.github.com/googleapis/nodejs-firestore/issues/2041))
([6dbe4b0](https://redirect.github.com/googleapis/nodejs-firestore/commit/6dbe4b0baac261f03f9032765b375938ce5e46d7))
###
[`v7.7.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#770-2024-05-07)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.6.0...v7.7.0)
##### Features
- Add several fields to manage state of database encryption update
([5811492](https://redirect.github.com/googleapis/nodejs-firestore/commit/5811492357c7b66324839c02bcbf45a5b6d6d7e7))
- Lazy-started transactions
([#​2017](https://redirect.github.com/googleapis/nodejs-firestore/issues/2017))
([2c726a1](https://redirect.github.com/googleapis/nodejs-firestore/commit/2c726a176407c45f519846052469e1bbbbc24750))
##### Bug Fixes
- Nonblocking rollback
([#​2039](https://redirect.github.com/googleapis/nodejs-firestore/issues/2039))
([52099c8](https://redirect.github.com/googleapis/nodejs-firestore/commit/52099c8eb8ce8aba0ab5aee9f3dd4c4a59c2afd4))
- Upgrade the `google-gax` dependency version.
([#​2040](https://redirect.github.com/googleapis/nodejs-firestore/issues/2040))
([0b9efa6](https://redirect.github.com/googleapis/nodejs-firestore/commit/0b9efa6d5a3d46ad2f084aef58c529e710c7f596))
###
[`v7.6.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#760-2024-04-02)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.5.0...v7.6.0)
##### Features
- Vector Search
([#​2006](https://redirect.github.com/googleapis/nodejs-firestore/issues/2006))
([e906b42](https://redirect.github.com/googleapis/nodejs-firestore/commit/e906b4260da11fe5a1c34ae5f68d9f5717a99dab))
###
[`v7.5.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#750-2024-03-25)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.4.0...v7.5.0)
##### Features
- Protos and autogen client for vector
([#​2027](https://redirect.github.com/googleapis/nodejs-firestore/issues/2027))
([c65cef0](https://redirect.github.com/googleapis/nodejs-firestore/commit/c65cef04332e20be82129d0c49396485be683585))
- Query Profile
([#​2014](https://redirect.github.com/googleapis/nodejs-firestore/issues/2014))
([9a45ec8](https://redirect.github.com/googleapis/nodejs-firestore/commit/9a45ec89fb3a8d9814bc186d7d494f5859946ffa))
###
[`v7.4.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#740-2024-03-15)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.3.1...v7.4.0)
##### Features
- A new message `Backup` is added
([#​2021](https://redirect.github.com/googleapis/nodejs-firestore/issues/2021))
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `BackupSchedule` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `CreateBackupScheduleRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `DailyRecurrence` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `DeleteBackupRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `DeleteBackupScheduleRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `GetBackupRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `GetBackupScheduleRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `ListBackupSchedulesRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `ListBackupSchedulesResponse` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `ListBackupsRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `ListBackupsResponse` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `RestoreDatabaseMetadata` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `RestoreDatabaseRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `UpdateBackupScheduleRequest` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new message `WeeklyRecurrence` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `CreateBackupSchedule` is added to service
`FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `DeleteBackup` is added to service `FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `DeleteBackupSchedule` is added to service
`FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `GetBackup` is added to service `FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `GetBackupSchedule` is added to service `FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `ListBackups` is added to service `FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `ListBackupSchedules` is added to service
`FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `RestoreDatabase` is added to service `FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new method `UpdateBackupSchedule` is added to service
`FirestoreAdmin`
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new resource_definition `firestore.googleapis.com/Backup` is added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- A new resource_definition `firestore.googleapis.com/BackupSchedule` is
added
([6bced86](https://redirect.github.com/googleapis/nodejs-firestore/commit/6bced86eabd143947e94e83872f20d7ed9d964dc))
- Add new types ExplainOptions, ExplainMetrics, PlanSummary,
ExecutionStats
([#​2013](https://redirect.github.com/googleapis/nodejs-firestore/issues/2013))
([e598b9d](https://redirect.github.com/googleapis/nodejs-firestore/commit/e598b9daf628cbc54dc10dab80bb0f46e2a3e2a2))
##### Bug Fixes
- ReadOnly transaction do not need to commit not rollback.
([#​2007](https://redirect.github.com/googleapis/nodejs-firestore/issues/2007))
([6a220a6](https://redirect.github.com/googleapis/nodejs-firestore/commit/6a220a6f6563903673066576f09ecf405c53f87b))
- Update service definitions
([#​2016](https://redirect.github.com/googleapis/nodejs-firestore/issues/2016))
([ea4b6d0](https://redirect.github.com/googleapis/nodejs-firestore/commit/ea4b6d05383751f9a089958a20c1dd56419bc66d))
###
[`v7.3.1`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#731-2024-03-04)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.3.0...v7.3.1)
##### Bug Fixes
- Add client library version to headers
([#​2003](https://redirect.github.com/googleapis/nodejs-firestore/issues/2003))
([8799032](https://redirect.github.com/googleapis/nodejs-firestore/commit/8799032d8cc39adc774fe21b7eb70f96a3a18fda))
- Add missing type for exposed database id
([#​1996](https://redirect.github.com/googleapis/nodejs-firestore/issues/1996))
([e967279](https://redirect.github.com/googleapis/nodejs-firestore/commit/e967279cfe532ae3375ae9dcb94f4a65af5ffb42))
- Optimize Transaction PITR
([#​2002](https://redirect.github.com/googleapis/nodejs-firestore/issues/2002))
([2f08612](https://redirect.github.com/googleapis/nodejs-firestore/commit/2f0861296151f7b0094501e4a9ff6fc4154d52a4))
- Revert changes to streaming retries
([d964a13](https://redirect.github.com/googleapis/nodejs-firestore/commit/d964a13818e6bc4be6547e88ffbe16be1a6ceeeb))
###
[`v7.3.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#730-2024-01-31)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.2.0...v7.3.0)
##### Features
- Expose the undeliverable_first_gen_event.proto
([b4f7d60](https://redirect.github.com/googleapis/nodejs-firestore/commit/b4f7d6015b50f1da6afeae0b4215be416596cc69))
##### Bug Fixes
- Allow an explicit MustExist precondition for update
([#​1985](https://redirect.github.com/googleapis/nodejs-firestore/issues/1985))
([99d60a6](https://redirect.github.com/googleapis/nodejs-firestore/commit/99d60a6f87b70c942ac2bd9464cc6d64323f9dfb))
- Fix redaction of credentials in Firestore settings
([#​1989](https://redirect.github.com/googleapis/nodejs-firestore/issues/1989))
([98e668b](https://redirect.github.com/googleapis/nodejs-firestore/commit/98e668bb9ce7feb090f65fc61d92af433bc23094))
- Improve retry logic for streaming API calls
([b4f7d60](https://redirect.github.com/googleapis/nodejs-firestore/commit/b4f7d6015b50f1da6afeae0b4215be416596cc69))
- Removed unsupported QueryMode, QueryPlan, and ResultSetStats protos
([b4f7d60](https://redirect.github.com/googleapis/nodejs-firestore/commit/b4f7d6015b50f1da6afeae0b4215be416596cc69))
###
[`v7.2.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#720-2024-01-16)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.1.0...v7.2.0)
##### Features
- Add new types QueryMode, QueryPlan, ResultSetStats
([#​1911](https://redirect.github.com/googleapis/nodejs-firestore/issues/1911))
([8f77b68](https://redirect.github.com/googleapis/nodejs-firestore/commit/8f77b68bf70b04a66e982067aa246de0596e4ea2))
- Expose databaseId and projectId getter on Firestore class
([#​1937](https://redirect.github.com/googleapis/nodejs-firestore/issues/1937))
([d9c867f](https://redirect.github.com/googleapis/nodejs-firestore/commit/d9c867fc5048748e5af378fd8465303224668781)),
closes
[#​1936](https://redirect.github.com/googleapis/nodejs-firestore/issues/1936)
##### Bug Fixes
- Make transaction rollback best effort.
([#​1967](https://redirect.github.com/googleapis/nodejs-firestore/issues/1967))
([1d76546](https://redirect.github.com/googleapis/nodejs-firestore/commit/1d76546a781527ef5b9085fc9f189c024355ae9f))
###
[`v7.1.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#710-2023-10-11)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v7.0.0...v7.1.0)
##### Features
- Sum and Average aggregations
([#​1873](https://redirect.github.com/googleapis/nodejs-firestore/issues/1873))
([b9ea514](https://redirect.github.com/googleapis/nodejs-firestore/commit/b9ea5143f997dd217200ffa83ed481ad74f558e4))
###
[`v7.0.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#700-2023-10-03)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.8.0...v7.0.0)
##### ⚠ BREAKING CHANGES
- upgrade to Node 14
([#​1900](https://redirect.github.com/googleapis/nodejs-firestore/issues/1900))
- Fix the UpdateData incorrect parameter type issue
([#​1887](https://redirect.github.com/googleapis/nodejs-firestore/issues/1887))
##### Features
- Fix the UpdateData incorrect parameter type issue
([#​1887](https://redirect.github.com/googleapis/nodejs-firestore/issues/1887))
([0afadef](https://redirect.github.com/googleapis/nodejs-firestore/commit/0afadeff4706e7bff173d8eda7b9681498b570a8))
##### Bug Fixes
- Remove DocumentReference from cursor
([#​1882](https://redirect.github.com/googleapis/nodejs-firestore/issues/1882))
([da4f8f8](https://redirect.github.com/googleapis/nodejs-firestore/commit/da4f8f8b6a35fa93aca0eddc96703d3321a998f6))
##### Miscellaneous Chores
- Upgrade to Node 14
([#​1900](https://redirect.github.com/googleapis/nodejs-firestore/issues/1900))
([1f5abb8](https://redirect.github.com/googleapis/nodejs-firestore/commit/1f5abb8fbef91e372313b2dbf4d51c7d03ce69b0))
###
[`v6.8.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#680-2023-09-26)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.7.0...v6.8.0)
##### Features
- Publish proto definitions for SUM/AVG in Firestore
([#​1856](https://redirect.github.com/googleapis/nodejs-firestore/issues/1856))
([ac35b37](https://redirect.github.com/googleapis/nodejs-firestore/commit/ac35b372faf32f093d83af18d487f1b3f23ee673))
##### Bug Fixes
- **deps:** Use protobufjs v7.2.5
([#​1889](https://redirect.github.com/googleapis/nodejs-firestore/pull/1889))
- Add tests for multiple inequality support
([#​1878](https://redirect.github.com/googleapis/nodejs-firestore/issues/1878))
([8e621d5](https://redirect.github.com/googleapis/nodejs-firestore/commit/8e621d580396b7e3bc7e42dad0c63f91e999411f))
###
[`v6.7.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#670-2023-07-20)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.6.1...v6.7.0)
##### Features
- Expose MultiDb
([#​1857](https://redirect.github.com/googleapis/nodejs-firestore/issues/1857))
([1e913db](https://redirect.github.com/googleapis/nodejs-firestore/commit/1e913dbec97a6ec9339f641e7590ac4d65c7fd17))
##### Bug Fixes
- Resolving issues with MultiDb support
([#​1864](https://redirect.github.com/googleapis/nodejs-firestore/issues/1864))
([1af49c1](https://redirect.github.com/googleapis/nodejs-firestore/commit/1af49c1a852c6a89a7e21a9e749d667b3b728acf))
###
[`v6.6.1`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#661-2023-06-01)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.6.0...v6.6.1)
##### Bug Fixes
- Updated logging in the client pool and client factory to log
information about the required transport and actual transport used.
([#​1853](https://redirect.github.com/googleapis/nodejs-firestore/issues/1853))
([fe03d02](https://redirect.github.com/googleapis/nodejs-firestore/commit/fe03d02efc0d8e4ca90daea97f9e3339074d415d))
###
[`v6.6.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#660-2023-05-18)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.5.0...v6.6.0)
##### Features
- Add ApiScope and COLLECTION_RECURSIVE query_scope for Firestore index
([#​1849](https://redirect.github.com/googleapis/nodejs-firestore/issues/1849))
([b671452](https://redirect.github.com/googleapis/nodejs-firestore/commit/b6714528956f3907b1ca4aded372592ef00d34d6))
- Add bloom filter related proto fields
([#​1843](https://redirect.github.com/googleapis/nodejs-firestore/issues/1843))
([b64e0c1](https://redirect.github.com/googleapis/nodejs-firestore/commit/b64e0c15d0f824a688ff42a8ad940b520f87cf9b))
- Add support for environment variable FIRESTORE_PREFER_REST
([#​1848](https://redirect.github.com/googleapis/nodejs-firestore/issues/1848))
([96b1d2a](https://redirect.github.com/googleapis/nodejs-firestore/commit/96b1d2ab3248f6c4bb70d1cf735aea827a2a13da))
###
[`v6.5.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#650-2023-03-06)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.4.3...v6.5.0)
##### Features
- OR Queries
([#​1800](https://redirect.github.com/googleapis/nodejs-firestore/issues/1800))
([983a477](https://redirect.github.com/googleapis/nodejs-firestore/commit/983a477a6c1a22e4efba0df07e750910028e0afb))
##### Bug Fixes
- Enable REST numeric enums
([#​1829](https://redirect.github.com/googleapis/nodejs-firestore/issues/1829))
([3737696](https://redirect.github.com/googleapis/nodejs-firestore/commit/3737696791b3b77fe9b333323523d8a0abcf5f7b))
- Update generated proto types; fix the update script
([#​1825](https://redirect.github.com/googleapis/nodejs-firestore/issues/1825))
([a7e4212](https://redirect.github.com/googleapis/nodejs-firestore/commit/a7e42123da1325f526fa5c3a62f1d3dc7a2569c3))
###
[`v6.4.3`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#643-2023-02-16)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.4.2...v6.4.3)
##### Bug Fixes
- **deps:** Use google-gax v3.5.3
([#​1818](https://redirect.github.com/googleapis/nodejs-firestore/issues/1818))
([88981ad](https://redirect.github.com/googleapis/nodejs-firestore/commit/88981ad8749b0aa38dfe9bcdd4ca5e60d76c8776))
- Emulator support for system tests. Run system tests against the
emulator using: `yarn system-test:grpc:emulator` or `yarn
system-test:rest:emulator`
([8aedc63](https://redirect.github.com/googleapis/nodejs-firestore/commit/8aedc63138827ea03a8dacae4e7bccdf048a2be7))
- Update the depth validation used when writing documents, so that it
matches the validation of the Firestore backend.
([789d9eb](https://redirect.github.com/googleapis/nodejs-firestore/commit/789d9eb7f54b5329b17ef759f29252d17da47e26))
###
[`v6.4.2`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#642-2023-01-09)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.4.1...v6.4.2)
##### Bug Fixes
- **deps:** Use google-gax v3.5.2
([#​1794](https://redirect.github.com/googleapis/nodejs-firestore/issues/1794))
([b1a0313](https://redirect.github.com/googleapis/nodejs-firestore/commit/b1a0313498b0c3569bd74ce96fce80b8f9bee1a9))
- Ensure that the client pool consistently uses gRPC clients after
transitioning from REST
([3068361](https://redirect.github.com/googleapis/nodejs-firestore/commit/306836163ae01221aa9c0076c76093e727c74a08))
- Fix duplicates in Query.stream() with back pressure
([#​1806](https://redirect.github.com/googleapis/nodejs-firestore/issues/1806))
([a5b680d](https://redirect.github.com/googleapis/nodejs-firestore/commit/a5b680da034d600babb9e3495fb8a7bf019d1315))
###
[`v6.4.1`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#641-2022-10-17)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.4.0...v6.4.1)
##### Bug Fixes
- Force use of http by the GAX module when using the GAX fallback and
connecting to the emulator
([#​1788](https://redirect.github.com/googleapis/nodejs-firestore/issues/1788))
([50747ad](https://redirect.github.com/googleapis/nodejs-firestore/commit/50747ad52b19da9ed87282af98eadff660dffb75))
###
[`v6.4.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#640-2022-10-07)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.3.0...v6.4.0)
##### Features
- Add internal multi-db support
([#​1761](https://redirect.github.com/googleapis/nodejs-firestore/issues/1761))
([5ba8df0](https://redirect.github.com/googleapis/nodejs-firestore/commit/5ba8df011264b435b53499642e68afd73859f332))
- COUNT Queries
([#​1774](https://redirect.github.com/googleapis/nodejs-firestore/issues/1774))
([bcaecb4](https://redirect.github.com/googleapis/nodejs-firestore/commit/bcaecb45b7911073bb968542df0267ba81d4462d))
##### Bug Fixes
- Remove [@​internal](https://redirect.github.com/internal)
annotation from snapshot\_
([#​1728](https://redirect.github.com/googleapis/nodejs-firestore/issues/1728))
([983ab89](https://redirect.github.com/googleapis/nodejs-firestore/commit/983ab89387d8c5314680d1520c3bece011ee6a64))
###
[`v6.3.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#630-2022-09-22)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.2.0...v6.3.0)
##### Features
- Add aggregation query APIs
([#​1765](https://redirect.github.com/googleapis/nodejs-firestore/issues/1765))
([18be4d0](https://redirect.github.com/googleapis/nodejs-firestore/commit/18be4d0ca3a8e927a883ba6e41a43d19fb2af665))
##### Bug Fixes
- Tests will now verify asynchronous termination of underlying steam,
and fix related bug.
([#​1772](https://redirect.github.com/googleapis/nodejs-firestore/issues/1772))
([a1717ff](https://redirect.github.com/googleapis/nodejs-firestore/commit/a1717ff279f1ea9647e28b8e93539bcad9739af0))
###
[`v6.2.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#620-2022-09-13)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v6.0.0...v6.2.0)
##### Features
- Use REST
([#​1698](https://redirect.github.com/googleapis/nodejs-firestore/issues/1698))
([d85b0e9](https://redirect.github.com/googleapis/nodejs-firestore/commit/d85b0e93bcb4a5806490ee66a4443afd4a0a519a))
##### Bug Fixes
- Minify proto JSON files
([#​1771](https://redirect.github.com/googleapis/nodejs-firestore/issues/1771))
([6393fe7](https://redirect.github.com/googleapis/nodejs-firestore/commit/6393fe704097a1214961fa30f01832a64dced775))
- Remove hack in update.sh, and replace with existing pattern for
protobuf dependencies.
([#​1769](https://redirect.github.com/googleapis/nodejs-firestore/issues/1769))
([6ba6751](https://redirect.github.com/googleapis/nodejs-firestore/commit/6ba67517123578a93bb3e0eeb771b610ac3ee397))
###
[`v6.0.0`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#600-2022-07-22)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v5.0.2...v6.0.0)
##### ⚠ BREAKING CHANGES
- update library to use Node 12
([#​1725](https://redirect.github.com/googleapis/nodejs-firestore/issues/1725))
##### Features
- Enable RunQueryResponse.done
([#​1712](https://redirect.github.com/googleapis/nodejs-firestore/issues/1712))
([0cc549c](https://redirect.github.com/googleapis/nodejs-firestore/commit/0cc549c69ccc59e25f8347d6b236f8b9b04dc105))
- Support Logical Termination on RunQueryResponse
([#​1741](https://redirect.github.com/googleapis/nodejs-firestore/issues/1741))
([07de28a](https://redirect.github.com/googleapis/nodejs-firestore/commit/07de28a04cdea27c5f859091aaf30d16bd8a8c3c))
- support regapic LRO
([#​1729](https://redirect.github.com/googleapis/nodejs-firestore/issues/1729))
([b9d8fef](https://redirect.github.com/googleapis/nodejs-firestore/commit/b9d8fefc5f927d1f064a79ec0990d256803360cd))
- update client libraries to support Database operations
([#​1676](https://redirect.github.com/googleapis/nodejs-firestore/issues/1676))
([533aade](https://redirect.github.com/googleapis/nodejs-firestore/commit/533aade3272f07b39bbad2c32a5d9669fde6de53))
##### Bug Fixes
- change REST binding for ListDocuments to support root collection
([#​1695](https://redirect.github.com/googleapis/nodejs-firestore/issues/1695))
([6185f13](https://redirect.github.com/googleapis/nodejs-firestore/commit/6185f13070ff9dda91d7128e3b8a1db7f09914a8))
- **deps:** update dependency protobufjs to v7
([#​1747](https://redirect.github.com/googleapis/nodejs-firestore/issues/1747))
([4e8d33c](https://redirect.github.com/googleapis/nodejs-firestore/commit/4e8d33cce418dfb004725ce2271121fd1fdbd9b2))
- split v1 and v1beta1 protos to improve startup time
([#​1664](https://redirect.github.com/googleapis/nodejs-firestore/issues/1664))
([f3729cf](https://redirect.github.com/googleapis/nodejs-firestore/commit/f3729cf49818b9b929a556e7a8e8a5588b5f2726))
##### Build System
- update library to use Node 12
([#​1725](https://redirect.github.com/googleapis/nodejs-firestore/issues/1725))
([0abbd21](https://redirect.github.com/googleapis/nodejs-firestore/commit/0abbd215d4574f238b40630361d0836432ead3af))
#####
[5.0.2](https://www.github.com/googleapis/nodejs-firestore/compare/v5.0.1...v5.0.2)
(2022-01-07)
##### Bug Fixes
- remove serializer check from Query.isEqual()
([#​1654](https://redirect.github.com/googleapis/nodejs-firestore/issues/1654))
([f13da18](https://www.github.com/googleapis/nodejs-firestore/commit/f13da184bd2b4f9abfe920f6d9f7af8f2f6f37cb))
#####
[5.0.1](https://www.github.com/googleapis/nodejs-firestore/compare/v5.0.0...v5.0.1)
(2021-12-02)
##### Bug Fixes
- save negative zero as doubleValue
([#​1639](https://redirect.github.com/googleapis/nodejs-firestore/issues/1639))
([a6ba5cc](https://www.github.com/googleapis/nodejs-firestore/commit/a6ba5ccf8b21dbe117e5d8ad5fc1e26d16ed0d1d))
###
[`v5.0.2`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#502-2022-01-07)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v5.0.1...v5.0.2)
###
[`v5.0.1`](https://redirect.github.com/googleapis/nodejs-firestore/blob/HEAD/CHANGELOG.md#501-2021-12-02)
[Compare
Source](https://redirect.github.com/googleapis/nodejs-firestore/compare/v4.15.1...v5.0.1)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 09e0e1d commit 0b2af65Copy full SHA for 0b2af65
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- gcp-ts-slackbot
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedgcp-ts-slackbot/package.json
Copy file name to clipboardExpand all lines: gcp-ts-slackbot/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments