Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Monitor.OpenTelemetry.AspNetCore_1.4.0-beta.1

22 Oct 21:37
0d709bb

Choose a tag to compare

1.4.0-beta.1 (2025-10-21)

Features Added

  • Added support for configuring sampling via OpenTelemetry environment
    variables:
    • OTEL_TRACES_SAMPLER (supported values: microsoft.rate_limited,
      microsoft.fixed_percentage).
    • OTEL_TRACES_SAMPLER_ARG (rate limit in traces/sec for
      microsoft.rate_limited, sampling ratio 0.0 - 1.0 for
      microsoft.fixed_percentage).
      (#52720)
  • Added handling of stable database client span semantic conventions
    (#53050)
  • Added new performance monitoring capabilities to help track application health and resource usage. Newly added metrics:
    • \.NET CLR Exceptions(??APP_CLR_PROC??)\# of Exceps Thrown / sec
    • \ASP.NET Applications(??APP_W3SVC_PROC??)\Requests/Sec;
    • \Process(??APP_WIN32_PROC??)\% Processor Time"
    • \Process(??APP_WIN32_PROC??)\% Processor Time Normalized
    • \Process(??APP_WIN32_PROC??)\Private Bytes
      (#52705)
  • Added built-in monitoring to track SDK performance and health. Emitted metrics:
    • preview.item.success.count
    • preview.item.dropped.count
    • preview.item.retry.count
      (#53010)
  • Add enduser.pseudo.id as ai.user.id
    (#52722)
  • Add ai.location.ip mapping for all telemetry types (#52211)

Azure.Storage.DataMovement_12.3.0

21 Oct 21:52
76fbe99

Choose a tag to compare

12.3.0 (2025-10-21)

Breaking Changes

  • [BREAKING BEHAVIOR CHANGE] Transfers that are in a Paused or Completed state will now throw an ArgumentException when attempting to call PauseAsync on them. Before transfers in a Paused or Completed state would not throw an exception when calling PauseAsync.

Bugs Fixed

  • Resolved memory leak issue with CancellationTokenSource usage not being properly disposed, namely in the following areas:
    • TransferOperation disposes the CancellationTokenSource after transfer reaches a Completed or Paused state
    • TransferManager uses a CancellationTokenSource also does not link theCancellationToken passed to it's methods
    • Removed usage of CancellationTokenSource from handling the chunking of large transfers. This only affects transfers that cannot be completed in one request.
  • Fixed bug where cached referenced TransferOperations from the TransferManager were not being cleared on dispose.
  • Fixed bug where referenced TransferOperation from the transfers stored in the TransferManager after they reach a Completed or Paused state where not being removed.

Azure.Storage.DataMovement.Files.Shares_12.3.0

21 Oct 22:01
76fbe99

Choose a tag to compare

12.3.0 (2025-10-21)

Features Added

  • This release includes all features from 12.3.0-beta.1

Bugs Fixed

  • Resolved memory leak issue with CancellationTokenSource usage not being properly disposed, namely in the following areas:
    • TransferOperation disposes the CancellationTokenSource after transfer reaches a Completed or Paused state
    • TransferManager uses a CancellationTokenSource also does not link theCancellationToken passed to it's methods
    • Removed usage of CancellationTokenSource from handling the chunking of large transfers. This only affects transfers that cannot be completed in one request.
  • Fixed bug where cached referenced TransferOperations from the TransferManager were not being cleared on dispose.
  • Fixed bug where referenced TransferOperation from the transfers stored in the TransferManager after they reach a Completed or Paused state where not being removed.

Azure.Storage.DataMovement.Blobs_12.3.0

21 Oct 22:00
76fbe99

Choose a tag to compare

12.3.0 (2025-10-21)

Bugs Fixed

  • Resolved memory leak issue with CancellationTokenSource usage not being properly disposed, namely in the following areas:
    • TransferOperation disposes the CancellationTokenSource after transfer reaches a Completed or Paused state
    • TransferManager uses a CancellationTokenSource also does not link theCancellationToken passed to it's methods
    • Removed usage of CancellationTokenSource from handling the chunking of large transfers. This only affects transfers that cannot be completed in one request.
  • Fixed bug where cached referenced TransferOperations from the TransferManager were not being cleared on dispose.
  • Fixed bug where referenced TransferOperation from the transfers stored in the TransferManager after they reach a Completed or Paused state where not being removed.

Azure.ResourceManager.ProviderHub_1.2.0

21 Oct 10:18
bfaad78

Choose a tag to compare

1.2.0 (2025-10-21)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.45.0 to 1.49.0
  • Upgraded Azure.ResourceManager from 1.13.0 to 1.13.2
  • Obsoleted property 'IList ResourceAccessRoles' in type Azure.ResourceManager.ProviderHub.Models.ResourceProviderManagement

Azure.ResourceManager.MongoCluster_1.0.0

21 Oct 18:32
e8df0e1

Choose a tag to compare

1.0.0 (2025-10-30)

Features Added

  • Upgraded api-version tag to 'package-2025-09-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/main/specification/mongocluster/resource-manager/Microsoft.DocumentDB/MongoCluster/readme.md#tag-package-2025-09-01.
    • Added DataApi support on MongoClusterProperties
    • Added AuthConfig support on MongoClusterProperties
    • Added Encryption support on MongoClusterProperties
    • Added Identity support on MongoClusterData
    • Added property type to StorageProperties
    • Added model AuthConfigProperties
    • Added model AuthenticationMode
    • Added model CustomerManagedKeyEncryptionProperties
    • Added model DataApiMode
    • Added model DataApiProperties
    • Added model DatabaseRole
    • Added model EncryptionProperties
    • Added model EntraIdentityProvider
    • Added model EntraIdentityProviderProperties
    • Added model EntraPrincipalType
    • Added model IdentityProvider
    • Added model IdentityProviderType
    • Added model KeyEncryptionKeyIdentity
    • Added model KeyEncryptionKeyIdentityType
    • Added model StorageType
    • Added new resource User
    • Added User operations on MongoClusterResource
    • Added model UserProperties
    • Added model UserRole

Azure.ResourceManager.HealthBot_1.2.0

22 Oct 00:46
13b0e90

Choose a tag to compare

1.2.0 (2025-10-22)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.45.0 to 1.49.0
  • Upgraded Azure.ResourceManager from 1.13.0 to 1.13.2

Azure.ResourceManager.TrafficManager_1.2.0-beta.1

21 Oct 05:57
1e2c222

Choose a tag to compare

1.2.0-beta.1 (2025-10-21)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.45.0 to 1.49.0
  • Upgraded Azure.ResourceManager from 1.13.0 to 1.13.2

Microsoft.Azure.WebPubSub.Common_1.5.0

20 Oct 17:53
502e098

Choose a tag to compare

1.5.0 (2025-09-28)

Other Changes

  • Update the dependencies to the latest versions.

Microsoft.Azure.WebJobs.Extensions.EventHubs_6.5.3

21 Oct 00:15
6bcc785

Choose a tag to compare

6.5.3 (2025-10-20)

Bugs Fixed

  • Fixed an issue where a legacy ownership record without checkpoint data was interpreted as a valid checkpoint and used to initialize a partition when no current generation checkpoint was present.