Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.57
12.0.0-preview.57 (2025-10-13)
Features Added
- This release contains bug fixes to improve quality.
Azure.AI.Agents.Persistent_1.2.0-beta.6
Azure.Search.Documents_11.7.0
11.7.0 (2025-10-09)
Features Added
- Added support for
2025-09-01service version. - Support for reranker boosted scores in search results and the ability to sort results on either reranker or reranker boosted scores in
SemanticConfiguration.RankingOrder. - Support for
VectorSearchCompression.RescoringOptionsto configure how vector compression handles the original vector when indexing and how vectors are used during rescoring. - Added
SearchIndex.Descriptionto provide a textual description of the index. - Support for
LexicalNormalizerwhen definingSearchIndex,SimpleField, andSearchableFieldand the ability to use it when analyzing text withSearchIndexClient.AnalyzeText. - Support
DocumentIntelligenceLayoutSkillskillset skill andOneLakeSearchIndexerDataSourceConnectiondata source. - Support for
QueryDebugModein searching to retrieve detailed information about search processing. Only vector is supported forQueryDebugMode.
Breaking Changes
VectorSearchCompression.RerankWithOriginalVectorsandVectorSearchCompression.DefaultOversamplingdon't work with
2025-09-01and were replaced byVectorSearchCompression.RescoringOptions.EnabledRescoringand
VectorSearchCompression.RescoringOptions.DefaultOversampling. If using2024-07-01continue using the old properties,
otherwise if using2025-09-01use the new properties inRescoringOptions.
Azure.ResourceManager.Authorization_1.1.6
1.1.6 (2025-11-09)
Other Changes
- Support the case where the delegatedManagedIdentityResourceId of RoleAssignment may be an empty string rather than null.
Azure.ResourceManager.AppContainers_1.5.0
1.5.0 (2025-10-09)
Features Added
- Upgraded api-version tag 'package-2024-03' to 'package-2025-01-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/33a2135c8115465b292b71a521ea50c1cc336c8c/specification/app/resource-manager/Microsoft.App/ContainerApps/readme.md.
- Support Logic App Extension
- Support async for connected environment sub resources
- Support ingressConfiguration
- Support advanced ingress
- Support private endpoint connections for managed environment
- Support app health check configuration for DAPR
- Support key vault for environment storage
Azure.Identity_1.17.0
1.17.0 (2025-10-07)
Bugs Fixed
- TenantId is now configured via MSAL's
WithTenantIdinstead ofWithTenantIdFromAuthorityto prevent malformed Uris to the authority.
Other Changes
- Deprecated
BrowserCustomizationOptions.UseEmbeddedWebViewproperty. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.
Azure.Communication.Email_1.1.0
1.1.0 (2025-10-01)
Features Added
- Consumers can now provide a value for the
ContentIdproperty when sending emails with attachments.
This allows consumers to reference attachments in the email body using thecidscheme. TheContentIdproperty can be set on theEmailAttachmentobject.
Azure.AI.OpenAI_2.5.0-beta.1
2.5.0-beta.1 (2025-10-03)
This update restores compatibility with the latest 2.5.0 release of OpenAI and enables access to the latest features. For details, please see the full OpenAI 2.5.0 release notes.
Features Added
- A substantial number of new features are carried forward from the
OpenAIlibrary. Please see the full OpenAI 2.5.0 release notes for details.
Azure.AI.VoiceLive_1.0.0
1.0.0 (2025-10-01)
Breaking Changes
-
SessionResponse changes:
- Removed public
Objectproperty (now internal) - Renamed
ModalitiesInternalproperty toModalities - Changed
Voiceproperty type fromBinaryDatato strongly typedVoiceProvider - Changed
MaxOutputTokensproperty type fromBinaryDatato strongly typedMaxResponseOutputTokensOption
- Removed public
-
SessionResponseItem changes:
- Removed public
Objectproperty (now internal)
- Removed public
-
VoiceLiveSessionResponse changes:
- No longer inherits from
VoiceLiveSessionOptions - Constructor changed from internal to public
- Properties now have public setters:
Id,Model,Animation,Instructions,InputAudioSamplingRate,InputAudioFormat,OutputAudioFormat,InputAudioNoiseReduction,InputAudioEchoCancellation,Avatar,InputAudioTranscription,Temperature - Added new read-only properties:
Voice,MaxResponseOutputTokens,ToolChoice,TurnDetection
- No longer inherits from
-
VoiceProvider changes:
- Removed internal
ToBinaryData()method
- Removed internal
Other Changes
- Improved API design by replacing
BinaryDataproperties with strongly typed models for better type safety and developer experience - Removed unnecessary custom implementation files for voice provider classes
Azure.AI.Projects_1.0.0
1.0.0 (2025-10-01)
Features Added
- Added convenience
CreateOrUpdatemethods forAIProjectIndexobjects
Breaking Changes
- Name changes:
AssetDeploymenthas been renamed toAIProjectDeploymentBlobReferencehas been renamed toAIProjectBlobReferenceConnectionPropertieshas been renamed toAIProjectConnectionFileDatasetVersionhas been renamed toFileDatasetFolderDatasetVersionhas been renamed toFolderDatasetSasCredentialhas been renamed toBlobReferenceSasCredentialSearchIndexhas been renamed toAIProjectIndex
- Removed
GetOpenAIClientmethod. Look at Inference samples for how to get the client now. - All other
Get*Clientmethods have been removed. Use theAIProjectClientpropertiesConnections,Datasets,Deployments, andIndexesinstead.
Bugs Fixed
- Properly handle secret key population for
AIProjectConnectionCustomCredential, see GitHub issue 52355.