Skip to content

Releases: Azure/azure-sdk-for-net

Microsoft.Extensions.Azure_1.8.0

05 Nov 18:04
d0152ad
Compare
Choose a tag to compare

1.8.0 (2024-11-05)

Features Added

  • Added support for constructing a ManagedIdentityCredential from config by setting the managedIdentityObjectId key.

Other Changes

  • Updated dependency Azure.Identity to version 1.13.1.

Azure.Developer.MicrosoftPlaywrightTesting.TestLogger_1.0.0-beta.2

05 Nov 10:10
e99b8be
Compare
Choose a tag to compare

1.0.0-beta.2 (2024-11-05)

Features Added

  • Added support for publishing test results and artifacts to the service from the client.

Azure.Developer.MicrosoftPlaywrightTesting.NUnit_1.0.0-beta.2

05 Nov 11:47
a1d4543
Compare
Choose a tag to compare

1.0.0-beta.2 (2024-11-05)

Features Added

  • Added support for publishing test results and artifacts to the service from the client.

Azure.AI.OpenAI_2.1.0-beta.2

05 Nov 02:11
9e4950e
Compare
Choose a tag to compare
Pre-release

2.1.0-beta.2 (2024-11-04)

This update brings compatibility with the Azure OpenAI 2024-10-01-preview service API version as well as the 2.1.0-beta.2 release of the OpenAI library.

Breaking Changes

  • [Experimental] ChatCitation and ChatRetrievedDocument have each replaced the Uri property of type System.Uri with a string property named Url. This aligns with the REST specification and accounts for the wire value of url not always providing a valid RFC 3986 identifier [azure-sdk-for-net #46793]

Features Added

  • The included update via 2024-09-01-preview brings AOAI support for streaming token usage in chat completions; Usage is now automatically populated in StreamingChatCompletionUpdate instances.
    • Note 1: this feature is not yet compatible when using On Your Data features (after invoking the .AddDataSource() extension method on ChatCompletionOptions)
    • Note 2: this feature is not yet compatible when using image input (a ChatMessageContentPart of Kind Image)
  • 2024-10-01-preview further adds support for ungrounded content detection in chat completion content filter results via the UngroundedMaterial property on ResponseContentFilterResult, as retrieved from a chat completion via the GetResponseContentFilterResult() extension method.

Via OpenAI 2.0.0-beta.2:

  • Made improvements to the experimental Realtime API. Please note this features area is currently under rapid development and not all changes may be reflected here.
    • Several types have been renamed for consistency and clarity.
    • ConversationRateLimitsUpdate (previously ConversationRateLimitsUpdatedUpdate) now includes named RequestDetails and TokenDetails properties, mapping to the corresponding named items in the underlying rate_limits command payload.

Bugs Fixed

  • Addressed an HTTP 401 issue that caused certain connection retry attempts, such as those triggered for HTTP 429 rate limiting errors, to sometimes generate a malformed request with multiple Authorization headers that would then be rejected. #46401
  • Addressed an issue that caused ChatCitation and ChatRetrievedDocument to sometimes throw on deserialization, specifically when a returned value in the url JSON field was not populated with an RFC 3986 compliant identifier for System.Uri [azure-sdk-for-net #46793]

Via OpenAI 2.0.0-beta.2:

  • Fixed serialization and deserialization of ConversationToolChoice literal values (such as "required").

Azure.ResourceManager.PostgreSql_1.2.0

04 Nov 09:45
52190ed
Compare
Choose a tag to compare

1.2.0 (2024-11-05)

This release uses GA api version 2024-08-01 for PostgreSQL flexible server.

Features Added

  • Upgraded api-version tag from 'package-flexibleserver-2023-03-01-preview' to 'package-flexibleserver-2024-08-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/ce47f9b775ec53750f37def0402ecacf3f1d661b/specification/compute/resource-manager/readme.md.

    • Storage auto growth
    • IOPS scaling
    • Backup - Long Term Retention
    • Backup - On-demand
    • Geo-redundant backup encryption key - Revive Dropped
    • Server Logs
    • Migrations
    • Migration Pre-validation
    • Migration Roles
    • Private endpoint Migration
    • Private Endpoints
    • Read replicas - Switchover
    • Read replicas - Virtual Endpoints
    • Azure Defender / Threat Protection APIs
    • PG 16 support
    • PremiumV2_LRS storage type support
    • Location capabilities updates
  • Exposed JsonModelWriteCore for model serialization procedure.

Azure.ResourceManager.HardwareSecurityModules_1.0.0-beta.4

04 Nov 09:30
52190ed
Compare
Choose a tag to compare

1.0.0-beta.4 (2024-10-31)

Breaking Changes

  • Removed FipsApprovedMode Property from CloudHsmClusterProperties.

Azure.ResourceManager.CosmosDB_1.4.0-beta.11

01 Nov 16:22
dd9fd2d
Compare
Choose a tag to compare

1.4.0-beta.11 (2024-11-01)

Features Added

Azure.ResourceManager.Terraform_1.0.0-beta.1

31 Oct 06:50
989e124
Compare
Choose a tag to compare

1.0.0-beta.1 (2024-10-31)

Features Added

This package follows the new Azure SDK guidelines, and provides many core capabilities:

- Support MSAL.NET, Azure.Identity is out of box for supporting MSAL.NET.
- Support [OpenTelemetry](https://opentelemetry.io/) for distributed tracing.
- HTTP pipeline with custom policies.
- Better error-handling.
- Support uniform telemetry across all languages.

This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our Azure SDK for .NET GitHub repo.

NOTE: For more information about unified authentication, please refer to Microsoft Azure Identity documentation for .NET.

Azure.ResourceManager.Nginx_1.1.0-beta.2

31 Oct 05:44
4e2262d
Compare
Choose a tag to compare

1.1.0-beta.2 (2024-10-30)

Features Added

Other Changes

  • Exposed JsonModelWriteCore for model serialization procedure.

Azure.ResourceManager.Dns_1.2.0-beta.2

31 Oct 06:08
4e2262d
Compare
Choose a tag to compare
Pre-release

1.2.0-beta.2 (2024-10-31)

Features Added

  • Exposed JsonModelWriteCore for model serialization procedure.

Bugs Fixed

  • Exposed 'DnsRecordType' property in DnsRecordData.cs and added factory method for DnsRecordData. Issue:#45423
  • Fixed the NAPTR record type serialization issue and added relevant tests and recordings.