Skip to content

Commit

Permalink
[Hotfix] PartitionKeyRangeCache: Fixes duplicate trace key generation (
Browse files Browse the repository at this point in the history
…#3438)

* PartitionKeyRangeCache: Fixes duplicate trace key generation (#3430)

* Code changes to fix duplicate trace key generation during PartitionKeyRangeCache Computation.

* Code changes to address review comments.

* Code changes to remove TestInitialize annotation.

* 3.30.1: Adds new SDK versions and contract files (#3436)

* Updated change log and bumped up the version.

* Code changes to add detailed change log.
  • Loading branch information
kundadebdatta committed Sep 1, 2022
1 parent f699ced commit 9ec18fd
Show file tree
Hide file tree
Showing 6 changed files with 3,122 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.30.0</ClientOfficialVersion>
<ClientPreviewVersion>3.30.0</ClientPreviewVersion>
<ClientOfficialVersion>3.30.1</ClientOfficialVersion>
<ClientPreviewVersion>3.30.1</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.29.1</DirectVersion>
<EncryptionOfficialVersion>2.0.0</EncryptionOfficialVersion>
Expand Down
Loading

0 comments on commit 9ec18fd

Please sign in to comment.