Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Identity_1.18.0-beta.2
1.18.0-beta.2 (2025-11-19)
Other Changes
- Updated
Microsoft.Identity.ClientandMicrosoft.Identity.Client.Extensions.Msaldependencies to version 4.78.0.
Azure.ResourceManager.Elastic_1.1.0
1.1.0 (2025-11-14)
Features Added
- Upgraded api-version to '2025-06-01'.
- Make
Azure.ResourceManager.ElasticAOT-compatible.
Bugs Fixed
- Fixed serialization issue in
ElasticCloudDeploymentwhereElasticsearchServiceUri,KibanaServiceUri, andKibanaSsoUriproperties would throwInvalidOperationExceptionwhen containing relative URIs. Added custom serialization hooks to handle both absolute and relative URIs by usingOriginalStringfor relative URIs instead ofAbsoluteUri. This resolves issue #50974.
Azure.ResourceManager.Cdn_1.5.1
1.5.1 (2025-11-18)
Features Added
- Enabled
WirePathattributes for all properties in this library.
Azure.ResourceManager.Monitor_1.4.0-beta.4
1.4.0-beta.4 (2025-11-18)
Features Added
- Updated azure monitor metric alert APIs to version
2024-03-01-preview.
Azure.AI.VoiceLive_1.1.0-beta.1
1.1.0-beta.1 (2025-11-14)
Features Added
- WebSocket Content Logging: Added comprehensive content logging for WebSocket operations following Azure SDK diagnostic patterns
- Introduced
AzureVoiceLiveEventSourcefor WebSocket event logging with consistent event IDs and levels - Added
VoiceLiveWebSocketContentLoggerthat integrates with Azure SDKDiagnosticsOptions - WebSocket connection lifecycle events (open/close) logged at
Informationallevel - Message operations (send/receive) logged at
Informationallevel with optional content atVerboselevel - Error events logged at
Warninglevel with error content atInformationallevel - Content size truncation respects
DiagnosticsOptions.LoggedContentSizeLimit - Unified event listener experience works alongside Azure.Core HTTP logging
- Introduced
- Enhanced Samples: Added
ContentLoggingSample.csandUnifiedEventListener.csdemonstrating WebSocket content logging integration
Other Changes
- Updated test infrastructure with comprehensive content logging test coverage
- Added test environment configuration for AI Services integration
- Enhanced WebSocket helper classes to support diagnostic logging
Azure.AI.Projects_1.2.0-beta.4
1.2.0-beta.4 (2025-11-17)
Bugs Fixed
- Fixed an issue preventing telemetry from being logged.
Azure.AI.Projects.OpenAI_1.0.0-beta.4
1.0.0-beta.4 (2025-11-17)
Features Added
This change updates the baseline OpenAI dependency to the latest 2.7.0 official version. For inherited details, please see the OpenAI .NET changelog.
Breaking Changes
Transitive from upgrade to System.ClientModel 1.8.1:
- The extension
StructuredInputsonResponseCreationOptionswill now correctly return aBinaryDatainstance with enclosing quotes included when retrieving an encoded string value
Azure.Storage.Queues_12.25.0-beta.1
12.25.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
- Added support for User Delegation SAS.
- Added support for Principal-Bound Identity User Delegation SAS.
Azure.Storage.Files.Shares_12.25.0-beta.1
12.25.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
- Added support for User Delegation SAS.
- Added support for Principal-Bound Identity User Delegation SAS.
- Added support for the ShareServiceProperties.Protocol.SMB.EncryptionInTransit parameter on ShareServiceClient.SetProperties() and .SetPropertiesAsync().
Azure.Storage.Files.DataLake_12.25.0-beta.1
12.25.0-beta.1 (2025-11-17)
Features Added
- Added support for service version 2026-02-06.
- Added support for Principal-Bound Identity User Delegation SAS
- Added support for the StartFrom parameter on DataLakeFileSystemClient.GetPaths() and .GetPathsAsync().