Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ServiceBus] prepare for 2022 September release #23133

Merged
merged 1 commit into from Sep 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 1 addition & 7 deletions sdk/servicebus/service-bus/CHANGELOG.md
@@ -1,17 +1,11 @@
# Release History

## 7.7.1 (Unreleased)

### Features Added

### Breaking Changes
## 7.7.1 (2022-09-07)

### Bugs Fixed

- Updating the `sendMessages` API to not batch the messages when it is just a single message. This allows users to send individual large message (>1MB) using the `sendMessages` API. [#23014](https://github.com/Azure/azure-sdk-for-js/pull/23014)

### Other Changes

## 7.7.0 (2022-08-09)

### Features Added
Expand Down