Skip to content

Commit

Permalink
Prep azcore for v1.8.0-beta.3 release (Azure#21508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Sep 7, 2023
1 parent bd79d36 commit 7f38ffa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 7f38ffa

Please sign in to comment.