Skip to content

Commit

Permalink
Update amqp-common to get the fixes for Azure#10641 (managementlink t…
Browse files Browse the repository at this point in the history
…iming out when sending parallel requests) and Azure#9287 (management client not properly clearing timer, causing app to hang on exit)
  • Loading branch information
richardpark-msft committed Aug 18, 2020
1 parent 9185922 commit dfdb3a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions sdk/servicebus/service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 1.1.9 (2020-08-18)

- Fixes [bug 10641](https://github.com/Azure/azure-sdk-for-js/issues/10641) where parallel requests
on the management link would fail with a `ServiceUnavailableError`.
- Fixes [bug 9287](https://github.com/Azure/azure-sdk-for-js/issues/9287)
where operations that used the `RequestResponseLink` and encountered an error
would fail to cleanup their internal timer.
This caused exiting the process to be delayed until the timer reached its timeout.

## 1.1.8 (2020-07-15)

- Fixes [bug 9926](https://github.com/Azure/azure-sdk-for-js/issues/9926)
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
]
},
"dependencies": {
"@azure/amqp-common": "1.0.0-preview.15",
"@azure/amqp-common": "1.0.0-preview.16",
"@azure/core-http": "^1.0.0",
"@opentelemetry/types": "^0.2.0",
"@types/is-buffer": "^2.0.0",
Expand Down

0 comments on commit dfdb3a7

Please sign in to comment.