SDK 3.35.4: Adds version bump and changelog (#4087)

* bump version and changelog

* added apis

* Update changelog.md
This commit is contained in:
Nalu Tripician 2023-09-15 13:35:33 -07:00 коммит произвёл GitHub
Родитель 52d0436104
Коммит 83509cc173
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 3074 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ClientOfficialVersion>3.35.3</ClientOfficialVersion>
<ClientPreviewVersion>3.35.3</ClientPreviewVersion>
<ClientOfficialVersion>3.35.4</ClientOfficialVersion>
<ClientPreviewVersion>3.35.4</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.31.4</DirectVersion>
<EncryptionOfficialVersion>2.0.3</EncryptionOfficialVersion>

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,6 +1,6 @@
## <a name="recommended-version"></a> 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.35.4)**.
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).
### <a name="3.35.4-preview"/> [3.35.4-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.4-preview) - 2023-09-15
### <a name="3.35.4"/> [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
### <a name="3.35.3-preview"/> [3.35.3-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.3-preview) - 2023-08-10
### <a name="3.35.3"/> [3.35.3](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.35.3) - 2023-08-10