From db00659c78ce98d7b88e5fcc9fd889fdcb6bba24 Mon Sep 17 00:00:00 2001 From: Santosh Kulkarni <66682828+kr-santosh@users.noreply.github.com> Date: Thu, 13 Jan 2022 18:48:49 +0530 Subject: [PATCH] Client Encryption: Adds version 1.0.0-preview19 and bumps Cosmos DB to 3.23.0-preview (#2979) This PR integrates encryption package with the latest CosmosDb preview package and bumps up new preview release version of Always Encrypted CosmosDB. --- Directory.Build.props | 2 +- Microsoft.Azure.Cosmos.Encryption/changelog.md | 8 ++++++++ .../src/Microsoft.Azure.Cosmos.Encryption.csproj | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 8742d755ee..41a2f2b1db 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ 3.23.0 preview 3.23.1 - 1.0.0-previewV18 + 1.0.0-previewV19 1.0.0-preview02 1.1.0-preview3 9.0 diff --git a/Microsoft.Azure.Cosmos.Encryption/changelog.md b/Microsoft.Azure.Cosmos.Encryption/changelog.md index 5b00df0290..180586eb5e 100644 --- a/Microsoft.Azure.Cosmos.Encryption/changelog.md +++ b/Microsoft.Azure.Cosmos.Encryption/changelog.md @@ -3,6 +3,14 @@ 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). +### [1.0.0-previewV19](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption/1.0.0-previewV19) - 2022-01-13 + +#### Added +- [#2906](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/2906) Adds an abstraction layer to hide the underlying usage of Microsoft Data Encryption(MDE) library. + +#### Fixes +- [#2648](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/2648) Removes retry behavior for point operations during client encryption policy change. + ### [1.0.0-previewV18](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption/1.0.0-previewV18) - 2021-10-29 #### Fixes diff --git a/Microsoft.Azure.Cosmos.Encryption/src/Microsoft.Azure.Cosmos.Encryption.csproj b/Microsoft.Azure.Cosmos.Encryption/src/Microsoft.Azure.Cosmos.Encryption.csproj index 5e7141f9f9..18a2978696 100644 --- a/Microsoft.Azure.Cosmos.Encryption/src/Microsoft.Azure.Cosmos.Encryption.csproj +++ b/Microsoft.Azure.Cosmos.Encryption/src/Microsoft.Azure.Cosmos.Encryption.csproj @@ -23,9 +23,9 @@ - + - +