From 361e9598a40a2ac23fd8c91ddf66500e4e03c53e Mon Sep 17 00:00:00 2001 From: Vinay Gera Date: Tue, 10 Dec 2019 02:38:42 +0530 Subject: [PATCH] Update KV Release in 2019-12-java.md (#845) update java KV release notes --- releases/2019-12/2019-12-java.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/releases/2019-12/2019-12-java.md b/releases/2019-12/2019-12-java.md index 9f957785091..354776a7bfa 100644 --- a/releases/2019-12/2019-12-java.md +++ b/releases/2019-12/2019-12-java.md @@ -29,19 +29,19 @@ To use the GA and preview libraries, refer to the Maven dependency information b com.azure azure-security-keyvault-certificates - 4.0.0-preview.5 + 4.0.0-beta.6 com.azure - azure-security-keyvault-keys - 4.0.0 + azure-security-keyvault-secrets + 4.0.1 com.azure azure-security-keyvault-keys - 4.0.0 + 4.0.1 @@ -135,6 +135,12 @@ Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here `EventHubProducerClient`. - Consumer and producer clients are no longer bound to a single partition. - `EventProcessorClient` is created and configured through `EventProcessorClientBuilder`. + +### Keyvault Certificates +- The public API surface, including members and parameters, have had adjustments to their naming and organization to improve discoverability, provide better context to developers. For more details. please see the [KeyVault Certificates](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md#400-beta6-2019-12-04) + +### Keyvault Keys +- Added the backend support in KeyEncryptionKeyClient to parse and use Symmetric Keys stored as a secret in the key vault for cryptography operations. For more details. please see the [KeyVault Keys](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md#401-2019-12-06) ### Storage Blob - Optimized `downloadToFile` to avoid an unnecessary `getProperties` call and to lock on an ETag once the operation has