You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/azcore/CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
1
# Release History
2
2
3
-
## 1.8.0-beta.3 (Unreleased)
3
+
## 1.8.0-beta.3 (2023-09-07)
4
4
5
5
### Features Added
6
6
7
7
* Added function `FetcherForNextLink` and `FetcherForNextLinkOptions` to the `runtime` package to centralize creation of `Pager[T].Fetcher` from a next link URL.
8
8
9
-
### Breaking Changes
10
-
11
9
### Bugs Fixed
12
10
13
11
* 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.
15
12
16
13
### Other Changes
17
14
@@ -20,6 +17,12 @@
20
17
*`WithHTTPHeader`
21
18
*`WithRetryOptions`
22
19
20
+
## 1.7.2 (2023-09-06)
21
+
22
+
### Bugs Fixed
23
+
24
+
* Fix default HTTP transport to work in WASM modules.
0 commit comments