Skip to content

chore(main): release firestore 8.6.0#8203

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

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

Conversation

@codyoss
Copy link
Copy Markdown
Member

@codyoss codyoss commented May 6, 2026

🤖 I have created a release beep boop

8.6.0 (2026-05-06)

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

  • Bump all node submodules (#8178) (9fd76ef)
  • Change the copyright year for files in the packages folder (#8109) (c1a03fe)
  • 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 force-pushed the release-please--branches--main--components--firestore branch from 7033d9c to 1b3c8a2 Compare May 6, 2026 18:07
@codyoss codyoss requested a review from a team as a code owner May 6, 2026 18:07
@codyoss codyoss requested a review from a team as a code owner May 6, 2026 18:07
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 update introduces new features including FieldValue.minimum(), FieldValue.maximum(), and enhanced search stage support for languageCode, offset, limit, and retrievalDepth. It also includes bug fixes for limit(0) serialization and the handling of undefined properties in subpipelines. I have no feedback to provide.

@release-please release-please Bot force-pushed the release-please--branches--main--components--firestore branch from 1b3c8a2 to dd8d5f7 Compare May 6, 2026 21:35
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