Skip to content

Commit

Permalink
[Hotfix] Upgrade Resiliency: Refactors Code to Disable Replica Valida…
Browse files Browse the repository at this point in the history
…tion Feature in Preview (#4026)

* Client Encryption: Adds fix for supporting Prefix Partition Key (Hierarchical partitioning) (#3979)

* Hirarchical pk bug fix

* Hirarchical pk bug fix

* Hirarchical pk bug fix

* Hirarchical pk bug fix

* Hirarchical pk bug fix

* testing new version

* adding more tests

* adding more tests

* adding more tests

* code review changes

* test fix

* test fix

* test fix

* test fix

---------

Co-authored-by: Nalu Tripician <[email protected]>

* Code changes to disable replica validation in preview package. (#4019)

* 3.35.3: Adds new SDK versions and contract files (#4024)

* Updated change log and bumped up the patch version.

* Code changes to update the change log message.

* Revert "Client Encryption: Adds fix for supporting Prefix Partition Key (Hierarchical partitioning) (#3979)"

This reverts commit ee88843.

* Code changes to fix race condition by calling dispose too early. (#4030)

* Code changes to update change log for release 3.35.3 (#4032)

---------

Co-authored-by: vipulvishal-ms <[email protected]>
Co-authored-by: Nalu Tripician <[email protected]>
  • Loading branch information
3 people committed Aug 10, 2023
1 parent 38b556b commit b92cf85
Show file tree
Hide file tree
Showing 5 changed files with 3,078 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.35.2</ClientOfficialVersion>
<ClientPreviewVersion>3.35.2</ClientPreviewVersion>
<ClientOfficialVersion>3.35.3</ClientOfficialVersion>
<ClientPreviewVersion>3.35.3</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.31.3</DirectVersion>
<DirectVersion>3.31.4</DirectVersion>
<EncryptionOfficialVersion>2.0.2</EncryptionOfficialVersion>
<EncryptionPreviewVersion>2.0.2</EncryptionPreviewVersion>
<EncryptionPreviewSuffixVersion>preview</EncryptionPreviewSuffixVersion>
Expand Down
Loading

0 comments on commit b92cf85

Please sign in to comment.