Releases: Azure/azure-sdk-for-net
Azure.Storage.Files.DataLake_12.22.0-beta.1
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
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
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
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
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
1.3.0-beta.2 (2025-01-24)
Features Added
- Upgraded api-version tag from 'package-2023-01-preview' to 'package-2024-11-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/0a27976a58c16279e827bda36004d1b74b3d922a/specification/containerregistry/resource-manager/readme.md.
Azure.Messaging.EventHubs_5.12.0-beta.2
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:
- tovyhnal (GitHub)
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
orEventHubConsumerClient
and referencing the theIsGeoReplicationEnabled
property of the result.As part of this feature, the type of offset-related data has been changed from
long
tostring
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 toOffsetString
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 theTaskCanceledException
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
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:
- tovyhnal (GitHub)
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
orEventHubConsumerClient
and referencing the theIsGeoReplicationEnabled
property of the result.As part of this feature, the type of offset-related data has been changed from
long
tostring
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 toOffsetString
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
1.14.0-beta.1 (2025-02-11)
Features Added
- Added a
Subscription
property toAzureCliCredentialOptions
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
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.