github Azure/azure-sdk-for-net Azure.Data.Tables_12.3.0

latest releases: Azure.ResourceManager.ServiceFabricManagedClusters_1.3.0-beta.1, Azure.AI.Translation.Document_2.0.0, Azure.Storage.Blobs.Batch_12.20.0...
3 years ago

12.3.0 (2021-11-09)

Bugs Fixed

  • Table entities now support UInt64 (ulong) properties. (#24750)
  • Fixed an issue where PartitionKey and RoKey property values containing single quote characters are not properly escaped on GetEntity calls. See breaking changes section for more information.

Breaking Changes

  • The fix to escapePartitionKey and RoKey property values containing single quote characters are not properly escaped on GetEntity calls may causes a breaking change for deployed applications that work around the previous behavior. For these situations, the new behavior can be overridden by either setting an AppContext switch named "Azure.Data.Tables.DisableEscapeSingleQuotesOnGetEntity" to true or by setting the environment variable "AZURE_DATA_TABLES_DISABLE_ESCAPESINGLEQUOTESONGETENTITY" to "true". Note: AppContext switches can also be configured via configuration like below:
<ItemGroup>
    <RuntimeHostConfigurationOption Include="Azure.Data.Tables.DisableEscapeSingleQuotesOnGetEntity" Value="true" />
</ItemGroup> 

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.