Core August releases (#3862)

* Core August releases

* cspell

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2022-08-04 11:00:06 -07:00 committed by GitHub
parent e8906ca3b4
commit 755d717df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 16 deletions

2
.vscode/cspell.json vendored
View File

@ -192,6 +192,8 @@
"davidchisnall",
"Gabor",
"Gyimesi",
"Heffner",
"johnwheffner",
"Joubert",
"juchem",
"lordgamez",

View File

@ -1,15 +1,11 @@
# Release History
## 1.0.0-beta.3 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
## 1.0.0-beta.3 (2022-08-04)
### Other Changes
- Removed hard dependency on `opentelemetry-cpp` package version.
## 1.0.0-beta.2 (2022-06-30)
### Breaking Changes

View File

@ -1,16 +1,17 @@
# Release History
## 1.8.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
## 1.7.1 (2022-08-04)
### Bugs Fixed
- [[#3794]](https://github.com/Azure/azure-sdk-for-cpp/issues/3794) Fix memory leak in `CurlTransport`.
- [[#3692]](https://github.com/Azure/azure-sdk-for-cpp/issues/3692) Interrupted poll calls cause spurious HTTP request failures. (A community contribution, courtesy of _[johnwheffner](https://github.com/johnwheffner)_)
### Other Changes
### Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- John Heffner _([GitHub](https://github.com/johnwheffner))_
## 1.7.0 (2022-06-30)

View File

@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 8
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
#define AZURE_CORE_VERSION_MINOR 7
#define AZURE_CORE_VERSION_PATCH 1
#define AZURE_CORE_VERSION_PRERELEASE ""
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)