Skip to content

Commit 7f38ffa

Browse files
authored
Prep azcore for v1.8.0-beta.3 release (Azure#21508)
1 parent bd79d36 commit 7f38ffa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

sdk/azcore/CHANGELOG.md

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

3-
## 1.8.0-beta.3 (Unreleased)
3+
## 1.8.0-beta.3 (2023-09-07)
44

55
### Features Added
66

77
* Added function `FetcherForNextLink` and `FetcherForNextLinkOptions` to the `runtime` package to centralize creation of `Pager[T].Fetcher` from a next link URL.
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210

1311
* Suppress creating spans for nested SDK API calls. The HTTP span will be a child of the outer API span.
14-
* Fix default HTTP transport to work in WASM modules.
1512

1613
### Other Changes
1714

@@ -20,6 +17,12 @@
2017
* `WithHTTPHeader`
2118
* `WithRetryOptions`
2219

20+
## 1.7.2 (2023-09-06)
21+
22+
### Bugs Fixed
23+
24+
* Fix default HTTP transport to work in WASM modules.
25+
2326
## 1.8.0-beta.2 (2023-08-14)
2427

2528
### Features Added

0 commit comments

Comments
 (0)