The Azure SDK team is pleased to announce our May 2022 client library releases.

3 packages released this month.

Stable Packages (1)

  • Core

Beta Packages (2)

  • Attestation

  • Identity

Release highlights

Attestation 1.0.0-beta.2 Changelog

Breaking Changes

  • Renamed AttestationOpenIdMetadata type to OpenIdMetadata.
  • Renamed AttestationSigningCertificateResult type to TokenValidationCertificateResult to more accurately reflect the purpose of the type.
  • Removed the AttestationTokenBase class and moved its contents to the AttestationToken class.
  • Empty AttestationToken types are now represented with AttestationToken<void> rather than AttestationToken<> to more idiomatically express the idea of a nullable attestation token.
  • Renamed RuntimeClaims field to RunTimeClaims to align with InitTimeClaims type name; standardized spelling of InitTimeClaims.
  • Changed input parameter to AttestTpm to be AttestTpmOptions instead of std::string.
  • Changed output parameter of AttestTpm to be TpmAttestationResult instead of std::string.
  • Renamed AttestationTokenValidationOptions::ValidationTimeSlack to AttestationTokenValidationOptions::TimeValidationSlack to improve consistency with other attestation SDKs.
  • Removed the unused AttestationValidationCollateral API.
  • Renamed AttestOptions to AttestEnclaveOptions
  • Renamed TokenValidationOptions field in various API Options structures to be TokenValidationOptionsOverride to better reflect the semantics of the field.
  • Renamed PolicyCertificate types to IsolatedMode.
  • PolicyCertificateModificationResult becomes IsolatedModeCertificateModificationResult
  • PolicyCertificateListResult becomes IsolatedModeCertificateListResult
  • GetPolicyManagementCertificateOptions becomes GetIsolatedModeCertificatesOptions
  • AddPolicyManagementCertificatesOptions becomes AddIsolatedModeCertificatesOptions
  • RemovePolicyManagementCertificatesOptions becomes RemoveIsolatedModeCertificatesOptions
  • AttestationAdministrationClient::GetPolicyManagementCertificates becomes AttestationAdministrationClient::GetIsolatedModeCertificates.
  • AttestationAdministrationClient::AddPolicyManagementCertificate becomes AttestationAdministrationClient::AddIsolatedModeCertificate.
  • AttestationAdministrationClient::RemovePolicyManagementCertificate becomes AttestationAdministrationClient::RemoveIsolatedModeCertificate.
  • Removed ClientVersion API from AttestationClient and AttestationAdministrationClient

Core 1.6.0 Changelog

Bugs Fixed

  • [#3537] Updated field type CurlTransportOptions.Proxy from std::string to Azure::Nullable<std::string>. This allows libcurl to ignore the proxy settings from the environment when the string is empty.
  • [#3548], [#1098] Improve performance of the Http transport on Windows by reusing the same session handle across all requests.

Features Added

  • Add Azure::Core::Http::Request constructor overload to support payload and non-buffered response.

Identity 1.3.0-beta.2 Changelog

Features Added

  • Added ClientCertificateCredential, and updated EnvironmentCredential to support client certificate authentication.

Latest Releases

View all the latest versions of C++ packages here.

Installation Instructions

To install any of our packages, copy and paste the following commands into a terminal:

# From Source
git clone https://github.com/Azure/azure-sdk-for-cpp
# git checkout <tag_name>
# For example:
git checkout azure-storage-blobs_12.0.0

Feedback

If you have a bug or feature request for one of the libraries, please post an issue to GitHub.