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

Microsoft.Azure.Cosmos.Encryption.Custom 1.0.0-preview06 is incompatible with Cosmos 3.40.0-preview.0 and newer #4509

Closed
adamnova opened this issue May 20, 2024 · 0 comments · Fixed by #4546
Labels
Client-Side Encryption Track Client Side Encryption Issues. customer-reported Issue created by a customer needs-investigation

Comments

@adamnova
Copy link

Describe the bug
The Microsoft.Azure.Cosmos.Encryption.Custom library (version 1.0.0-preview06) is not working with Cosmos SDK versions 3.40 and 3.41. We're seeing errors like this:
System.TypeLoadException: Method 'GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes' does not have an implementation.

It seems that this incompatibility has been caused by ChangeFeedProcessor: Refactors AllVersionsAndDeletes Metadata Contract for ChangeFeed and ChangeFeedProcessor in Cosmos 3.40.

To Reproduce
Use the Microsoft.Azure.Cosmos.Encryption.Custom library with Cosmos SDK 3.40.

Expected behavior
The library should work without errors.

Actual behavior
An error about a missing method 'GetChangeFeedProcessorBuilderWithAllVersionsAndDeletes' appears.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client-Side Encryption Track Client Side Encryption Issues. customer-reported Issue created by a customer needs-investigation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants