azure-sdk-for-cpp/sdk/keyvault/azure-security-keyvault-certificates/CHANGELOG.md
gearama 9b94fc3f72
Kv april releases (#6508)
* april releases

* changelogs

* fds

* fds

* Update sdk/keyvault/azure-security-keyvault-keys/CHANGELOG.md

Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>

* sadasfsd

---------

Co-authored-by: Larry Osterman <LarryOsterman@users.noreply.github.com>
2025-04-08 09:42:30 -07:00

2.1 KiB

Release History

4.3.0-beta.3 (2025-04-08)

Bugs Fixed

  • Allow the ApiVersion field within CertificateClientOptions to be settable.

Other Changes

  • Use generated code to replace hand written client.

4.3.0-beta.2 (2024-06-11)

Other Changes

  • Relocated samples to the samples directory.
  • Updated the README.md file with the latest information.
  • Updated samples.

4.3.0-beta.1 (2024-04-09)

Features Added

  • Updated to API version 7.5.

4.2.1 (2024-01-16)

Bugs Fixed

  • [#4754] Thread safety for authentication policy.

4.2.0 (2023-05-09)

Features Added

  • Added support for challenge-based and multi-tenant authentication.

4.2.0-beta.1 (2023-04-11)

Features Added

  • Added support for challenge-based and multi-tenant authentication.

4.1.0 (2022-10-11)

Features Added

  • Keyvault 7.3 support added for Certificates.

4.1.0-beta.1 (2022-07-07)

Features Added

  • Keyvault 7.3 support added for Certificates.

Breaking Changes

  • Removed ServiceVersion type, replaced with ApiVersion field in the CertificateClientOptions type.

4.0.0 (2022-06-07)

Breaking Changes

  • Renamed keyvault_certificates.hpp to certificates.hpp.

4.0.0-beta.2 (2022-03-08)

Breaking Changes

  • Updated CreateCertificateOperation.PollUntilDone() (returned from StartCreateCertificate()) to return the operation status instead of the newly created certificate.

4.0.0-beta.1 (2021-11-09)

New Features

  • Initial beta release of Azure Security Key Vault Certificates API for CPP.
    • Added Azure::Security::KeyVault::Certificates::CertificateClient for get, create, list, delete, backup, restore, and import certificate operations.
    • Added high-level and simplified keyvault_certificates.hpp file for simpler include experience for customers.
    • Added model types which are returned from the CertificateClient operations, such as Azure::Security::KeyVault::Certificates::KeyVaultCertificate.