-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEVEXP-308: Prepare release 0.0.3 with Fax API
- Loading branch information
1 parent
1c465f4
commit 944d98f
Showing
19 changed files
with
122 additions
and
55 deletions.
There are no files selected for viewing
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
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
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
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
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
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,3 +1,7 @@ | ||
## Version 0.0.3 | ||
|
||
- Initial version | ||
- Initial version. Support for: | ||
- Services management | ||
- Fax sending | ||
- Fax on emails | ||
- Callback webhooks |
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
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,18 +1,22 @@ | ||
## Version 0.0.3 | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.3` | ||
|
||
## Version 0.0.2 | ||
|
||
- Implement the `CallbackProcessor` interface: when receiving an event callback, it's possible to validate the signature header and to revive the request body into an object. | ||
- [Feature] Implement the `CallbackProcessor` interface: when receiving an event callback, it's possible to validate the signature header and to revive the request body into an object. | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.2` | ||
|
||
## Version 0.0.1 | ||
|
||
- Update dependency to @sinch/sdk-client to `0.0.1` | ||
- Update specification | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.1` | ||
- [Feature] Update specification | ||
- ListAvailableRegionsRequestData: `types` became an array | ||
- ActiveNumberRequest: added the property `callbackUrl` | ||
- `CallbackConfiguration` tag changed to `Callbacks` | ||
- Webhooks | ||
- `CallbackPayload` interface created | ||
- Add the method `parseNumbersEventNotification` to call when receiving a callback event to transform it into a `CallbackPayload` | ||
|
||
# Version 0.0.0 | ||
## Version 0.0.0 | ||
|
||
- Initial version |
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
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
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
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,6 +1,20 @@ | ||
## Version 0.0.1 | ||
## Version 0.0.3 | ||
- Update dependency `@sinch/numbers` to version `0.0.3` | ||
- Update dependency `@sinch/sms` to version `0.0.3` | ||
- Update dependency `@sinch/verification` to version `0.0.3` | ||
- Update dependency `@sinch/voice` to version `0.0.3` | ||
- Update dependency `@sinch/conversation` to version `0.0.3` | ||
- Add support for the Fax API with `@sinch/fax` version `0.0.3` | ||
|
||
## Version 0.0.2 | ||
- Update dependency `@sinch/numbers` to version `0.0.2` | ||
- Update dependency `@sinch/sms` to version `0.0.2` | ||
- Update dependency `@sinch/verification` to version `0.0.2` | ||
- Update dependency `@sinch/voice` to version `0.0.2` | ||
- Add support for the Conversation API with `@sinch/conversation` version `0.0.2` | ||
|
||
- Update dependency to @sinch/numbers to `0.0.1` | ||
- Update dependency to @sinch/sms to `0.0.1` | ||
- Update dependency to @sinch/verification to `0.0.1` | ||
- Add support for the Voice API with @sinch/voice version `0.0.1` | ||
## Version 0.0.1 | ||
- Update dependency `@sinch/numbers` to version `0.0.1` | ||
- Update dependency `@sinch/sms` to version `0.0.1` | ||
- Update dependency `@sinch/verification` to version `0.0.1` | ||
- Add support for the Voice API with `@sinch/voice` version `0.0.1` |
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
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,9 +1,15 @@ | ||
## Version 0.0.2 | ||
## Version 0.0.3 | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.3` | ||
- [Feature] Add composed methods for sending a batch: | ||
- `sendTextMessage()` | ||
- `sendBinaryMessage()` | ||
- `sendMediaMessage()` | ||
- [Feature][Breaking] Rename method `getByPhoneNumber()` to `getForNumber()` in the delivery-reports domain | ||
|
||
## Version 0.0.2 | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.2` | ||
- Implement the `CallbackProcessor` interface: when receiving an event callback, it's possible to validate the signature header (always valid for this API) and to revive the request body into an object. | ||
|
||
|
||
## Version 0.0.1 | ||
|
||
- Update dependency to @sinch/sdk-client to `0.0.1` | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.1` | ||
- Add the method `parseSmsEventNotification` to call when receiving a callback event to transform it into the correct type |
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
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
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
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,13 +1,20 @@ | ||
# Version 0.0.2 | ||
## Version 0.0.3 | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.3` | ||
|
||
- [Feat.] [Helpers](./src/models/v1/helper.ts) for SVAML actions and instructions building for ICE, ACE and PIE | ||
- [Feat.] `call()` function is also available under the `conferences` service. | ||
# Version 0.0.2 | ||
- [Tech] Update dependency `@sinch/sdk-client` to `0.0.2` | ||
- [Feature] [Helpers](./src/models/v1/helper.ts) for SVAML actions and instructions building for ICE, ACE and PIE | ||
- [Feature] `call()` function is also available under the `conferences` service. | ||
|
||
**Breaking changes** | ||
- Callbacks management: implementation of the `CallbackProcessor` interface | ||
- Rename `parseVoiceEventNotification` into `parseEvent` | ||
- Move the header validation to the domain with the method `validateAuthenticationHeader` | ||
|
||
# Version 0.0.1 | ||
|
||
- Initial version | ||
- Initial version. Support for: | ||
- Voice application management | ||
- Callouts: TTS, Conference and Custom | ||
- Calls management | ||
- Conference management | ||
- Callback webhooks |
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