Skip to content

azure-core_1.16.4

Latest

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 10 Jul 20:31
92e86b4

1.16.4 (2026-07-10)

Features Added

  • [#7196] Added Azure::Core::Http::Policies::_internal::RetryPolicyBase, an abstract base class that exposes the retry loop and the protected ShouldRetryOnResponse/ShouldRetryOnTransportFailure hook points. Service SDKs can derive from RetryPolicyBase to customize retry behavior; RetryPolicy remains a final concrete policy.