Skip to content
Closed
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.5",
"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
48 changes: 47 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"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": "a9f6c3f3f721ba4920d925de6afa24ba9e81c7ad",
"message": "Respect `ignoreUndefinedProperties` in subpipelines",
"issues": [
"8089"
],
"scope": "firestore"
}
],
"version": "8.6.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/firestore",
"id": "dba533a3-fbc5-4fb1-8d8b-f54850ecc2e1",
"createTime": "2026-05-05T21:43:20.675Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -77670,5 +77716,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-05-01T17:22:33.483Z"
"updateTime": "2026-05-05T21:43:20.675Z"
}
14 changes: 14 additions & 0 deletions handwritten/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

[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-05)


### 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

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