Skip to content

Commit 38445d3

Browse files
chore(main): release firestore 8.4.0
1 parent fb317f8 commit 38445d3

4 files changed

Lines changed: 85 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"handwritten/cloud-profiler": "6.0.4",
2626
"handwritten/datastore": "10.1.0",
2727
"handwritten/error-reporting": "3.0.5",
28-
"handwritten/firestore": "8.3.0",
28+
"handwritten/firestore": "8.4.0",
2929
"handwritten/logging": "11.2.1",
3030
"handwritten/logging-bunyan": "5.1.1",
3131
"handwritten/logging-winston": "6.0.1",

changelog.json

Lines changed: 65 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,70 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "fb317f859be6d1c9f60cf388431f6419a3dc5055",
9+
"message": "Add support for subqueries",
10+
"issues": [
11+
"7839"
12+
],
13+
"scope": "firestore"
14+
},
15+
{
16+
"type": "feat",
17+
"sha": "09cd24fcb742fa2f084c4c358a0156aac7951c26",
18+
"message": "[firestore] Add support for DML",
19+
"issues": []
20+
},
21+
{
22+
"type": "feat",
23+
"sha": "77ce3195b2b5f569b7fba33ea5bcc05391428318",
24+
"message": "[firestore] Add support for DML",
25+
"issues": []
26+
},
27+
{
28+
"type": "fix",
29+
"sha": "e8755b5f490e6eca885804792a18119a7a822a0a",
30+
"message": "Update pipeline tests for backend changes",
31+
"issues": [],
32+
"scope": "firestore"
33+
},
34+
{
35+
"type": "fix",
36+
"sha": "e5dd91e03595452fc1dece58ca6b0c553f72398f",
37+
"message": "Update pipeline tests for backend changes",
38+
"issues": [],
39+
"scope": "firestore"
40+
},
41+
{
42+
"type": "feat",
43+
"sha": "f17a79153046f578bda9bbd0d2cdb9ed9371d500",
44+
"message": "Add the parent expression",
45+
"issues": [],
46+
"scope": "firestore"
47+
},
48+
{
49+
"type": "fix",
50+
"sha": "7d044d1f9d30ab0edef38d1fc07311799a3e9f91",
51+
"message": "Refactor the parameters for timestamp expressions and fix bug for timeGranularity lowercase",
52+
"issues": []
53+
},
54+
{
55+
"type": "feat",
56+
"sha": "deeb265d21751393a71224a3793adb38582f39b8",
57+
"message": "Add timestamp expressions",
58+
"issues": [],
59+
"scope": "firestore"
60+
}
61+
],
62+
"version": "8.4.0",
63+
"language": "JAVASCRIPT",
64+
"artifactName": "@google-cloud/firestore",
65+
"id": "7b1e6986-dc65-443a-b8d1-aaa242858dde",
66+
"createTime": "2026-04-08T21:32:21.375Z"
67+
},
468
{
569
"changes": [
670
{
@@ -69536,5 +69600,5 @@
6953669600
"createTime": "2023-01-28T04:18:24.718Z"
6953769601
}
6953869602
],
69539-
"updateTime": "2026-04-08T00:07:52.535Z"
69603+
"updateTime": "2026-04-08T21:32:21.375Z"
6954069604
}

handwritten/firestore/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/firestore?activeTab=versions
66

7+
## [8.4.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.3.0...firestore-v8.4.0) (2026-04-08)
8+
9+
10+
### Features
11+
12+
* [firestore] Add support for DML ([09cd24f](https://github.com/googleapis/google-cloud-node/commit/09cd24fcb742fa2f084c4c358a0156aac7951c26))
13+
* [firestore] Add support for DML ([77ce319](https://github.com/googleapis/google-cloud-node/commit/77ce3195b2b5f569b7fba33ea5bcc05391428318))
14+
* **firestore:** Add support for subqueries ([#7839](https://github.com/googleapis/google-cloud-node/issues/7839)) ([fb317f8](https://github.com/googleapis/google-cloud-node/commit/fb317f859be6d1c9f60cf388431f6419a3dc5055))
15+
* **firestore:** Add the parent expression ([f17a791](https://github.com/googleapis/google-cloud-node/commit/f17a79153046f578bda9bbd0d2cdb9ed9371d500))
16+
* **firestore:** Add timestamp expressions ([deeb265](https://github.com/googleapis/google-cloud-node/commit/deeb265d21751393a71224a3793adb38582f39b8))
17+
18+
19+
### Bug Fixes
20+
21+
* **firestore:** Update pipeline tests for backend changes ([e8755b5](https://github.com/googleapis/google-cloud-node/commit/e8755b5f490e6eca885804792a18119a7a822a0a))
22+
* **firestore:** Update pipeline tests for backend changes ([e5dd91e](https://github.com/googleapis/google-cloud-node/commit/e5dd91e03595452fc1dece58ca6b0c553f72398f))
23+
* Refactor the parameters for timestamp expressions and fix bug for timeGranularity lowercase ([7d044d1](https://github.com/googleapis/google-cloud-node/commit/7d044d1f9d30ab0edef38d1fc07311799a3e9f91))
24+
725
## [8.3.0](https://github.com/googleapis/nodejs-firestore/compare/v8.2.0...v8.3.0) (2026-02-02)
826

927

handwritten/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/firestore",
33
"description": "Firestore Client Library for Node.js",
4-
"version": "8.3.0",
4+
"version": "8.4.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)