[service-bus] Update CHANGELOG.md (#15207)
This commit is contained in:
Родитель
de1d624b36
Коммит
73d9b00ad8
|
@ -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"
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче