From 7f38ffa3723fd9c3190de594cf69b5a63612b560 Mon Sep 17 00:00:00 2001 From: Joel Hendrix Date: Wed, 6 Sep 2023 17:31:16 -0700 Subject: [PATCH] Prep azcore for v1.8.0-beta.3 release (#21508) --- sdk/azcore/CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/sdk/azcore/CHANGELOG.md b/sdk/azcore/CHANGELOG.md index f7f9d7c3e94a..aad20f1880ad 100644 --- a/sdk/azcore/CHANGELOG.md +++ b/sdk/azcore/CHANGELOG.md @@ -1,17 +1,14 @@ # Release History -## 1.8.0-beta.3 (Unreleased) +## 1.8.0-beta.3 (2023-09-07) ### Features Added * Added function `FetcherForNextLink` and `FetcherForNextLinkOptions` to the `runtime` package to centralize creation of `Pager[T].Fetcher` from a next link URL. -### Breaking Changes - ### Bugs Fixed * Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span. -* Fix default HTTP transport to work in WASM modules. ### Other Changes @@ -20,6 +17,12 @@ * `WithHTTPHeader` * `WithRetryOptions` +## 1.7.2 (2023-09-06) + +### Bugs Fixed + +* Fix default HTTP transport to work in WASM modules. + ## 1.8.0-beta.2 (2023-08-14) ### Features Added