Skip to content

Commit

Permalink
Update changelogs (Azure#31969)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
xiangyan99 and pvaneck authored Sep 7, 2023
1 parent 5936b69 commit c97f5de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
8 changes: 2 additions & 6 deletions sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 1.0.0b11 (Unreleased)

### Features Added

### Breaking Changes
## 1.0.0b11 (2023-09-07)

### Bugs Fixed

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

## 1.0.0b10 (2023-07-11)

Expand Down
10 changes: 3 additions & 7 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# Release History

## 1.29.4 (Unreleased)

### Features Added

### Breaking Changes
## 1.29.4 (2023-09-07)

### Bugs Fixed

- Fixed the issue that some urls trigger an infinite loop. #31346
- Fixed issue where IndexError was raised if multipart responses did not match the number of requests. #31471

### Other Changes
- Fixed issue unbound variable exception if dict is invalid in CloudEvent.from_dict. #31835
- Fixed issue asyncBearerTokenCredentialPolicy is not backward compatible with SansIOHTTPPolicy. #31836

## 1.29.3 (2023-08-22)

Expand Down

0 comments on commit c97f5de

Please sign in to comment.