Skip to content

Commit 37f4124

Browse files
chore(main): release firestore 8.4.0
1 parent efa3e04 commit 37f4124

File tree

4 files changed

+75
-3
lines changed

4 files changed

+75
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"handwritten/cloud-profiler": "6.0.4",
1111
"handwritten/datastore": "10.1.0",
1212
"handwritten/error-reporting": "3.0.5",
13-
"handwritten/firestore": "8.3.0",
13+
"handwritten/firestore": "8.4.0",
1414
"handwritten/logging": "11.2.1",
1515
"handwritten/logging-bunyan": "5.1.1",
1616
"handwritten/logging-winston": "6.0.1",

changelog.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,61 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "09cd24fcb742fa2f084c4c358a0156aac7951c26",
9+
"message": "[firestore] Add support for DML",
10+
"issues": []
11+
},
12+
{
13+
"type": "feat",
14+
"sha": "77ce3195b2b5f569b7fba33ea5bcc05391428318",
15+
"message": "[firestore] Add support for DML",
16+
"issues": []
17+
},
18+
{
19+
"type": "fix",
20+
"sha": "e8755b5f490e6eca885804792a18119a7a822a0a",
21+
"message": "Update pipeline tests for backend changes",
22+
"issues": [],
23+
"scope": "firestore"
24+
},
25+
{
26+
"type": "fix",
27+
"sha": "e5dd91e03595452fc1dece58ca6b0c553f72398f",
28+
"message": "Update pipeline tests for backend changes",
29+
"issues": [],
30+
"scope": "firestore"
31+
},
32+
{
33+
"type": "feat",
34+
"sha": "f17a79153046f578bda9bbd0d2cdb9ed9371d500",
35+
"message": "Add the parent expression",
36+
"issues": [],
37+
"scope": "firestore"
38+
},
39+
{
40+
"type": "fix",
41+
"sha": "7d044d1f9d30ab0edef38d1fc07311799a3e9f91",
42+
"message": "Refactor the parameters for timestamp expressions and fix bug for timeGranularity lowercase",
43+
"issues": []
44+
},
45+
{
46+
"type": "feat",
47+
"sha": "deeb265d21751393a71224a3793adb38582f39b8",
48+
"message": "Add timestamp expressions",
49+
"issues": [],
50+
"scope": "firestore"
51+
}
52+
],
53+
"version": "8.4.0",
54+
"language": "JAVASCRIPT",
55+
"artifactName": "@google-cloud/firestore",
56+
"id": "a974fb46-8891-48ae-9ee5-ff284fd16c2e",
57+
"createTime": "2026-04-03T02:13:09.768Z"
58+
},
459
{
560
"changes": [
661
{
@@ -69375,5 +69430,5 @@
6937569430
"createTime": "2023-01-28T04:18:24.718Z"
6937669431
}
6937769432
],
69378-
"updateTime": "2026-03-25T19:27:43.346Z"
69433+
"updateTime": "2026-04-03T02:13:09.768Z"
6937969434
}

handwritten/firestore/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
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-03)
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 the parent expression ([f17a791](https://github.com/googleapis/google-cloud-node/commit/f17a79153046f578bda9bbd0d2cdb9ed9371d500))
15+
* **firestore:** Add timestamp expressions ([deeb265](https://github.com/googleapis/google-cloud-node/commit/deeb265d21751393a71224a3793adb38582f39b8))
16+
17+
18+
### Bug Fixes
19+
20+
* **firestore:** Update pipeline tests for backend changes ([e8755b5](https://github.com/googleapis/google-cloud-node/commit/e8755b5f490e6eca885804792a18119a7a822a0a))
21+
* **firestore:** Update pipeline tests for backend changes ([e5dd91e](https://github.com/googleapis/google-cloud-node/commit/e5dd91e03595452fc1dece58ca6b0c553f72398f))
22+
* Refactor the parameters for timestamp expressions and fix bug for timeGranularity lowercase ([7d044d1](https://github.com/googleapis/google-cloud-node/commit/7d044d1f9d30ab0edef38d1fc07311799a3e9f91))
23+
724
## [8.3.0](https://github.com/googleapis/nodejs-firestore/compare/v8.2.0...v8.3.0) (2026-02-02)
825

926

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)