Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Storage.Files.DataLake_12.22.0-beta.1

11 Feb 17:42
37f769a
Compare
Choose a tag to compare

12.22.0-beta.1 (2025-02-11)

Features Added

  • Added support for service version 2025-05-05.

Azure.Storage.Common_12.23.0-beta.1

11 Feb 17:22
37f769a
Compare
Choose a tag to compare
Pre-release

12.23.0-beta.1 (2025-02-11)

Features Added

  • This release contains bug fixes to improve quality.

Azure.Storage.Blobs_12.24.0-beta.1

11 Feb 17:32
37f769a
Compare
Choose a tag to compare
Pre-release

12.24.0-beta.1 (2025-02-11)

Features Added

  • Added support for service version 2025-05-05.

Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.53

11 Feb 17:42
37f769a
Compare
Choose a tag to compare

12.0.0-preview.53 (2025-02-11)

Features Added

  • Added support for service version 2025-05-05.

Azure.Storage.Blobs.Batch_12.21.0-beta.1

11 Feb 17:42
37f769a
Compare
Choose a tag to compare

12.21.0-beta.1 (2025-02-11)

Features Added

  • Added support for service version 2025-05-05.

Azure.ResourceManager.ContainerRegistry_1.3.0-beta.2

11 Feb 08:47
37f769a
Compare
Choose a tag to compare

1.3.0-beta.2 (2025-01-24)

Features Added

Azure.Messaging.EventHubs_5.12.0-beta.2

11 Feb 20:58
38f8464
Compare
Choose a tag to compare
Pre-release

5.12.0-beta.2 (2025-02-11)

Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:

Features Added

  • Support for the Event Hubs geographic data replication feature has been enabled. Checking for whether or not this feature is enabled for your namespace can be done by querying for Event Hub properties using EventHubProducerClient or EventHubConsumerClient and referencing the the IsGeoReplicationEnabled property of the result.

    As part of this feature, the type of offset-related data has been changed from long to string to align with changes to the Event Hubs service API. To preserve backwards compatibility, the existing offset-related members have not been changed, and new members with names similar to OffsetString and string-based parameters for method overloads have been introduced.

    The long-based offset members will continue to work for Event Hubs namespaces that do not have GeoDR replication enabled, but are discouraged for use and have been marked as obsolete.

    Obsoleted properties:

    Obsoleted method overloads:

Bugs Fixed

  • Querying runtime data and other management operations will now correctly guards against the race condition where an AMQP link is in the process of closing as the operation attempts to use it. These errors will now properly be classified as retriable as they are for producer and consumer operations.

  • Fixed an obscure edge case in the EventHubBufferedProducer client where an obscure race condition when flushing/enqueuing events concurrently with disposing the producer could cause a semaphore to be released inappropriately. This error superseded the TaskCanceledException that should have been surfaced.

Other Changes

  • Added annotations to make the package compatible with trimming and native AOT compilation.

  • Added Event Hub name to processor load balancing logs for additional context. (A community contribution, courtesy of tovyhnal)

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.9, which contains several bug fixes. (see: commits)

Azure.Messaging.EventHubs.Processor_5.12.0-beta.2

11 Feb 22:50
c1c7307
Compare
Choose a tag to compare

5.12.0-beta.2 (2025-02-11)

Acknowledgments

Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:

Features Added

  • Support for the Event Hubs geographic data replication feature has been enabled. Checking for whether or not this feature is enabled for your namespace can be done by querying for Event Hub properties using EventHubProducerClient or EventHubConsumerClient and referencing the the IsGeoReplicationEnabled property of the result.

    As part of this feature, the type of offset-related data has been changed from long to string to align with changes to the Event Hubs service API. To preserve backwards compatibility, the existing offset-related members have not been changed, and new members with names similar to OffsetString and string-based parameters for method overloads have been introduced.

    The long-based offset members will continue to work for Event Hubs namespaces that do not have GeoDR replication enabled, but are discouraged for use and have been marked as obsolete.

    Obsoleted properties:

    Obsoleted method overloads:

Other Changes

  • Added annotations to make the package compatible with trimming and native AOT compilation.

  • Added Event Hub name to processor load balancing logs for additional context. (A community contribution, courtesy of tovyhnal)

  • Updated the Microsoft.Azure.Amqp dependency to 2.6.9, which contains several bug fixes. (see: commits)

Azure.Identity_1.14.0-beta.1

11 Feb 18:08
c442676
Compare
Choose a tag to compare
Pre-release

1.14.0-beta.1 (2025-02-11)

Features Added

  • Added a Subscription property to AzureCliCredentialOptions to allow specifying the Azure subscription ID or name to use when authenticating with the Azure CLI.

Bugs Fixed

  • Null or empty responses from IMDS probe attempts will now fall through to the next credential in the chain (#47844)

Other Changes

  • AzurePowerShellCredential no longer relies on APIs that are not available in Constrained Language Mode.

Azure.Communication.Messages_1.2.0-beta.1

11 Feb 21:12
7ddc72c
Compare
Choose a tag to compare

1.2.0-beta.1 (2025-02-11)

Features Added

  • Added Interactive Message.
  • Added Reaction Message.
  • Added Sticker Message.
  • Exposed JsonModelWriteCore for model serialization procedure.