Skip to content
Merged
Changes from all commits
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
11 changes: 7 additions & 4 deletions sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
## 7.0.0-beta.2 (2020-05-07)

- Add support for receiving messages from specific sessions
- Add support for processing messages from multiple sessions
- Add support for receiving messages from multiple sessions
- Add missing schedule and cancel APIs in ServiceBusSenderClient
- Add support to send a collection of messages at once
- Change return type from `ServiceBusReceivedMessage` to `ServiceBusReceivedMessageContext` when calling `receive()`
- Add support to send a collection of messages at once without needing to create a `ServiceBusMessageBatch` first. This
will throw an error/exception will the messages cannot fit as per batch size restrictions
- Change return type from `ServiceBusReceivedMessage` to `ServiceBusReceivedMessageContext` when calling `receive()` so
users can distinguish between transient failure scenarios where receiving continues and an actual terminal signal that
is signaled through the downstream `onError`.
- Fix message settlement to occur on receive link
- Various bug fixes
- Fix issue where backpressure is not properly supported

## 7.0.0-beta.1 (2020-04-06)

Expand Down