Skip to content

ChangeFeed: Adds Full Fidelity Change Feed APIs to GA surface#5825

Open
ananth7592 wants to merge 1 commit intomainfrom
users/ananth/ffcf-ga
Open

ChangeFeed: Adds Full Fidelity Change Feed APIs to GA surface#5825
ananth7592 wants to merge 1 commit intomainfrom
users/ananth/ffcf-ga

Conversation

@ananth7592
Copy link
Copy Markdown
Member

Summary

Promotes Full Fidelity Change Feed (FFCF) APIs from preview to the GA surface area, per #5814.

Changes

  • Removed preview/beta attributes from FFCF APIs:
    • \ChangeFeedMode.AllVersionsAndDeletes\
    • \ChangeFeedItem\
    • \ChangeFeedMetadata\
    • \ChangeFeedOperationType\
    • \ChangeFeedPolicy.FullFidelityRetention\
    • \ChangeFeedPolicyDefinition\
    • \ContainerBuilder.WithChangeFeedPolicy()\
    • \ContainerProperties.ChangeFeedPolicy\
  • Updated GA contract file (\API_3.59.0.txt\) to include promoted APIs
  • Updated preview contract JSON to reflect removal from preview surface

Testing

  • Build passes with 0 warnings and 0 errors
  • Existing FFCF tests continue to pass unchanged

Resolves #5814

Removes #if PREVIEW guards from 7 types/members to make them
unconditionally public, promoting the AllVersionsAndDeletes mode
from Preview to GA:

1. ChangeFeedMode.AllVersionsAndDeletes
2. ChangeFeedItem<T>
3. ChangeFeedMetadata
4. ChangeFeedOperationType
5. ChangeFeedPolicy
6. ChangeFeedPolicyDefinition
7. ContainerProperties.ChangeFeedPolicy
8. ContainerBuilder.WithChangeFeedPolicy

Updates GA and Preview API contract files accordingly.

Closes #5814

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines:
Successfully started running 1 pipeline(s).

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ChangeFeed: Adds GA promotion for AllVersionsAndDeletes (Full Fidelity Change Feed) APIs

1 participant