Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.75 KB

KVCertsChangelog.md

File metadata and controls

28 lines (24 loc) · 1.75 KB

Release History

4.0.0-preview.3 (2019-09-09)

For details on the Azure SDK for Java (August 2019 Preview) release refer to the release announcement.

This library is not a direct replacement for certificates management operations from microsoft-azure-keyvault. Applications using that library would require code changes to use azure-keyvault-certificates. This package's documentation and samples demonstrate the new API.

Features Added

  • Packages scoped by functionality
    • azure-keyvault-keys contains a KeyClient and KeyAsyncClient for key operations, azure-keyvault-secrets contains a SecretClient and SecretAsyncClient for secret operations, azure-keyvault-certificates contains a CertificateClient and CertificateAsyncClient for certificate operations
  • Client instances are scoped to vaults (an instance interacts with one vault only)
  • Reactive streams support using Project Reactor.
  • Authentication using azure-identity credentials
  • Added support for HTTP challenge based authentication, allowing clients to interact with vaults in sovereign clouds.