github Azure/azure-sdk-for-net Azure.Core_1.5.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...
4 years ago

1.5.0 (2020-09-03)

Changed

  • ETag now supports weak ETags and implements an overload for ToString that accepts a format string.

Added

  • HttpWebRequest-based transport implementation. Enabled by-default on .NET Framework. Can be disabled using AZURE_CORE_DISABLE_HTTPWEBREQUESTTRANSPORT environment variable or Azure.Core.Pipeline.DisableHttpWebRequestTransport AppContext switch. To use the app context switch add the following snippet to your .csproj:
 <ItemGroup>
    <RuntimeHostConfigurationOption Include="Azure.Core.Pipeline.DisableHttpWebRequestTransport" Value="true" />
  </ItemGroup>

When the environment variable or the switch are set the HttpClientTransport would be used by default instead.

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

NewReleases is sending notifications on new releases.