Skip to content

Conversation

dependencyupdates[bot]
Copy link
Contributor

@dependencyupdates dependencyupdates bot commented Jul 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Azure.Data.Tables (source) 12.8.3 -> 12.11.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Data.Tables)

v12.11.0

Compare Source

12.11.0 (2025-05-06)

Features Added
  • Added support for specifying the token credential's Microsoft Entra audience when creating a client.

v12.10.0

Compare Source

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()

v12.9.1

Compare Source

12.9.1 (2024-09-17)

Bugs Fixed
  • Fixed an issue that prevented use of stored access policy based SaS Uris by adding a parameterless constructor to TableSasBuilder. The resulting builder can then be modified to include the stored access policy identifier or any other details.
Other Changes
  • Cosmos Table endpoints now support Entra ID authentication.

v12.9.0

Compare Source

12.9.0 (2024-07-22)

Features Added
  • Overload the DeleteEntity method to allow an ITableEntity object as parameter.
Bugs Fixed
  • Fixed an issue where custom models decorated with the DataMemberAttribute that didn't explicitly set a name caused the query filter to be malformed.
Other Changes
  • Reduce List allocations when uploading batches to table storage

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Commands to ignore dependencies

You can trigger dependency actions by commenting on this PR:

  • @particularbot ignore this major version
  • @particularbot ignore this minor version
  • @particularbot ignore this dependency

@dependencyupdates dependencyupdates bot added dependencies Pull requests that update a dependency file NuGet labels Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file NuGet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants