Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Messaging.ServiceBus_7.18.3

17 Jan 20:08
adc97b1
Compare
Choose a tag to compare

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.Amqp dependency to 2.6.9, which contains several bug fixes. (see: commits)

  • Updated the transitive dependency on System.Text.Json to 6.0.10 via Azure.Core 1.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 previous System.Text.Json dependency.

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

17 Jan 09:57
26fc034
Compare
Choose a tag to compare

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

17 Jan 10:07
26fc034
Compare
Choose a tag to compare

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

15 Jan 00:12
a5c44c2
Compare
Choose a tag to compare

1.13.2 (2025-01-14)

Bugs Fixed

  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#47470)

Azure.Data.Tables_12.10.0

14 Jan 19:22
e1a0163
Compare
Choose a tag to compare

12.10.0 (2025-01-14)

Breaking Changes

  • Calling TableClient.Query, TableClient.QueryAsync, or TableClient.CreateQueryFilter with a filter expression that uses string.Equals or string.Compare with a StringComparison parameter will now throw an exception. This is because the Azure Table service does not support these methods in query filters. Previously the StringComparison argument 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" to true or 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

09 Jan 15:29
6d25121
Compare
Choose a tag to compare

1.10.0 (2024-12-20)

Features Added

Bugs Fixed

  • Fixed an issue that the AzureFirewallIPGroups can't handle number type ChangeNumber.

Other Changes

  • Upgraded Azure.Core from 1.42.0 to 1.44.1

Azure.AI.Language.Text_1.0.0-beta.2

08 Jan 19:51
a89f12c
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.2 (2024-12-15)

Features Added

  • Exposed JsonModelWriteCore for 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

26 Dec 05:03
4db4493
Compare
Choose a tag to compare

1.0.0 (2024-12-26)

This package is the first stable release of the Azure Elastic management library.

Features Added

Azure.ResourceManager.CosmosDB_1.4.0-beta.12

26 Dec 11:09
18041ba
Compare
Choose a tag to compare

1.4.0-beta.12 (2024-12-20)

Features Added

Azure.ResourceManager.DevTestLabs_1.1.1

26 Dec 02:37
4b61994
Compare
Choose a tag to compare

1.1.1 (2024-12-24)

Features Added

  • Enable the new model serialization by using the System.ClientModel, refer this document for more details.
  • Exposed JsonModelWriteCore for model serialization procedure.