github Azure/azure-sdk-for-net Azure.Storage.Common_12.27.0-beta.1

latest releases: Azure.Storage.Files.DataLake_12.26.0-beta.1, Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.60, Azure.Storage.Blobs.Batch_12.25.0-beta.1...
pre-release14 hours ago

12.27.0-beta.1 (2026-01-20)

Features Added

  • This release contains bug fixes to improve quality.

Other Changes

  • Changed the default concurrency upload count from 5 to Math.Clamp(Environment.ProcessorCount * 2, 8, 32). This controls the maximum number of concurrent tasks that will be used during large uploads, and this change should result in higher throughput for these operations by default in most environments. This can be reverted by enabling "Azure.Storage.UseLegacyDefaultConcurrency" in the AppContext switch or "AZURE_STORAGE_USE_LEGACY_DEFAULT_CONCURRENCY" in the environment variable.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.