diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37b2ba24895..e4210f069c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/changelog.json b/changelog.json index fc518c4f4ee..df7c34327a3 100644 --- a/changelog.json +++ b/changelog.json @@ -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": [ { @@ -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" } \ No newline at end of file diff --git a/handwritten/firestore/CHANGELOG.md b/handwritten/firestore/CHANGELOG.md index 68767b8ba5a..30e2739019b 100644 --- a/handwritten/firestore/CHANGELOG.md +++ b/handwritten/firestore/CHANGELOG.md @@ -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) diff --git a/handwritten/firestore/package.json b/handwritten/firestore/package.json index fc07604ae71..a150827d977 100644 --- a/handwritten/firestore/package.json +++ b/handwritten/firestore/package.json @@ -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": {