Skip to content

Commit

Permalink
Release: Adds hotfix release 3.31.2 (#3549)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
neildsh committed Nov 3, 2022
1 parent 63fe067 commit 167db87
Show file tree
Hide file tree
Showing 5 changed files with 1,542 additions and 5 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.31.1</ClientOfficialVersion>
<ClientPreviewVersion>3.31.1</ClientPreviewVersion>
<ClientOfficialVersion>3.31.2</ClientOfficialVersion>
<ClientPreviewVersion>3.31.2</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.29.4</DirectVersion>
<EncryptionOfficialVersion>2.0.0</EncryptionOfficialVersion>
Expand Down
Loading

0 comments on commit 167db87

Please sign in to comment.