Skip to content

Commit 1b3c8a2

Browse files
committed
chore(main): release firestore 8.6.0
1 parent 9fd76ef commit 1b3c8a2

4 files changed

Lines changed: 72 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.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: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,60 @@
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": "a9f6c3f3f721ba4920d925de6afa24ba9e81c7ad",
45+
"message": "Respect `ignoreUndefinedProperties` in subpipelines",
46+
"issues": [
47+
"8089"
48+
],
49+
"scope": "firestore"
50+
}
51+
],
52+
"version": "8.6.0",
53+
"language": "JAVASCRIPT",
54+
"artifactName": "@google-cloud/firestore",
55+
"id": "a7b861ee-0184-43a6-a89a-c05939322722",
56+
"createTime": "2026-05-06T18:07:28.319Z"
57+
},
458
{
559
"changes": [
660
{
@@ -77670,5 +77724,5 @@
7767077724
"createTime": "2023-01-28T04:18:24.718Z"
7767177725
}
7767277726
],
77673-
"updateTime": "2026-05-01T17:22:33.483Z"
77727+
"updateTime": "2026-05-06T18:07:28.319Z"
7767477728
}

handwritten/firestore/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
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+
* **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)
21+
* **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))
22+
823
## [8.5.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.4.0...firestore-v8.5.0) (2026-04-13)
924

1025

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)