Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"handwritten/cloud-profiler": "6.0.4",
"handwritten/datastore": "10.1.0",
"handwritten/error-reporting": "3.0.6",
"handwritten/firestore": "8.5.0",
"handwritten/firestore": "8.6.0",
"handwritten/logging": "11.2.1",
"handwritten/logging-bunyan": "5.1.1",
"handwritten/logging-winston": "6.0.1",
Expand Down
64 changes: 63 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,68 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
"message": "Bump all node submodules",
"issues": [
"8178"
]
},
{
"type": "feat",
"sha": "41671b08ba94df02ab6fd42ea216dbcfe51d18ad",
"message": "Added FieldValue.minimum() and FieldValue.maximum()",
"issues": [
"8151"
],
"scope": "firestore"
},
{
"type": "feat",
"sha": "4acb07593b5c6a1387a1dfb97bf7ab4cd399f329",
"message": "Added search stage support for languageCode, offset, limit, and retrievalDepth",
"issues": [
"8161"
],
"scope": "firestore"
},
{
"type": "fix",
"sha": "86310088f5dea61b4dfe3580e273b34aad79eac0",
"message": "Ensure limit(0) is properly serialized in query requests",
"issues": [
"8076",
"7382"
],
"scope": "firestore"
},
{
"type": "fix",
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
"message": "Change the copyright year for files in the packages folder",
"issues": [
"8109"
]
},
{
"type": "fix",
"sha": "a9f6c3f3f721ba4920d925de6afa24ba9e81c7ad",
"message": "Respect `ignoreUndefinedProperties` in subpipelines",
"issues": [
"8089"
],
"scope": "firestore"
}
],
"version": "8.6.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/firestore",
"id": "576d9d4e-2cee-496f-a7e9-61b28dfb4518",
"createTime": "2026-05-06T21:35:10.670Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -77687,5 +77749,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-05-06T18:07:28.494Z"
"updateTime": "2026-05-06T21:35:10.670Z"
}
16 changes: 16 additions & 0 deletions handwritten/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@

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

## [8.6.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.5.0...firestore-v8.6.0) (2026-05-06)


### Features

* **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))
* **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))


### Bug Fixes

* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
* 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))
* **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)
* **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))

## [8.5.0](https://github.com/googleapis/google-cloud-node/compare/firestore-v8.4.0...firestore-v8.5.0) (2026-04-13)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/firestore",
"description": "Firestore Client Library for Node.js",
"version": "8.5.0",
"version": "8.6.0",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
Expand Down
Loading