[Client encryption]: Removes Encryption.Custom compression#5399
Merged
kirankumarkolli merged 9 commits intoAzure:masterfrom Oct 15, 2025
Merged
[Client encryption]: Removes Encryption.Custom compression#5399kirankumarkolli merged 9 commits intoAzure:masterfrom
kirankumarkolli merged 9 commits intoAzure:masterfrom
Conversation
Eliminated all code, tests, and API surface related to payload compression, including BrotliCompressor, CompressionOptions, and associated logic and metadata. The encryption format version and properties no longer reference compression, simplifying the SDK and its usage.
juraj-blazek
approved these changes
Sep 23, 2025
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kirankumarkolli
previously approved these changes
Oct 7, 2025
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Obsolete fields were removed from DotNetSDKEncryptionCustomAPI.net8.json and DotNetPreviewSDKAPI.json, including region fields and AvailabilityStrategy properties. Test baseline XML was simplified by removing detailed activity entries. NullableContextAttribute was added to intrinsic methods in DotNetSDKAPI.json and DotNetSDKTelemetryAPI.json for improved contract accuracy.
Contributor
Author
|
/azp run |
|
Commenter does not have sufficient privileges for PR 5399 in repo Azure/azure-cosmos-dotnet-v3 |
528f3aa to
0406e2b
Compare
Member
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
kirankumarkolli
approved these changes
Oct 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description
Eliminated all code, tests, and API surface related to payload compression, including BrotliCompressor, CompressionOptions, and associated logic and metadata. The encryption format version and properties no longer reference compression, simplifying the SDK and its usage.
#4678