Skip to content

chore(main): release firestore 8.6.0#8186

Closed
codyoss wants to merge 1 commit intomainfrom
release-please--branches--main--components--firestore
Closed

chore(main): release firestore 8.6.0#8186
codyoss wants to merge 1 commit intomainfrom
release-please--branches--main--components--firestore

Conversation

@codyoss
Copy link
Copy Markdown
Member

@codyoss codyoss commented May 5, 2026

🤖 I have created a release beep boop

8.6.0 (2026-05-05)

Features

  • firestore: Added FieldValue.minimum() and FieldValue.maximum() (#8151) (41671b0)
  • firestore: Added search stage support for languageCode, offset, limit, and retrievalDepth (#8161) (4acb075)

Bug Fixes

  • firestore: Ensure limit(0) is properly serialized in query requests (#8076) (8631008), closes #7382
  • firestore: Respect ignoreUndefinedProperties in subpipelines (#8089) (a9f6c3f)

This PR was generated with Release Please. See documentation.

@codyoss codyoss requested review from a team as code owners May 5, 2026 21:43
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the handwritten/firestore package from version 8.5.0 to 8.6.0. The changes include updating the release manifest, package version, and changelog. The new version introduces features such as FieldValue.minimum(), FieldValue.maximum(), and expanded search stage support, while also fixing bugs related to limit(0) serialization and ignoreUndefinedProperties in subpipelines. I have no feedback to provide.

@codyoss
Copy link
Copy Markdown
Member Author

codyoss commented May 5, 2026

Was a test closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Firestore client library's limit API not handling limit(0) correctly

1 participant