Skip to content

Releases: Azure/azure-sdk-for-cpp

azure-security-keyvault-certificates_4.2.1

16 Jan 23:58
1d22b9b

Choose a tag to compare

4.2.1 (2024-01-16)

Bugs Fixed

  • [#4754] Thread safety for authentication policy.

azure-security-keyvault-administration_4.0.0-beta.4

16 Jan 23:58
1d22b9b

Choose a tag to compare

4.0.0-beta.4 (2024-01-16)

Bugs Fixed

  • [#4754] Thread safety for authentication policy.

azure-data-tables_1.0.0-beta.1

16 Jan 22:34
09b3f81

Choose a tag to compare

Pre-release

1.0.0-beta.1 (2024-01-16)

Features Added

  • Initial release.

azure-core_1.11.0

11 Jan 22:54
03de1fb

Choose a tag to compare

1.11.0 (2024-01-11)

Features Added

  • Added 'OPTIONS' HTTP method to Azure::Core::Http::HttpMethod enum.
  • Added TLS 1.3 support to WinHTTP transport.
  • Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
  • [#4983] Added support for setting CURLOPT_CAPATH libcurl option on Linux. (A community contribution, courtesy of phoebusm)

Bugs Fixed

  • [#5172] Azure::Nullable::Emplace() does not set HasValue() to true.
  • [#5130] Url::AppendPath() and Url::SetPath() may end up with a double slash at the beginning of a path.
  • [#5007] Some versions of GCC no longer include stdint.h in cstdint.

Other Changes

  • [#4756] BearerTokenAuthenticationPolicy now uses shared mutex lock for read operations.

Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

azure-messaging-eventhubs_1.0.0-beta.5

11 Jan 22:55
03de1fb

Choose a tag to compare

Pre-release

1.0.0-beta.5 (2024-01-11)

Breaking Changes

  • EventHub ConsumerClient and ProcessorClient objects now return pointers to EventData objects instead of EventData objects by value.

azure-identity_1.7.0-beta.1

11 Jan 23:05
23af331

Choose a tag to compare

Pre-release

1.7.0-beta.1 (2024-01-11)

Features Added

  • [#5116] AzureCliCredential: Added support for the new response field which represents token expiration timestamp as time zone agnostic value.

Bugs Fixed

  • [#5075] AzureCliCredential assumes token expiration time without local time zone adjustment.

Other Changes

  • [#5141] Added error response details to the AuthenticationException thrown when the authority host returns error response.

azure-core-amqp_1.0.0-beta.6

11 Jan 22:56
03de1fb

Choose a tag to compare

Pre-release

1.0.0-beta.6 (2024-01-11)

Features Added

  • AMQP Value reference counts are now atomic, this fixes several AMQP related crashes.

Breaking Changes

  • MessageReceiver returns a pointer to the received message instead of a copy.

Bugs Fixed

  • Fixed several memory leaks.
  • AMQP Link Credits now work as expected.
  • Integrated the fix for NVD - CVE-2024-21646.

azure-identity_1.6.0

11 Nov 06:24
41b3df3

Choose a tag to compare

1.6.0 (2023-11-10)

Features Added

  • Added WorkloadIdentityCredential.
  • When one of the credentials within DefaultAzureCredential is successful, it gets re-used during all subsequent attempts to get the token.
  • Updated ClientSecretCredentialOptions and ClientCertificateCredentialOptions to read the default value for the authority host option from the environment variable first.

Breaking Changes

  • Add WorkloadIdentityCredential to the DefaultAzureCredential.

Bugs Fixed

  • Do not throw an exception during AzureCliCredential construction, but rather delay it to the GetToken() call.
  • Harden checks for the tenant ID.
  • Disallow space character when validating tenant id and scopes as input for AzureCliCredential.
  • Add authority host url validation to reject non-HTTPS schemes.
  • [#4084] Remove OpenSSL dependency on Windows. (A community contribution, courtesy of teo-tsirpanis)

Other Changes

  • Add default values to some WorkloadIdentityCredentialOptions fields such as authority host by reading them from the environment.
  • Add logging to WorkloadIdentityCredential to help with debugging.
  • Create separate lists of characters that are allowed within tenant ids and scopes in AzureCliCredential.

Acknowledgments

Thank you to our developer community members who helped to make Azure Identity better with their contributions to this release:

azure-storage-queues_12.2.0

08 Nov 04:59
6cae0c7

Choose a tag to compare

12.2.0 (2023-11-07)

Features Added

  • New features in 12.2.0-beta.1 are now generally available.

azure-storage-files-shares_12.8.0

08 Nov 04:41
6cae0c7

Choose a tag to compare

12.8.0 (2023-11-07)

Features Added

  • Features in 12.8.0-beta.1 are now generally available.
  • Fixed a bug where the x-ms-file-request-intent request header was not being sent for ShareFileClient::UploadRangeFromUri.