You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[service-bus] pass abortSignal to link initialization and awaitableSender (Azure#15349)
* [service-bus] pass abortSignal to link initialization and awaitableSender
* [service-bus] add changelog entry
* [core-amqp] remove AsyncLock!
* [service-bus] fix test after the great merge
* npm run format
* fix abort on send after great merge
Copy file name to clipboardExpand all lines: sdk/core/core-amqp/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Release History
2
2
3
-
## 3.0.0 (Unreleased)
3
+
## 3.0.0 (2021-06-09)
4
4
5
5
### Breaking changes
6
6
7
7
- Updates the `rhea-promise` and `rhea` dependencies to version 2.x. `rhea` contains a breaking change that changes deserialization of timestamps from numbers to Date objects.
8
+
- Removes the `AsyncLock` and `defaultLock` exports. `defaultCancellableLock` should be used instead.
Copy file name to clipboardExpand all lines: sdk/servicebus/service-bus/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
## 7.2.0-beta.2 (Unreleased)
4
4
5
+
- Improves cancellation support when sending messages or initializing a connection to the service.
6
+
Resolves [#15311](https://github.com/Azure/azure-sdk-for-js/issues/15311) and [#13504](https://github.com/Azure/azure-sdk-for-js/issues/13504).
7
+
5
8
### Bug fixes
6
9
7
10
- ServiceBusSender could throw an error (`TypeError: Cannot read property 'maxMessageSize' of undefined`) if a link was being restarted while calling sendMessages().
0 commit comments