Skip to content

Commit ef7c65d

Browse files
authored
Prepare for azcore 1.8.0-beta.1 release (#21150)
* Prepare for azcore 1.8.0-beta.1 release * update changelog
1 parent 246ae74 commit ef7c65d

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

sdk/azcore/CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
# Release History
22

3-
## 1.7.0-beta.3 (Unreleased)
3+
## 1.8.0-beta.1 (2023-07-12)
44

55
### Features Added
66

77
- `messaging/CloudEvent` allows you to serialize/deserialize CloudEvents, as described in the CloudEvents 1.0 specification: [link](https://github.com/cloudevents/spec)
8-
* Added method `WithClientName()` to type `azcore.Client` to support shallow cloning of a client with a new name used for tracing.
98

10-
### Breaking Changes
9+
### Other Changes
1110

12-
### Bugs Fixed
11+
* The beta features for CAE, tracing, and fakes have been reinstated.
1312

14-
### Other Changes
13+
## 1.7.0 (2023-07-12)
14+
15+
### Features Added
16+
* Added method `WithClientName()` to type `azcore.Client` to support shallow cloning of a client with a new name used for tracing.
17+
18+
### Breaking Changes
19+
> These changes affect only code written against beta versions v1.7.0-beta.1 or v1.7.0-beta.2
20+
* The beta features for CAE, tracing, and fakes have been omitted for this release.
1521

1622
## 1.7.0-beta.2 (2023-06-06)
1723

@@ -22,9 +28,14 @@
2228
* Method `AddError()` has been removed from type `tracing.Span`.
2329
* Method `Span.End()` now requires an argument of type `*tracing.SpanEndOptions`.
2430

31+
## 1.6.1 (2023-06-06)
32+
2533
### Bugs Fixed
2634
* Fixed an issue in `azcore.NewClient()` and `arm.NewClient()` that could cause an incorrect module name to be used in telemetry.
2735

36+
### Other Changes
37+
* This version contains all bug fixes from `v1.7.0-beta.1`
38+
2839
## 1.7.0-beta.1 (2023-05-24)
2940

3041
### 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.7.0-beta.3"
39+
Version = "v1.8.0-beta.1"
4040
)

0 commit comments

Comments
 (0)