forked from Azure/azure-sdk-for-js
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 31549 in Azure/azure-rest-api-specs
Merge 3fbf4d5d3696d0c2887f2fac0371059a1a8933bd into 96c44f99e15d99f1ae43a793f1845f912f664964
- Loading branch information
SDKAuto
committed
Dec 19, 2024
1 parent
c7a5e8f
commit 69c7fc2
Showing
94 changed files
with
2,065 additions
and
3,962 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
52 changes: 9 additions & 43 deletions
52
sdk/communication/communication-messages-rest/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,15 @@ | ||
# Release History | ||
|
||
## 2.0.1 (Unreleased) | ||
|
||
### Features Added | ||
|
||
### Breaking Changes | ||
|
||
### Bugs Fixed | ||
|
||
### Other Changes | ||
|
||
## 2.0.0 (2024-10-23) | ||
|
||
|
||
## 3.0.0-beta.1 (2024-12-19) | ||
Compared with version 2.0.0 | ||
|
||
### Features Added | ||
|
||
- Added ImageNotificationContent to send image messgae. | ||
- Added DocumentNotificationContent to send document message. | ||
- Added VideoNotificationContent to send video message. | ||
- Added AudioNotificationContent to send audio message. | ||
- Deprecated MediaNotificationContent. | ||
- Added Interface PagedAsyncIterableIterator | ||
- Added Interface PageSettings | ||
|
||
### Breaking Changes | ||
|
||
- MediaNotificationContent interface kind field is update with value "image_v0" from "image". | ||
|
||
## 1.0.1 (2024-03-07) | ||
|
||
Using MessagesServiceClient: | ||
|
||
- Send WhatsApp messages. | ||
- Get Template List. | ||
- Download media file from WhatsApp server for incoming media message. | ||
|
||
### Other Changes | ||
|
||
- Fixed CI pipeline to publish MS doc. | ||
|
||
## 1.0.0 (2024-02-29) | ||
|
||
### Features Added | ||
|
||
This is the initial release of the @azure-rest version of Azure Communication Messages Services. | ||
|
||
Using MessagesServiceClient: | ||
|
||
- Send WhatsApp messages. | ||
- Get Template List. | ||
- Download media file from WhatsApp server for incoming media message. | ||
- Removed function overload "function createClient(connectionString: string, options?: ClientOptions): MessagesServiceClient;" | ||
- Removed Type Alias PagedMessageTemplateItemOutput | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2024 Microsoft | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Oops, something went wrong.