Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions _data/releases/2026-08/cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
entries:
- Name: azure-storage-common
Version: 12.15.0-beta.1
DisplayName: Storage - Common
ServiceName: Storage
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-storage-common_12.15.0-beta.1/sdk/storage/azure-storage-common/CHANGELOG.md
ChangelogContent: |-
#### Features Added

- Bumped up Account SAS version to `2026-10-06`.
- Name: azure-storage-blobs
Version: 12.19.0-beta.1
DisplayName: Storage - Blobs
ServiceName: Storage
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-storage-blobs_12.19.0-beta.1/sdk/storage/azure-storage-blobs/CHANGELOG.md
ChangelogContent: |-
#### Features Added

- Bumped up API version to `2026-10-06`.
- Added support for Apache Arrow response format on `ListBlobs` / `ListBlobsByHierarchy`.
- Added `AccessTier`, `IsAccessTierInferred`, `AccessTierChangedOn`, and `SmartAccessTier` fields
in `DownloadBlobDetails`.
- Added `AdditionalTransactionalContentHash` field in results of write operations
(`UploadBlockBlob`/`FromUri`, `StageBlock`/`FromUri`, `AppendBlock`/`FromUri`,
`UploadPages`/`FromUri`).
Comment on lines +25 to +29
- Name: azure-storage-queues
Version: 12.8.0-beta.1
DisplayName: Storage - Queues
ServiceName: Storage
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-storage-queues_12.8.0-beta.1/sdk/storage/azure-storage-queues/CHANGELOG.md
ChangelogContent: |-
#### Other Changes

- No public changes in this release.
- Name: azure-storage-files-shares
Version: 12.19.0-beta.1
DisplayName: Storage - Files Share
ServiceName: Storage
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-storage-files-shares_12.19.0-beta.1/sdk/storage/azure-storage-files-shares/CHANGELOG.md
ChangelogContent: |-
#### Features Added

- Bumped up API version to `2026-10-06`.
- Added `ShareFileClient::GetAllRangeList` and `ShareFileClient::GetAllRangeListDiff`, paged
variants of `GetRangeList` / `GetRangeListDiff`.
- Name: azure-storage-files-datalake
Version: 12.17.0-beta.1
DisplayName: Storage - Files Data Lake
ServiceName: Storage
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-storage-files-datalake_12.17.0-beta.1/sdk/storage/azure-storage-files-datalake/CHANGELOG.md
ChangelogContent: |-
#### Other Changes

- Updated the default concurrency for upload and download operations. It now scales with the number of hardware threads available, clamped between 8 and 96 (previously a fixed value of 5).

Loading