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
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,23 @@
1
1
# Release History
2
2
3
-
## 1.7.0-beta.3 (Unreleased)
3
+
## 1.8.0-beta.1 (2023-07-12)
4
4
5
5
### Features Added
6
6
7
7
-`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.
9
8
10
-
### Breaking Changes
9
+
### Other Changes
11
10
12
-
### Bugs Fixed
11
+
* The beta features for CAE, tracing, and fakes have been reinstated.
13
12
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.
15
21
16
22
## 1.7.0-beta.2 (2023-06-06)
17
23
@@ -22,9 +28,14 @@
22
28
* Method `AddError()` has been removed from type `tracing.Span`.
23
29
* Method `Span.End()` now requires an argument of type `*tracing.SpanEndOptions`.
24
30
31
+
## 1.6.1 (2023-06-06)
32
+
25
33
### Bugs Fixed
26
34
* Fixed an issue in `azcore.NewClient()` and `arm.NewClient()` that could cause an incorrect module name to be used in telemetry.
27
35
36
+
### Other Changes
37
+
* This version contains all bug fixes from `v1.7.0-beta.1`
0 commit comments