v1.3.0
What's New
- [Feature] Webhooks: When parsing a webhook event, the method
parseEventnow accepts the raw string input on top of the parsed object. - [Bugfix] #183 returns JSON error response as FileBuffer instead of throwing appropriate error
What’s changed since v1.2.1
SMS SDK
Highlights:
- [Feature] Support
mo_mediamessage type for inbounds and webhooks - [Feature] Add
subjectproperty toMediaBodymodel - [Feature] Add
client_reference,feedback_enabled,from_tonandfrom_npitoApiUpdateBinaryMtMessagemodel - [Feature] Fix groups models. Request bodies become mandatory.
- [Feature] Support webhook signature validation
- [Feature] Fix channel-specific template model with new interface
ChannelSpecificTemplateReferencewhere the version is optional - [Early deprecation notice] In the next major version the
conversationRegionparameter will be required to use an endpoint from the Conversation API (no defaulting tousanymore)
See full content here: SMS CHANGELOG.md
Numbers SDK
Highlights:
- [Feature] Details of an NotFound error have their own type
NotFoundErrorDetails[]instead of a genericobject[] - [Feature] Ordering rented number parameter defines its own enum
OrderByEnum
See full content here: Numbers CHANGELOG.md
Conversation SDK
Highlights:
- [Feature] Fix
MediaPropertiesmodel and support media property - [Feature] Support latest API updates regarding WhatsApp messaging
- [Feature] Support Line Enterprise credentials
- [Early deprecation notice] In the next major version the
conversationRegionparameter will be required to use an endpoint from the Conversation API (no defaulting tousanymore)
See full content here: Conversation CHANGELOG.md
Voice SDK
Highlights:
- [Feature] Add enum values for properties previsously defined as
string - [Feature] Support Voice ICE instruction
stopRecording - [Feature] Support Voice PIE action
connectPstn - [Feature] Support Voice ICE action
connectStream(beta feature)
See full content here: Voice CHANGELOG.md
Verification SDK
Highlights:
- [Feature] Support
VerificationSmsDeliveredEventas callback event
See full content here: Verification CHANGELOG.md
Fax SDK
Highlights:
- [API breaking change]
faxToEmailendpoints require aserviceIdas mandatory path parameter - [API breaking change] the
phoneNumbersproperty for anEmailRequestis not astring[]anymore but aNumberWithPermissions[] - [Feature] Support
resolution,coverPageId,coverPageDataandpagesSentSuccessfullyin aFaxobject - [Feature] Support
resolution,coverPageIdin aServiceobject - [Deprecation notice]
emailssubdomain is deprecated, usefaxToEmailinstead
See full content here: Fax CHANGELOG.md
Elastic SIP Trunking SDK
Highlights:
- [Feature] Support
RegisteredEndpointon top ofStaticEndpoint: aSipEndpointis now the union of both models - [Feature] Support
TLSas a transport option - [Feature] New properties from a
SipTrunk:callForwardNumberandenableCallForward
See full content here: Elastic SIP Trunking CHANGELOG.md
Full Changelog: v1.2.0...v1.3.0