Skip to content

Commit e155eff

Browse files
committed
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
1 parent cefbefb commit e155eff

File tree

5 files changed

+1542
-5
lines changed

5 files changed

+1542
-5
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
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)