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
Copy file name to clipboardExpand all lines: sdk/servicebus/service-bus/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,12 @@
3
3
## 7.0.0 (2020-11-23)
4
4
5
5
- This release marks the general availability of the `@azure/service-bus` package.
6
+
- If you are using version 1.1.10 or lower and want to migrate to the latest version
7
+
of this package please look at our [migration guide to move from Service Bus V1 to Service Bus V7](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/migrationguide.md)
6
8
7
9
### Breaking changes
10
+
**Note:** The following breaking changes are with respect to version `7.0.0-preview.8`.
11
+
If migrating from version 1.1.10 or lower, look at our [migration guide to move from Service Bus V1 to Service Bus V7](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/servicebus/service-bus/migrationguide.md).
8
12
9
13
- The `ServiceBusError.reason` field has been renamed `ServiceBusError.code`.
10
14
The `code` field can be used to differentiate what caused a `ServiceBusError` to be thrown.
0 commit comments