[service-bus] Update CHANGELOG.md (#15207)

This commit is contained in:
Richard Park 2021-05-10 17:07:42 -07:00 коммит произвёл GitHub
Родитель de1d624b36
Коммит 73d9b00ad8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 4 удалений

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

@ -1,10 +1,9 @@
# Release History
## 7.0.6 (Unreleased)
## 7.1.0 (2021-05-11)
### New Features
- Enable encoding the body of a message to the 'value' or 'sequence' sections (via AmqpAnnotatedMessage.bodyType). Using this encoding is not required but does allow you to take advantage of native AMQP serialization for supported primitives or sequences.
- Adds support for passing `NamedKeyCredential` as the credential type to `ServiceBusClient` and `ServiceBusAdminstrationClient`. Also adds support for passing `SASCredential` to `ServiceBusClient`.
These credential types support rotation via their `update` methods and are an alternative to using the `SharedAccessKeyName/SharedAccessKey` or `SharedAccessSignature` properties in a connection string.
Resolves [#11891](https://github.com/Azure/azure-sdk-for-js/issues/11891).

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

@ -2,7 +2,7 @@
"name": "@azure/service-bus",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "7.0.6",
"version": "7.1.0",
"license": "MIT",
"description": "Azure Service Bus SDK for JavaScript",
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/",

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

@ -6,7 +6,7 @@
*/
export const packageJsonInfo = {
name: "@azure/service-bus",
version: "7.0.6"
version: "7.1.0"
};
/**