Skip to content

Commit dd8d5f7

Browse files
chore(main): release firestore 8.6.0
1 parent a9be27a commit dd8d5f7

4 files changed

Lines changed: 81 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.6",
28-
"handwritten/firestore": "8.5.0",
28+
"handwritten/firestore": "8.6.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: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,68 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "41671b08ba94df02ab6fd42ea216dbcfe51d18ad",
17+
"message": "Added FieldValue.minimum() and FieldValue.maximum()",
18+
"issues": [
19+
"8151"
20+
],
21+
"scope": "firestore"
22+
},
23+
{
24+
"type": "feat",
25+
"sha": "4acb07593b5c6a1387a1dfb97bf7ab4cd399f329",
26+
"message": "Added search stage support for languageCode, offset, limit, and retrievalDepth",
27+
"issues": [
28+
"8161"
29+
],
30+
"scope": "firestore"
31+
},
32+
{
33+
"type": "fix",
34+
"sha": "86310088f5dea61b4dfe3580e273b34aad79eac0",
35+
"message": "Ensure limit(0) is properly serialized in query requests",
36+
"issues": [
37+
"8076",
38+
"7382"
39+
],
40+
"scope": "firestore"
41+
},
42+
{
43+
"type": "fix",
44+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
45+
"message": "Change the copyright year for files in the packages folder",
46+
"issues": [
47+
"8109"
48+
]
49+
},
50+
{
51+
"type": "fix",
52+
"sha": "a9f6c3f3f721ba4920d925de6afa24ba9e81c7ad",
53+
"message": "Respect `ignoreUndefinedProperties` in subpipelines",
54+
"issues": [
55+
"8089"
56+
],
57+
"scope": "firestore"
58+
}
59+
],
60+
"version": "8.6.0",
61+
"language": "JAVASCRIPT",
62+
"artifactName": "@google-cloud/firestore",
63+
"id": "576d9d4e-2cee-496f-a7e9-61b28dfb4518",
64+
"createTime": "2026-05-06T21:35:10.670Z"
65+
},
466
{
567
"changes": [
668
{
@@ -77687,5 +77749,5 @@
7768777749
"createTime": "2023-01-28T04:18:24.718Z"
7768877750
}
7768977751
],
77690-
"updateTime": "2026-05-06T18:07:28.494Z"
77752+
"updateTime": "2026-05-06T21:35:10.670Z"
7769177753
}

handwritten/firestore/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55

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

8+
## [8.6.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.5.0...firestore-v8.6.0) (2026-05-06)
9+
10+
11+
### Features
12+
13+
* **firestore:** Added FieldValue.minimum() and FieldValue.maximum() ([#8151](https://github.com/googleapis/google-cloud-node/issues/8151)) ([41671b0](https://github.com/googleapis/google-cloud-node/commit/41671b08ba94df02ab6fd42ea216dbcfe51d18ad))
14+
* **firestore:** Added search stage support for languageCode, offset, limit, and retrievalDepth ([#8161](https://github.com/googleapis/google-cloud-node/issues/8161)) ([4acb075](https://github.com/googleapis/google-cloud-node/commit/4acb07593b5c6a1387a1dfb97bf7ab4cd399f329))
15+
16+
17+
### Bug Fixes
18+
19+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
20+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
21+
* **firestore:** Ensure limit(0) is properly serialized in query requests ([#8076](https://github.com/googleapis/google-cloud-node/issues/8076)) ([8631008](https://github.com/googleapis/google-cloud-node/commit/86310088f5dea61b4dfe3580e273b34aad79eac0)), closes [#7382](https://github.com/googleapis/google-cloud-node/issues/7382)
22+
* **firestore:** Respect `ignoreUndefinedProperties` in subpipelines ([#8089](https://github.com/googleapis/google-cloud-node/issues/8089)) ([a9f6c3f](https://github.com/googleapis/google-cloud-node/commit/a9f6c3f3f721ba4920d925de6afa24ba9e81c7ad))
23+
824
## [8.5.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.4.0...firestore-v8.5.0) (2026-04-13)
925

1026

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.5.0",
4+
"version": "8.6.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

0 commit comments

Comments
 (0)