Update Release Notes for Service Bus preview 2 (#1313)

* Update Release Notes

* Fix header
This commit is contained in:
Connie Yau 2020-05-08 15:46:11 -07:00 коммит произвёл GitHub
Родитель eb00c2c7d4
Коммит 95c3246391
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -14,6 +14,7 @@ The Azure SDK team is pleased to announce our {{ page.date | date: "%B %Y" }} cl
#### Preview
- Service Bus
## Installation Instructions
@ -113,7 +114,7 @@ To use the GA and beta libraries, refer to the Maven dependency information belo
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.0.0-beta.1</version>
<version>7.0.0-beta.2</version>
</dependency>
<dependency>
@ -171,6 +172,12 @@ If you have a bug or feature request for one of the libraries, please post an is
## Changelog
Detailed changelogs are linked from the [Quick Links](#quick-links) below. Here are some of the highlights:
### New Features [Changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md#700-beta2-2020-05-07)
- Allow receiving from first available single and multiple sessions through ServiceBusReceiverAsyncClient.
- Add send overload that accepts an Iterable of ServiceBusMessage.
## Need help