Skip to content

Commit c97f5de

Browse files
xiangyan99pvaneck
andauthored
Update changelogs (Azure#31969)
* Update changelog * Update sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md Co-authored-by: Paul Van Eck <[email protected]> --------- Co-authored-by: Paul Van Eck <[email protected]>
1 parent 5936b69 commit c97f5de

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.0.0b11 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.0.0b11 (2023-09-07)
84

95
### Bugs Fixed
106

11-
### Other Changes
7+
- Fixed `OpenTelemetrySpan` typing to correctly implement the `AbstractSpan` protocol. ([#31943](https://github.com/Azure/azure-sdk-for-python/pull/31943))
128

139
## 1.0.0b10 (2023-07-11)
1410

sdk/core/azure-core/CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# Release History
22

3-
## 1.29.4 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 1.29.4 (2023-09-07)
84

95
### Bugs Fixed
106

117
- Fixed the issue that some urls trigger an infinite loop. #31346
128
- Fixed issue where IndexError was raised if multipart responses did not match the number of requests. #31471
13-
14-
### Other Changes
9+
- Fixed issue unbound variable exception if dict is invalid in CloudEvent.from_dict. #31835
10+
- Fixed issue asyncBearerTokenCredentialPolicy is not backward compatible with SansIOHTTPPolicy. #31836
1511

1612
## 1.29.3 (2023-08-22)
1713

0 commit comments

Comments
 (0)