Releases: Azure/azure-sdk-for-net
Microsoft.Extensions.Azure_1.8.0
1.8.0 (2024-11-05)
Features Added
- Added support for constructing a
ManagedIdentityCredential
from config by setting themanagedIdentityObjectId
key.
Other Changes
- Updated dependency
Azure.Identity
to version1.13.1
.
Azure.Developer.MicrosoftPlaywrightTesting.TestLogger_1.0.0-beta.2
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
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
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
andChatRetrievedDocument
have each replaced theUri
property of typeSystem.Uri
with astring
property namedUrl
. This aligns with the REST specification and accounts for the wire value ofurl
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 inStreamingChatCompletionUpdate
instances.- Note 1: this feature is not yet compatible when using On Your Data features (after invoking the
.AddDataSource()
extension method onChatCompletionOptions
) - Note 2: this feature is not yet compatible when using image input (a
ChatMessageContentPart
ofKind
Image
)
- Note 1: this feature is not yet compatible when using On Your Data features (after invoking the
2024-10-01-preview
further adds support for ungrounded content detection in chat completion content filter results via theUngroundedMaterial
property onResponseContentFilterResult
, as retrieved from a chat completion via theGetResponseContentFilterResult()
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
andChatRetrievedDocument
to sometimes throw on deserialization, specifically when a returned value in theurl
JSON field was not populated with an RFC 3986 compliant identifier forSystem.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
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
1.0.0-beta.4 (2024-10-31)
Breaking Changes
- Removed FipsApprovedMode Property from CloudHsmClusterProperties.
Azure.ResourceManager.CosmosDB_1.4.0-beta.11
1.4.0-beta.11 (2024-11-01)
Features Added
- Upgraded api-version tag from 'package-preview-2024-05' to 'package-preview-2024-09'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4d065866a422257746306b352cb34fd5c98d5754/specification/cosmos-db/resource-manager/readme.md
- Exposed
JsonModelWriteCore
for model serialization procedure.
Azure.ResourceManager.Terraform_1.0.0-beta.1
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
1.1.0-beta.2 (2024-10-30)
Features Added
- Upgraded api-version tag from 'package-2024-01-01-preview' to 'package-2024-06-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/eea7584434f9225cad0327d83d5c6d84257a4d7d/specification/nginx/resource-manager/readme.md
- Added NGINX App Protect Web Application Firewall (WAF) support.
Other Changes
- Exposed
JsonModelWriteCore
for model serialization procedure.
Azure.ResourceManager.Dns_1.2.0-beta.2
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.