Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core August releases #3862

Merged
merged 2 commits into from
Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -192,6 +192,8 @@
"davidchisnall",
"Gabor",
"Gyimesi",
"Heffner",
"johnwheffner",
"Joubert",
"juchem",
"lordgamez",
10 changes: 3 additions & 7 deletions sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
13 changes: 7 additions & 6 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

6 changes: 3 additions & 3 deletions sdk/core/azure-core/src/private/package_version.hpp
Original file line number Diff line number Diff line change
@@ -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)