Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
[Service Bus] Add changelog for recent service bus PRs (Azure#9703)
Browse files Browse the repository at this point in the history
* Add changelog for recent service bus PRs

* minor updates

* request -> send request

* Update sdk/core/core-amqp/CHANGELOG.md

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>

Co-authored-by: Ramya Rao <ramya.rao.a@outlook.com>
  • Loading branch information
2 people authored and sadasant committed Jun 27, 2020
1 parent bee2db0 commit 83d206b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/core/core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
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.
- If none is present, add a unique id to `message_id` on the request to be sent when using the `RequestResponseLink`. This helps in determining the right response for the request when multiple send requests are made in parallel.
[PR 9503](https://github.com/Azure/azure-sdk-for-js/pull/9503)

## 1.1.3 (2020-06-02)

Expand Down
9 changes: 9 additions & 0 deletions sdk/servicebus/service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
- Adds abortSignal support throughout Sender and non-session Receivers.
[PR 9233](https://github.com/Azure/azure-sdk-for-js/pull/9233)
[PR 9284](https://github.com/Azure/azure-sdk-for-js/pull/9284)
- Bug - Messages scheduled in parallel with the `scheduleMessage` method have the same sequence number in response.
Fixed in [PR 9503](https://github.com/Azure/azure-sdk-for-js/pull/9503)
- Management api updates
- Following return types are changed to improve the API surface.
- [Create,Get,Update]QueueResponse as QueueResponse, DeleteQueueResponse as Response, GetQueueRuntimeInfoResponse as QueueRuntimeInfoResponse.
Similarly for topics, subscriptions and rules.
[PR 9432](https://github.com/Azure/azure-sdk-for-js/pull/9432)
- Updated `ISO-8601 timestamp string` to the `Date` type for the createdOn, accessedOn and modifiedOn properties in the responses for the `runtimeInfo` methods for Queue, Topic and Subscription.
[PR 9434](https://github.com/Azure/azure-sdk-for-js/pull/9434)

## 7.0.0-preview.3 (2020-06-08)

Expand Down

0 comments on commit 83d206b

Please sign in to comment.