Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[@azure/cosmos] Support all-versions-and-deletes mode in changefeed #27058

Open
amanrao23 opened this issue Sep 8, 2023 · 0 comments
Open

[@azure/cosmos] Support all-versions-and-deletes mode in changefeed #27058

amanrao23 opened this issue Sep 8, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@amanrao23
Copy link
Member

Currently Cosmos DB JS SDK change feed only supports latest-version mode and does not support all-versions-and-deletes.

Add support for all-versions-and-deletes mode in changefeed.

@sajeetharan sajeetharan added this to the 2023-11 milestone Sep 19, 2023
@xirzec xirzec removed this from the 2023-11 milestone Nov 22, 2023
@sajeetharan sajeetharan added this to the 2024-01 milestone Nov 29, 2023
sajeetharan pushed a commit that referenced this issue Apr 23, 2024
### Packages impacted by this PR

[@azure/cosmos](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cosmosdb/cosmos)

### Issues associated with this PR
#27058 

### Describe the problem that is addressed by this PR
Currently Cosmos DB JS SDK does not support allVersionsAndDeletes Mode
in change feed. This PR adds support for that.

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_
Yes

### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants