Skip to content

feat: graduate Pipeline and related APIs from beta to GA#2352

Open
wu-hui wants to merge 1 commit intomainfrom
push-syzxquumvntp
Open

feat: graduate Pipeline and related APIs from beta to GA#2352
wu-hui wants to merge 1 commit intomainfrom
push-syzxquumvntp

Conversation

@wu-hui
Copy link
Copy Markdown
Contributor

@wu-hui wu-hui commented Apr 7, 2026

This PR graduates the Pipeline and related APIs from beta to GA by removing the @BetaApi annotations.

  • Pipelines, PipelineSource, PipelineResult, and ExplainStats are now GA.
  • Firestore.pipeline() and Transaction.execute(Pipeline) are GA.
  • All expressions in the firestore.pipeline.expressions package are GA.
  • Telemetry options are GA.

Retained @BetaApi for search and DML (delete/update) stages as per requirements.

@wu-hui wu-hui requested a review from a team as a code owner April 7, 2026 21:24
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: firestore Issues related to the googleapis/java-firestore API. labels Apr 7, 2026
@wu-hui wu-hui force-pushed the push-syzxquumvntp branch from eee00f6 to 9ff7f2b Compare April 7, 2026 21:35
Removed @BetaApi annotations from Pipeline, PipelineSource, PipelineResult, 
ExplainStats, and all expressions in the firestore.pipeline.expressions 
package. Telemetry options and Firestore.pipeline() are also GA.

Retained @BetaApi for search and DML (delete/update) stages as requested.
@wu-hui wu-hui force-pushed the push-syzxquumvntp branch from 9ff7f2b to d000733 Compare April 7, 2026 22:03
@wu-hui wu-hui requested a review from dlarocque April 7, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: firestore Issues related to the googleapis/java-firestore API. size: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants