File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.6. 1 (Unreleased )
3
+ ## 1.7.0-beta. 1 (2023-05-17 )
4
4
5
5
### Features Added
6
+ * Restored CAE support for ARM clients.
6
7
* Added supporting features to enable distributed tracing.
7
8
* Added func ` runtime.StartSpan() ` for use by SDKs to start spans.
8
9
* Added method ` WithContext() ` to ` runtime.Request ` to support shallow cloning with a new context.
15
16
* The package contains public surface area exposed by fake servers and supporting APIs intended only for use by the fake server implementations.
16
17
* Added an internal fake poller implementation.
17
18
18
- ### Breaking Changes
19
-
20
19
### Bugs Fixed
21
20
* Retry policy always clones the underlying ` *http.Request ` before invoking the next policy.
22
21
* Added some non-standard error codes to the list of error codes for unregistered resource providers.
23
22
24
- ### Other Changes
25
-
26
23
## 1.6.0 (2023-05-04)
27
24
28
25
### Features Added
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ const (
36
36
Module = "azcore"
37
37
38
38
// Version is the semantic version (see http://semver.org) of this module.
39
- Version = "v1.6 .1"
39
+ Version = "v1.7.0-beta .1"
40
40
)
You can’t perform that action at this time.
0 commit comments