Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Azure.Data.Tables from 12.6.1 to 12.7.1 in /src #1542

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2022

Bumps Azure.Data.Tables from 12.6.1 to 12.7.1.

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.7.1

12.7.1 (2022-12-06)

Bugs Fixed

  • Removed client side validation which prevented GetEntity and GetEntityAsync from getting an entity with an empty string as its RowKey or PartitionKey value. (#32447)

Azure.Data.Tables_12.7.0

12.7.0 (2022-11-08)

Features Added

  • Added a Uri property to TableClient and TableServiceClient

Breaking Changes

  • TableClient.GetEntityIfExists now returns NullableResponse<T> which has a HasValue property which returns false when the entity did not exist. Accessing the Value property in this case will throw an exception.

Bugs Fixed

  • Fixed a OData filter issue with implicit boolean comparisons (for example expressions such as ent => ent.BooleanProperty) when calling TableClient.QueryAsync(Expression<Func<T, bool>> filter, ...). (#30185)
  • Fixed an issue where PartitionKey and RowKey parameter values containing single quote characters are not automatically escaped on DeleteEntity calls. The new behavior can be overridden by either setting an AppContext switch named "Azure.Data.Tables.DisableEscapeSingleQuotesOnDeleteEntity" to true or by setting the environment variable "AZURE_DATA_TABLES_DISABLE_ESCAPESINGLEQUOTESONDELETEENTITY" to "true". Note: AppContext switches can also be configured via configuration like below:
<ItemGroup>
    <RuntimeHostConfigurationOption Include="Azure.Data.Tables.DisableEscapeSingleQuotesOnDeleteEntity" Value="true" />
</ItemGroup>

Other Changes

  • Custom defined entity models that implement ITableEntity explicitly will now be serialized properly (#26514)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) from 12.6.1 to 12.7.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.6.1...Azure.Data.Tables_12.7.1)

---
updated-dependencies:
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 16, 2022 13:14
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Nov 16, 2022
@codecov
Copy link

codecov bot commented Nov 16, 2022

Codecov Report

Base: 89.70% // Head: 89.70% // No change to project coverage 👍

Coverage data is based on head (e680601) compared to base (cae836a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1542   +/-   ##
=======================================
  Coverage   89.70%   89.70%           
=======================================
  Files         256      256           
  Lines        8011     8011           
=======================================
  Hits         7186     7186           
  Misses        825      825           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kbeaugrand kbeaugrand merged commit 0da5ec8 into main Nov 17, 2022
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/Azure.Data.Tables-12.7.1 branch November 17, 2022 05:58
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant