diff --git a/Directory.Build.props b/Directory.Build.props index 044a7ec7d9..404becc428 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 3.35.3 - 3.35.3 + 3.35.4 + 3.35.4 preview 3.31.4 2.0.3 diff --git a/Microsoft.Azure.Cosmos/contracts/API_3.35.3-preview.txt b/Microsoft.Azure.Cosmos/contracts/API_3.35.4-preview.txt similarity index 100% rename from Microsoft.Azure.Cosmos/contracts/API_3.35.3-preview.txt rename to Microsoft.Azure.Cosmos/contracts/API_3.35.4-preview.txt diff --git a/Microsoft.Azure.Cosmos/contracts/API_3.35.3.txt b/Microsoft.Azure.Cosmos/contracts/API_3.35.4.txt similarity index 100% rename from Microsoft.Azure.Cosmos/contracts/API_3.35.3.txt rename to Microsoft.Azure.Cosmos/contracts/API_3.35.4.txt diff --git a/changelog.md b/changelog.md index 27ec98fae0..8feecb3177 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ ## Recommended version -The **minimum recommended version is [3.33.0](#3.33.0) when using Direct mode and [3.35.1](#3.35.1) for Gateway mode**. +The **minimum recommended version is [3.35.4](#3.33.0) when using Direct mode and [3.35.4](#3.35.4) for Gateway mode**. Make sure that your applications, when using the .NET V3 SDK, are using at least the version described here to have all the critical fixes. @@ -13,6 +13,12 @@ Preview features are treated as a separate branch and will not be included in th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [3.35.4-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.4-preview) - 2023-09-15 +### [3.35.4](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.4) - 2023-09-15 + +#### Fixed +- [3934](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/3934) Subpartitioning: Fixes bug for queries on subpartitioned containers with split physical partitions + ### [3.35.3-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.3-preview) - 2023-08-10 ### [3.35.3](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.3) - 2023-08-10