Skip to content

Commit 7795a4f

Browse files
authored
Release: Adds hotfix release 3.31.2-preview (#3587)
* Release: Adds hotfix release 3.31.2 (#3549) * Query: Fixes performance regression on target partition on some ORDER BY queries with continuation (#3525) * Revert performance regression caused by #1289 * Remove irrelevant comment * Add a test for validating formatted filters for the target partition * Release: Adds SDK version and changelog for 3.31.2 (#3546) * Bumped SDK version and changelog * Added contracts file for 3.31.2 * Release: Adds API contracts for 3.31.2-preview (#3586)
1 parent cefbefb commit 7795a4f

File tree

6 files changed

+3068
-5
lines changed

6 files changed

+3068
-5
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ClientOfficialVersion>3.31.1</ClientOfficialVersion>
5-
<ClientPreviewVersion>3.31.1</ClientPreviewVersion>
4+
<ClientOfficialVersion>3.31.2</ClientOfficialVersion>
5+
<ClientPreviewVersion>3.31.2</ClientPreviewVersion>
66
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
77
<DirectVersion>3.29.4</DirectVersion>
88
<EncryptionOfficialVersion>2.0.0</EncryptionOfficialVersion>

0 commit comments

Comments
 (0)