From 60fbb939f5fb1e569e28b455d01a40084363e696 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Mon, 14 Aug 2023 12:54:56 -0700 Subject: [PATCH 1/2] Prep azcore@v1.8.0-beta.2 for release --- sdk/azcore/CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index 9ce7a8554ca2..cd5efde2786d 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -1,26 +1,32 @@ # Release History -## 1.8.0-beta.2 (Unreleased) +## 1.8.0-beta.2 (2023-08-14) ### Features Added * Added function `SanitizePagerPollerPath` to the `server` package to centralize sanitization and formalize the contract. -* Added `TokenRequestOptions.EnableCAE` to indicate whether to request a CAE token +* Added `TokenRequestOptions.EnableCAE` to indicate whether to request a CAE token. ### Breaking Changes +> This change affects only code written against beta version `v1.8.0-beta.1`. * `messaging.CloudEvent` deserializes JSON objects as `[]byte`, instead of `json.RawMessage`. See the documentation for CloudEvent.Data for more information. -> These changes affect only code written against beta versions `v1.7.0-beta.2` and `v1.8.0-beta.1`. +> This change affects only code written against beta versions `v1.7.0-beta.2` and `v1.8.0-beta.1`. * Removed parameter from method `Span.End()` and its type `tracing.SpanEndOptions`. This API GA'ed in `v1.2.0` so we cannot change it. ### Bugs Fixed -* Enable TLS renegotiation in the default transport policy. * Propagate any query parameters when constructing a fake poller and/or injecting next links. ### Other Changes +## 1.7.1 (2023-08-14) + +## Bugs Fixed + +* Enable TLS renegotiation in the default transport policy. + ## 1.8.0-beta.1 (2023-07-12) ### Features Added From efaa24d7ad24f2c194e2e35116a5155f2c8811b4 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Mon, 14 Aug 2023 13:04:48 -0700 Subject: [PATCH 2/2] remove empty section in readme --- sdk/azcore/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index cd5efde2786d..be41e02c43c9 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -19,8 +19,6 @@ * Propagate any query parameters when constructing a fake poller and/or injecting next links. -### Other Changes - ## 1.7.1 (2023-08-14) ## Bugs Fixed