Skip to content

Commit aff544b

Browse files
kundadebdattavipulvishal-msNaluTripician
authored
[Hotfix] Upgrade Resiliency: Refactors Code to Disable Replica Validation Feature in Preview (#4025)
* 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 f83ae2e. * 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]>
1 parent 38b556b commit aff544b

File tree

5 files changed

+3078
-6
lines changed

5 files changed

+3078
-6
lines changed

Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<ClientOfficialVersion>3.35.2</ClientOfficialVersion>
4-
<ClientPreviewVersion>3.35.2</ClientPreviewVersion>
3+
<ClientOfficialVersion>3.35.3</ClientOfficialVersion>
4+
<ClientPreviewVersion>3.35.3</ClientPreviewVersion>
55
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
6-
<DirectVersion>3.31.3</DirectVersion>
6+
<DirectVersion>3.31.4</DirectVersion>
77
<EncryptionOfficialVersion>2.0.2</EncryptionOfficialVersion>
88
<EncryptionPreviewVersion>2.0.2</EncryptionPreviewVersion>
99
<EncryptionPreviewSuffixVersion>preview</EncryptionPreviewSuffixVersion>

0 commit comments

Comments
 (0)