Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Messaging.ServiceBus_7.18.3
7.18.3 (2025-01-17)
Bugs Fixed
- Fixed an issue where identifier generation for senders did not correctly include the entity path as an informational element. (#46952)
Other Changes
-
Added annotations to make the package compatible with trimming and native AOT compilation.
-
Updated the
Microsoft.Azure.Amqpdependency to 2.6.9, which contains several bug fixes. (see: commits) -
Updated the transitive dependency on
System.Text.Jsonto 6.0.10 viaAzure.Core1.44.1. Though Service Bus does not perform JSON serialization and was not vulnerable, the .NET 9 SDK was emitting warnings during scans due to a flaw in the previousSystem.Text.Jsondependency.
Azure.Template_1.0.3-beta.4488203
1.0.3-beta.4488203 (2025-01-17)
Other Changes
- Release DPG library
- Add Grow-up story
Azure.Developer.MicrosoftPlaywrightTesting.TestLogger_1.0.0-beta.4
1.0.0-beta.4 (2025-01-17)
Features Added
- Warning message when MPT access token is close to expiry
Bugs Fixed
- Max character limits in reporting API calls
Azure.Developer.MicrosoftPlaywrightTesting.NUnit_1.0.0-beta.4
1.0.0-beta.4 (2025-01-17)
Features Added
- Warning message when MPT access token is close to expiry
Bugs Fixed
- Max character limits in reporting API calls
Other Changes
- Improved error messaging for reporting and scalable failures
Azure.Identity_1.13.2
1.13.2 (2025-01-14)
Bugs Fixed
- Fixed an issue where setting
DefaultAzureCredentialOptions.TenantIdtwice throws anInvalidOperationException(#47035) - Fixed an issue where
ManagedIdentityCredentialdoes not honor theCancellationTokenpassed toGetTokenandGetTokenAsync. (#47156) - Fixed an issue where some credentials in
DefaultAzureCredentialwould not fall through to the next credential in the chain under certain exception conditions. - Fixed a regression in
ManagedIdentityCredentialwhen used in aChainedTokenCredentialwhere the invalid json responses do not fall through to the next credential in the chain. (#47470)
Azure.Data.Tables_12.10.0
12.10.0 (2025-01-14)
Breaking Changes
- Calling
TableClient.Query,TableClient.QueryAsync, orTableClient.CreateQueryFilterwith a filter expression that usesstring.Equalsorstring.Comparewith aStringComparisonparameter will now throw an exception. This is because the Azure Table service does not support these methods in query filters. Previously theStringComparisonargument was silently ignored, which can lead to subtle bugs in client code. The new behavior can be overridden by either setting an AppContext switch named "Azure.Data.Tables.DisableThrowOnStringComparisonFilter" totrueor by setting the environment variable "AZURE_DATA_TABLES_DISABLE_THROWONSTRINGCOMPARISONFILTER" to "true". Note: AppContext switches can also be configured via configuration like below:
<ItemGroup>
<RuntimeHostConfigurationOption Include="Azure.Data.Tables.DisableThrowOnStringComparisonFilter" Value="true" />
</ItemGroup>Other Changes
- Improved the performance of
TableServiceClient.GetTableClient()
Azure.ResourceManager.Network_1.10.0
1.10.0 (2024-12-20)
Features Added
- Upgraded api-version tag from 'package-2024-03' to 'package-2024-05'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/5dc3201e0fd56e77cd54d8f79867af4d3f57a51b/specification/network/resource-manager/readme.md.
Bugs Fixed
- Fixed an issue that the
AzureFirewallIPGroupscan't handle number typeChangeNumber.
Other Changes
- Upgraded Azure.Core from 1.42.0 to 1.44.1
Azure.AI.Language.Text_1.0.0-beta.2
1.0.0-beta.2 (2024-12-15)
Features Added
- Exposed
JsonModelWriteCorefor model serialization procedure. - Added support for analyze-text API Versions
- 2024-11-01
- 2024-11-15-preview
Breaking Changes
- Removed support for analyze-text API Versions
- 2023-11-15-preview
Azure.ResourceManager.Elastic_1.0.0
1.0.0 (2024-12-26)
This package is the first stable release of the Azure Elastic management library.
Features Added
- Upgraded api-version tag to 'package-2024-03-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/700bd7b4e10d2bd83672ee56fd6aedcf7e195a06/specification/elastic/resource-manager/readme.md.
Azure.ResourceManager.CosmosDB_1.4.0-beta.12
1.4.0-beta.12 (2024-12-20)
Features Added
- Upgraded api-version tag from 'package-preview-2024-09' to 'package-preview-2024-12-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/2afa5b356adf6cf51209d2cf28d38644c69d9832/specification/cosmos-db/resource-manager/readme.md.