Skip to content

Commit

Permalink
Release: Adds hotfix release 3.31.2-preview (#3587)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
neildsh authored Nov 28, 2022
1 parent cefbefb commit 7795a4f
Show file tree
Hide file tree
Showing 6 changed files with 3,068 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 7795a4f

Please sign in to comment.