Update service bus changes for January 2021 (#2282)
Co-authored-by: Hemant Tanwar <hetanwar@users.noreply.github.com>
This commit is contained in:
Родитель
4c11eee9a0
Коммит
882cd28096
|
@ -36,6 +36,7 @@ The Azure SDK team is pleased to announce our January 2021 client library releas
|
|||
- Azure Eventhubs
|
||||
- Azure Form Recognizer
|
||||
- Azure Text Analytics
|
||||
- Azure Service Bus
|
||||
|
||||
#### Beta
|
||||
|
||||
|
@ -235,6 +236,12 @@ To use the GA and beta libraries, refer to the Maven dependency information belo
|
|||
<version>5.0.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-messaging-servicebus</artifactId>
|
||||
<version>7.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.azure</groupId>
|
||||
<artifactId>azure-security-keyvault-certificates</artifactId>
|
||||
|
@ -380,6 +387,9 @@ If you have a bug or feature request for one of the libraries, please post an is
|
|||
- Renamed artifact to `azure-opentelemetry-exporter-azuremonitor`.
|
||||
- Replaced `instrumentationKey()` with `connectionString()` in the `AzureMonitorExporterBuilder`.
|
||||
|
||||
### Azure Service Bus 7.0.1 [Changelog](https://github.com/Azure/azure-sdk-for-java/blob/master/sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md#701-2021-01-15)
|
||||
- Improve performance because by upgrading azure-core-amqp dependency to 2.0.1.
|
||||
|
||||
## Need help
|
||||
|
||||
- For reference documentation visit the [Azure SDK for Java documentation](https://azure.github.io/azure-sdk-for-java/).
|
||||
|
|
Загрузка…
Ссылка в новой задаче