Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Security.KeyVault.Keys_4.6.0-beta.2
4.6.0-beta.2 (2023-11-13)
Other Changes
- Distributed tracing with
ActivitySource
is stable and no longer requires the Experimental feature-flag.
Azure.Security.KeyVault.Certificates_4.6.0-beta.2
4.6.0-beta.2 (2023-11-13)
Other Changes
- Distributed tracing with
ActivitySource
is stable and no longer requires the Experimental feature-flag.
Azure.Security.KeyVault.Administration_4.4.0-beta.2
4.4.0-beta.2 (2023-11-13)
Other Changes
- Distributed tracing with
ActivitySource
is stable and no longer requires the Experimental feature-flag.
Azure.Messaging.EventGrid_4.22.0-beta.1
4.22.0-beta.1 (2023-11-13)
Features Added
- Added the following features to
EventGridClient
- Release with delay
- Renew Locks
- Ability to publish events in Binary mode
Azure.Search.Documents_11.5.0
11.5.0 (2023-11-10)
Features Added
- Added support for Vector Search.
- Added support for Semantic Search.
- Added support for
PiiDetectionSkill
. It allows you extracts personal information from an input text and gives you the option of masking it using the Text Analytics API. - Added new languages for
OcrSkill
andImageAnalysisSkill
as we have upgraded them to use Cognitive Services Computer Vision v3.2, which now includes support for additional languages. Refer to the language lists here. - Added new languages for
SplitSkill
. Language lists can be found here. - Deprecated
SentimentSkill.SkillVersion.V1
andEntityRecognitionSkill.SkillVersion.V1
; useSentimentSkill.SkillVersion.V3
andEntityRecognitionSkill.SkillVersion.V3
instead.
Azure.Core_1.36.0
1.36.0 (2023-11-10)
Features Added
- Added
RequiresUnreferencedCode
attribute toRequestContent.Create(object)
overloads that use reflection to serialize the input object. This provides support for native AOT compilation when Azure.Core is used for diagnostics. - Use System.Text.Json source generation to deserialize the error response in
RequestFailedException
onnet6.0
and above targets.
Breaking Changes
- Updated tracing attributes names to conform to OpenTelemetry semantic conventions version 1.23.0.
- Suppress client activity creation by Azure clients if it happens in scope of another activity created by an Azure client.
- Changed how
ActivitySource
name is constructed for clients that use single-worded activity names (without dot). We now append provided activity name as is to the client namespace name. Previously, the provided activity name was omitted and theActivitySource
name matched the provided client namespace. - Distributed tracing with
ActivitySource
for HTTP and REST-based client libraries is declared stable. Experimental feature-flag is no longer required for most of the newly released libraries. Tracing for messaging libraries remains experimental. - Added nullable annotation to
ResourceIdentifier.TryParse
parameterinput
.
Azure.Security.KeyVault.Secrets_4.6.0-beta.1
4.6.0-beta.1 (2023-11-09)
Breaking Changes
- Renamed tags reported on
SecretClient
activities to follow OpenTelemetry attribute naming conventions:secret
toaz.keyvault.secret.name
version
toaz.keyvault.secret.version
Bugs Fixed
- When a Key Vault is moved to another tenant, the client is reauthenticated.
Other Changes
- The default service version is now "7.5-preview.1".
Azure.Security.KeyVault.Keys_4.6.0-beta.1
4.6.0-beta.1 (2023-11-09)
Features Added
- Added
CryptographyClient.CreateRSA
andCreateRSAAsync
to create anRSA
implementation backed by Key Vault or Managed HSM.
Use this anywhere anRSA
orAsymmetricAlgorithm
is required. (#3545) - Added
KeyProperties.HsmPlatform
to get the underlying HSM platform.
Breaking Changes
- Renamed tags reported on
KeyClient
,KeyResolver
,CryptographyClient
, andRemoteCryptographyClient
activities to follow OpenTelemetry attribute naming conventions:key
toaz.keyvault.key.id
oraz.keyvault.key.name
depending on the value being reportedversion
toaz.keyvault.key.version
Bugs Fixed
- When a Key Vault is moved to another tenant, the client is reauthenticated.
KeyRotationPolicyAction
performs case-insensitive comparisons since Key Vault and Managed HSM return different cases for "rotate".
Other Changes
- The default service version is now "7.5-preview.1".
Azure.Security.KeyVault.Certificates_4.6.0-beta.1
4.6.0-beta.1 (2023-11-09)
Features Added
- Added
CertificateProperties.X509ThumbprintString
to return the hexadecimal string representation of the SHA-1 hash of the certificate.
CertificateProperties.X509Thumbprint
has been hidden but is still available.
Breaking Changes
- Renamed tags reported on
CertificateClient
activities to following OpenTelemetry attribute naming conventions:certificate
toaz.keyvault.certificate.name
version
toaz.keyvault.certificate.version
issuer
toaz.keyvault.certificate.issuer.name
Bugs Fixed
- When a Key Vault is moved to another tenant, the client is reauthenticated.
Other Changes
- The default service version is now "7.5-preview.1".
Azure.Security.KeyVault.Administration_4.4.0-beta.1
4.4.0-beta.1 (2023-11-09)
Features Added
- The
sasToken
parameter is now optional inKeyVaultBackupClient.StartBackup
andStartBackupAsync
. Managed Identity will be used instead ifsasToken
is null. - The
sasToken
parameter is now optional inKeyVaultBackupClient.StartRestore
andStartRestoreAsync
. Managed Identity will be used instead ifsasToken
is null. - The
sasToken
parameter is now optional inKeyVaultBackupClient.StartSelectiveKeyRestore
andStartSelectiveKeyRestoreAsync
. Managed Identity will be used instead ifsasToken
is null.
Bugs Fixed
- When a Key Vault is moved to another tenant, the client is reauthenticated.
Other Changes
- The default service version is now "7.5-preview.1".