Skip to content

Commit

Permalink
Client Encryption: Adds version 1.0.0-preview19 and bumps Cosmos DB t…
Browse files Browse the repository at this point in the history
…o 3.23.0-preview (Azure#2979)

This PR integrates encryption package with the latest CosmosDb preview package and bumps up new preview release version of Always Encrypted CosmosDB.
  • Loading branch information
kr-santosh authored Jan 13, 2022
1 parent 1d8a2d4 commit db00659
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ClientPreviewVersion>3.23.0</ClientPreviewVersion>
<ClientPreviewSuffixVersion>preview</ClientPreviewSuffixVersion>
<DirectVersion>3.23.1</DirectVersion>
<EncryptionVersion>1.0.0-previewV18</EncryptionVersion>
<EncryptionVersion>1.0.0-previewV19</EncryptionVersion>
<CustomEncryptionVersion>1.0.0-preview02</CustomEncryptionVersion>
<HybridRowVersion>1.1.0-preview3</HybridRowVersion>
<LangVersion>9.0</LangVersion>
Expand Down
8 changes: 8 additions & 0 deletions Microsoft.Azure.Cosmos.Encryption/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

### <a name="1.0.0-previewV19"/> [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.

### <a name="1.0.0-previewV18"/> [1.0.0-previewV18](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption/1.0.0-previewV18) - 2021-10-29

#### Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<ItemGroup>
<AdditionalFiles Include="..\..\Microsoft.Azure.Cosmos\src\stylecop.json" Link="stylecop.json" />
</ItemGroup>

<ItemGroup Condition=" '$(SdkProjectRef)' != 'True' ">
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.22.0-preview" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.23.0-preview" />
</ItemGroup>

<ItemGroup Condition=" '$(SdkProjectRef)' == 'True' ">
Expand Down

0 comments on commit db00659

Please sign in to comment.