Skip to content

Commit 3f72c93

Browse files
chore(main): release firestore 8.4.0
1 parent e8755b5 commit 3f72c93

4 files changed

Lines changed: 61 additions & 3 deletions

File tree

.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: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "e8755b5f490e6eca885804792a18119a7a822a0a",
9+
"message": "Update pipeline tests for backend changes",
10+
"issues": [],
11+
"scope": "firestore"
12+
},
13+
{
14+
"type": "fix",
15+
"sha": "e5dd91e03595452fc1dece58ca6b0c553f72398f",
16+
"message": "Update pipeline tests for backend changes",
17+
"issues": [],
18+
"scope": "firestore"
19+
},
20+
{
21+
"type": "feat",
22+
"sha": "f17a79153046f578bda9bbd0d2cdb9ed9371d500",
23+
"message": "Add the parent expression",
24+
"issues": [],
25+
"scope": "firestore"
26+
},
27+
{
28+
"type": "fix",
29+
"sha": "7d044d1f9d30ab0edef38d1fc07311799a3e9f91",
30+
"message": "Refactor the parameters for timestamp expressions and fix bug for timeGranularity lowercase",
31+
"issues": []
32+
},
33+
{
34+
"type": "feat",
35+
"sha": "deeb265d21751393a71224a3793adb38582f39b8",
36+
"message": "Add timestamp expressions",
37+
"issues": [],
38+
"scope": "firestore"
39+
}
40+
],
41+
"version": "8.4.0",
42+
"language": "JAVASCRIPT",
43+
"artifactName": "@google-cloud/firestore",
44+
"id": "33475633-bc6e-4dc0-86d1-0efa44499e19",
45+
"createTime": "2026-03-31T14:52:54.555Z"
46+
},
447
{
548
"changes": [
649
{
@@ -69375,5 +69418,5 @@
6937569418
"createTime": "2023-01-28T04:18:24.718Z"
6937669419
}
6937769420
],
69378-
"updateTime": "2026-03-25T19:27:43.346Z"
69421+
"updateTime": "2026-03-31T14:52:54.555Z"
6937969422
}

handwritten/firestore/CHANGELOG.md

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

924

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)