Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Storage.Blobs.Batch_12.20.0
12.20.0 (2024-11-12)
Features Added
- Includes all features from 12.20.0-beta.1 and 12.20.0-beta.2.
Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.52
12.0.0-preview.52 (2024-11-12)
Features Added
- This release contains bug fixes to improve quality.
Azure.ResourceManager.DataFactory_1.6.0
1.6.0 (2024-11-11)
Features Added
- Added support for additional MySQL connection properties.
- Added support for Azure PostgreSQL v2, updated connection strings, and corrected Linked JSON configurations.
Azure.ResourceManager.AppService_1.3.0-beta.2
1.3.0-beta.2 (2024-11-11)
Bugs Fixed
- Add status code 202 and allow some properties to be empty. Issue at '#46854.
Azure.Maps.Geolocation_1.0.0-beta.3
1.0.0-beta.3 (2024-11-07)
Bugs Fixed
- Various minor fixes related to AutoRest integration and code generation stability.
Other Changes
- Updated documentation
- Removed outdated namespace analyzer for improved code quality
- Regenerated code with the latest AutoRest input file
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.