Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 0.8.0 (Unreleased)

### Features Added
## 0.8.0 (2025-10-08)

### Breaking Changes

- `EventProcessor` now consumes its `ConsumerClient` parameter rather than accepting a clone of an `Arc`.

### Bugs Fixed

### Other Changes

- Internal refactoring to ensure that the `close()` method on various clients works as expected.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 0.2.0 (Unreleased)
## 0.2.0 (2025-10-08)

### Features Added

### Breaking Changes

### Bugs Fixed
## Other Changes

### Other Changes
- Updated dependencies.

## 0.1.0 (2025-09-16)

Expand Down