Skip to content

Commit e8c7c55

Browse files
authored
Azure Core July GA Release (Azure#5792)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 9ccd206 commit e8c7c55

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

sdk/core/azure-core/CHANGELOG.md

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

3-
## 1.13.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.13.0 (2024-07-12)
84

95
### Bugs Fixed
106

7+
- [[#5589]](https://github.com/Azure/azure-sdk-for-cpp/pull/5589) Fix possible endless loop while polling curl socket. (A community contribution, courtesy of _[CurtizJ](https://github.com/CurtizJ)_)
8+
119
### Other Changes
1210

1311
- Updated JSON library to 3.11.3.
1412
- Hide methods on the `RetryPolicy` that are not intended for public use.
13+
- [[#5622]](https://github.com/Azure/azure-sdk-for-cpp/pull/5622) Documentation fix for building the SDK with specific OpenSSL version. (A community contribution, courtesy of _[ByteYue](https://github.com/ByteYue)_)
14+
15+
### Acknowledgments
16+
17+
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
18+
19+
- Anton Popov _([GitHub](https://github.com/CurtizJ))_
20+
- AlexYue _([GitHub](https://github.com/ByteYue))_
1521

1622
## 1.13.0-beta.1 (2024-06-06)
1723

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define AZURE_CORE_VERSION_MAJOR 1
1414
#define AZURE_CORE_VERSION_MINOR 13
1515
#define AZURE_CORE_VERSION_PATCH 0
16-
#define AZURE_CORE_VERSION_PRERELEASE "beta.2"
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)