Skip to content

Commit ee4d02a

Browse files
authored
Prepare for azcore beta release (Azure#20827)
* Prepare for azcore beta release * update release date
1 parent c5a5371 commit ee4d02a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

sdk/azcore/CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Release History
22

3-
## 1.6.1 (Unreleased)
3+
## 1.7.0-beta.1 (2023-05-17)
44

55
### Features Added
6+
* Restored CAE support for ARM clients.
67
* Added supporting features to enable distributed tracing.
78
* Added func `runtime.StartSpan()` for use by SDKs to start spans.
89
* Added method `WithContext()` to `runtime.Request` to support shallow cloning with a new context.
@@ -15,14 +16,10 @@
1516
* The package contains public surface area exposed by fake servers and supporting APIs intended only for use by the fake server implementations.
1617
* Added an internal fake poller implementation.
1718

18-
### Breaking Changes
19-
2019
### Bugs Fixed
2120
* Retry policy always clones the underlying `*http.Request` before invoking the next policy.
2221
* Added some non-standard error codes to the list of error codes for unregistered resource providers.
2322

24-
### Other Changes
25-
2623
## 1.6.0 (2023-05-04)
2724

2825
### Features Added

sdk/azcore/internal/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ const (
3636
Module = "azcore"
3737

3838
// Version is the semantic version (see http://semver.org) of this module.
39-
Version = "v1.6.1"
39+
Version = "v1.7.0-beta.1"
4040
)

0 commit comments

Comments
 (0)