Skip to content

Commit f517fe4

Browse files
authored
[service-bus] remove Preview from service-bus (Azure#12664)
1 parent 72e8c2b commit f517fe4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

sdk/servicebus/service-bus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@
33
## 7.0.0 (2020-11-23)
44

55
- 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)
68

79
### 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).
812

913
- The `ServiceBusError.reason` field has been renamed `ServiceBusError.code`.
1014
The `code` field can be used to differentiate what caused a `ServiceBusError` to be thrown.

sdk/servicebus/service-bus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Azure Service Bus client library for Javascript (Preview)
1+
# Azure Service Bus client library for Javascript
22

33
[Azure Service Bus](https://azure.microsoft.com/services/service-bus/) is a highly-reliable cloud messaging service from Microsoft.
44

@@ -24,7 +24,7 @@ Samples for v1 and documentation are still available here:
2424
[Samples for @azure/service-bus v1.1.x](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/samples-v1)
2525

2626
**NOTE**: If you are using version 1.1.10 or lower and want to migrate to the latest version
27-
of this package please look at our [migration guide to move from Service Bus V1 to Service Bus V7 Preview][migrationguide]
27+
of this package please look at our [migration guide to move from Service Bus V1 to Service Bus V7][migrationguide]
2828

2929
## Getting Started
3030

sdk/servicebus/service-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Microsoft Corporation",
55
"version": "7.0.0",
66
"license": "MIT",
7-
"description": "Azure Service Bus SDK for Node.js",
7+
"description": "Azure Service Bus SDK for JavaScript",
88
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus",
99
"repository": "github:Azure/azure-sdk-for-js",
1010
"keywords": [

0 commit comments

Comments
 (0)