Skip to content

Commit 92e86b4

Browse files
authored
Azure Core July Patch Release (#7211)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent e96f4da commit 92e86b4

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

sdk/core/azure-core/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 1.17.0-beta.1 (Unreleased)
3+
## 1.16.4 (2026-07-10)
44

55
### Features Added
66

77
- [[#7196]](https://github.com/Azure/azure-sdk-for-cpp/pull/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.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 1.16.3 (2026-04-02)
1610

1711
### Bugs Fixed

sdk/core/azure-core/src/private/package_version.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#include <cstdint>
1212

1313
#define AZURE_CORE_VERSION_MAJOR 1
14-
#define AZURE_CORE_VERSION_MINOR 17
15-
#define AZURE_CORE_VERSION_PATCH 0
16-
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
14+
#define AZURE_CORE_VERSION_MINOR 16
15+
#define AZURE_CORE_VERSION_PATCH 4
16+
#define AZURE_CORE_VERSION_PRERELEASE ""
1717

1818
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)

0 commit comments

Comments
 (0)