Skip to content

Commit 180675f

Browse files
Prepare SMS SDK release v1.1.0 (Azure#27932)
### Packages impacted by this PR @azure/communication-sms ### Issues associated with this PR [Task 3451332](https://skype.visualstudio.com/SPOOL/_workitems/edit/3451332): Prepare JS SDK release ### Describe the problem that is addressed by this PR Updating the changelog file to remove the unreleased versions after 1.0.0 and include the most recent changes, preparing to release version 1.1.0 ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? n/a ### Are there test cases added in this PR? _(If not, why?)_ n/a ### Provide a list of related PRs _(if any)_ n/a ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ `.\eng\common\scripts\Prepare-Release.ps1 @azure/communication-sms` ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [x] Added a changelog (if necessary)
1 parent f8fe3aa commit 180675f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

sdk/communication/communication-sms/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Release History
22

3-
## 1.2.0-beta.2 (Unreleased)
4-
5-
- Updated to `@azure/core-tracing` 1.0.
6-
- Updated to `@azure/communication-common` 2.2.0.
7-
83
## 1.1.0 (2023-11-30)
94

105
### Features Added
116

127
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on `@types/node` has been updated to version 12. Read our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
138
- Migrated from using `@azure/core-http` to `@azure/core-rest-pipeline` for the handling of HTTP requests. See [Azure Core v1 vs v2](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/documentation/core2.md) for more on the difference and benefits of the move.
149
- Updated our internal core package dependencies to their latest versions in order to add support for Opentelemetry 1.0.0 which is compatible with the latest versions of our other client libraries.
15-
- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
10+
- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features.
11+
12+
### Other Changes
13+
14+
- Updated to `@azure/core-tracing` 1.0.
15+
- Updated to `@azure/communication-common` 2.2.0.
1616

1717
## 1.0.0 (2021-03-29)
1818

sdk/communication/communication-sms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/communication-sms",
3-
"version": "1.2.0-beta.2",
3+
"version": "1.1.0",
44
"description": "SDK for Azure Communication SMS service which facilitates the sending of SMS messages.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.2.0-beta.2";
4+
export const SDK_VERSION: string = "1.1.0";

sdk/communication/communication-sms/src/generated/src/smsApiClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-sms/src/generated/src/tracing.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-sms/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use-extension:
1919
"@autorest/typescript": "latest"
2020
azure-arm: false
2121
add-credentials: false
22-
package-version: 1.2.0-beta.2
22+
package-version: 1.1.0
2323
v3: true
2424

2525
tracing-info:

0 commit comments

Comments
 (0)