Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Security.KeyVault.Keys_4.6.0-beta.2

13 Nov 21:15
675cf1f
Compare
Choose a tag to compare

4.6.0-beta.2 (2023-11-13)

Other Changes

Azure.Security.KeyVault.Certificates_4.6.0-beta.2

13 Nov 21:15
675cf1f
Compare
Choose a tag to compare

4.6.0-beta.2 (2023-11-13)

Other Changes

Azure.Security.KeyVault.Administration_4.4.0-beta.2

13 Nov 21:16
675cf1f
Compare
Choose a tag to compare

4.4.0-beta.2 (2023-11-13)

Other Changes

Azure.Messaging.EventGrid_4.22.0-beta.1

13 Nov 18:47
50e9702
Compare
Choose a tag to compare
Pre-release

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

10 Nov 22:55
ab9f345
Compare
Choose a tag to compare

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 and ImageAnalysisSkill 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 and EntityRecognitionSkill.SkillVersion.V1; use SentimentSkill.SkillVersion.V3 and EntityRecognitionSkill.SkillVersion.V3 instead.

Azure.Core_1.36.0

10 Nov 21:43
94c717a
Compare
Choose a tag to compare

1.36.0 (2023-11-10)

Features Added

  • Added RequiresUnreferencedCode attribute to RequestContent.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 on net6.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 the ActivitySource 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 parameter input.

Azure.Security.KeyVault.Secrets_4.6.0-beta.1

10 Nov 05:08
74848c7
Compare
Choose a tag to compare

4.6.0-beta.1 (2023-11-09)

Breaking Changes

  • Renamed tags reported on SecretClient activities to follow OpenTelemetry attribute naming conventions:
    • secret to az.keyvault.secret.name
    • version to az.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

10 Nov 05:08
74848c7
Compare
Choose a tag to compare

4.6.0-beta.1 (2023-11-09)

Features Added

  • Added CryptographyClient.CreateRSA and CreateRSAAsync to create an RSA implementation backed by Key Vault or Managed HSM.
    Use this anywhere an RSA or AsymmetricAlgorithm is required. (#3545)
  • Added KeyProperties.HsmPlatform to get the underlying HSM platform.

Breaking Changes

  • Renamed tags reported on KeyClient, KeyResolver, CryptographyClient, and RemoteCryptographyClient activities to follow OpenTelemetry attribute naming conventions:
    • key to az.keyvault.key.id or az.keyvault.key.name depending on the value being reported
    • version to az.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

10 Nov 05:08
74848c7
Compare
Choose a tag to compare

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 to az.keyvault.certificate.name
    • version to az.keyvault.certificate.version
    • issuer to az.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

10 Nov 05:08
74848c7
Compare
Choose a tag to compare

4.4.0-beta.1 (2023-11-09)

Features Added

  • The sasToken parameter is now optional in KeyVaultBackupClient.StartBackup and StartBackupAsync. Managed Identity will be used instead if sasToken is null.
  • The sasToken parameter is now optional in KeyVaultBackupClient.StartRestore and StartRestoreAsync. Managed Identity will be used instead if sasToken is null.
  • The sasToken parameter is now optional in KeyVaultBackupClient.StartSelectiveKeyRestore and StartSelectiveKeyRestoreAsync. Managed Identity will be used instead if sasToken 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".