Merge pull request #3 from johnnypham/release-notes
0.2.0-preview release notes
This commit is contained in:
Коммит
9144e359f8
|
@ -0,0 +1,27 @@
|
|||
# Microsoft.Data.Encryption.Cryptography Release Notes
|
||||
|
||||
The latest preview release is [Microsoft.Data.Encryption.Cryptography 0.2.0-preview](preview).
|
||||
|
||||
## Release Information
|
||||
|
||||
- [Microsoft.Data.Encryption.Cryptography 0.2.0-preview](preview)
|
||||
- [Microsoft.Data.Encryption.Cryptography 0.1.0-preview](preview)
|
||||
|
||||
# Microsoft.Data.Encryption.FileEncryption Release Notes
|
||||
|
||||
The latest preview release is [Microsoft.Data.Encryption.FileEncryption 0.2.0-preview](preview).
|
||||
|
||||
## Release Information
|
||||
|
||||
- [Microsoft.Data.Encryption.FileEncryption 0.2.0-preview](preview)
|
||||
- [Microsoft.Data.Encryption.FileEncryption 0.1.0-preview](preview)
|
||||
|
||||
|
||||
# Microsoft.Data.Encryption.AzureKeyVaultProvider Release Notes
|
||||
|
||||
The latest preview release is [Microsoft.Data.Encryption.AzureKeyVaultProvider 0.2.0-preview](preview).
|
||||
|
||||
## Release Information
|
||||
|
||||
- [Microsoft.Data.Encryption.AzureKeyVaultProvider 0.2.0-preview](preview)
|
||||
- [Microsoft.Data.Encryption.AzureKeyVaultProvider 0.1.0-preview](preview)
|
|
@ -0,0 +1,67 @@
|
|||
# Release Notes
|
||||
|
||||
## Microsoft.Data.Encryption.Cryptography 0.2.0-preview released Mar 25 2021
|
||||
|
||||
This update brings the below changes over the previous preview release:
|
||||
|
||||
### Fixed
|
||||
* Modified the `TimeToLive` property of `PlaintextDataEncryptionKey` and `ProtectedDataEncryptionKey` to be static
|
||||
|
||||
### Target Platform Support
|
||||
|
||||
* .NET Framework 4.6+
|
||||
* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
|
||||
|
||||
### Dependencies
|
||||
|
||||
#### .NET Framework
|
||||
|
||||
* Microsoft.Extensions.Caching.Memory 1.1.2
|
||||
* System.Text.Encoding.CodePages 5.0.0
|
||||
* Microsoft.Identity.Client 3.0.8
|
||||
|
||||
#### .NET Standard
|
||||
|
||||
* Microsoft.Extensions.Caching.Memory 3.1.7
|
||||
* System.Text.Encoding.CodePages 5.0.0
|
||||
|
||||
## Microsoft.Data.Encryption.FileEncryption 0.2.0-preview released Mar 25 2021
|
||||
|
||||
This update brings the below changes over the previous preview release:
|
||||
|
||||
### Fixed
|
||||
* Fixed a bug where decrypting data in a Parquet file threw an IndexOutOfRangeException
|
||||
|
||||
### Target Platform Support
|
||||
|
||||
* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
|
||||
|
||||
### Dependencies
|
||||
|
||||
#### .NET Standard
|
||||
|
||||
* Microsoft.Data.Encryption.Cryptography 0.2.0-pre
|
||||
* Newtonsoft.Json 12.0.3
|
||||
* Parquet.Net 3.7.7
|
||||
* System.Threading.Tasks.Dataflow 5.0.0
|
||||
|
||||
## Microsoft.Data.Encryption.AzureKeyVaultProvider 0.2.0-preview released Mar 25 2021
|
||||
|
||||
This update brings the below changes over the previous preview release:
|
||||
|
||||
### Fixed
|
||||
* Fixed a bug where key version was ignored
|
||||
|
||||
### Target Platform Support
|
||||
|
||||
* .NET Standard 2.0+ (Windows x86, Windows x64, Linux, macOS)
|
||||
|
||||
### Dependencies
|
||||
|
||||
#### .NET Standard
|
||||
|
||||
* Azure.Core 3.1.7
|
||||
* Azure.Security.KeyVault.Keys 5.0.0
|
||||
* Microsoft.Data.Encryption.Cryptography 0.2.0-pre
|
||||
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
# Microsoft.Data.Encryption.Cryptography Preview Releases
|
||||
|
||||
The following Microsoft.Data.Encryption.Cryptography preview releases have been shipped:
|
||||
|
||||
| Release Date | Description | Notes |
|
||||
| :-- | :-- | :--: |
|
||||
| 2021/03/25 | 0.2.0-preview | [release notes](0.2.0-preview.md) |
|
||||
| 2021/01/05 | 0.1.0-preview | |
|
||||
|
||||
# Microsoft.Data.Encryption.Encryption.FileEncryption Preview Releases
|
||||
|
||||
The following Microsoft.Data.Encryption.FileEncryption preview releases have been shipped:
|
||||
|
||||
| Release Date | Description | Notes |
|
||||
| :-- | :-- | :--: |
|
||||
| 2021/03/25 | 0.2.0-preview | [release notes](0.2.0-preview.md) |
|
||||
| 2021/01/05 | 0.1.0-preview | |
|
||||
|
||||
|
||||
# Microsoft.Data.Encryption.AzureKeyVaultProvider Preview Releases
|
||||
|
||||
The following Microsoft.Data.Encryption.AzureKeyVaultProvider preview releases have been shipped:
|
||||
|
||||
| Release Date | Description | Notes |
|
||||
| :-- | :-- | :--: |
|
||||
| 2021/03/25 | 0.2.0-preview | [release notes](0.2.0-preview.md) |
|
||||
| 2021/01/05 | 0.1.0-preview | |
|
Загрузка…
Ссылка в новой задаче