Skip to content

Commit 2e9f047

Browse files
authored
Core and Identity June Beta releases (#6605)
Co-authored-by: Anton Kolesnyk <[email protected]>
1 parent 2957f81 commit 2e9f047

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
# Release History
22

3-
## 1.16.0-beta.1 (Unreleased)
3+
## 1.16.0-beta.1 (2025-06-05)
44

55
### Features Added
66

77
- [[#6535]](https://github.com/Azure/azure-sdk-for-cpp/issues/6535) Enable SSL caching for libcurl transport by default, which is backwards compatible behavior with older libcurl versions, so using the default settings won't result in transport error when using libcurl >= 8.12. The option is controlled by `CurlTransportOptions::EnableCurlSslCaching`, and is on by default. (A community contribution, courtesy of _[sushshring](https://github.com/sushshring)_)
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
- [[#4952]](https://github.com/Azure/azure-sdk-for-cpp/issues/4952) Improved HTTP Transport implementations' request timeouts to not exceed context deadlines.
14-
159
### Other Changes
1610

11+
- [[#4952]](https://github.com/Azure/azure-sdk-for-cpp/issues/4952) Added internal support to pass connection timeout via context.
12+
1713
### Acknowledgments
1814

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

sdk/identity/azure-identity/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Release History
22

3-
## 1.12.0-beta.1 (Unreleased)
3+
## 1.12.0-beta.1 (2025-06-05)
44

55
### Features Added
66

77
- Added support for the `AZURE_TOKEN_CREDENTIALS` environment variable to `DefaultAzureCredential`, which allows for choosing between 'deployed service' and 'developer tool' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210

1311
- [[#4952]](https://github.com/Azure/azure-sdk-for-cpp/issues/4952) Fixed `ManagedIdentityCredential` to fail fast if IMDS authentication is not available.

0 commit comments

Comments
 (0)