diff --git a/releases/2019-12/2019-12-java.md b/releases/2019-12/2019-12-java.md index 9f95778509..354776a7bf 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