v1.4.0
What's Changed
New API supported: Number Lookup v2
SDK Client
- [Bugfix] Fix token refresh concurrency issue
Conversation
- [Deprecation notice] Deprecate Template V1
- [Deprecation notice] Deprecate Viber channel support
- [Feature] Support Calendar Message and Share Location Message types
- [Feature] Support WhatsApp Card message properties
- [Feature] Support Consents (List identities and list audit records from consent list)
- [Feature] Support Project Settings
- [Feature] Support Identity conflicts listing
- [Feature] Support KakaoTalk commerce and carousel commerce messages in the channel-specific messages
- [Feature] Support Line notification template messages in the channel-specific messages
- [Feature] Support various payment buttons for whatsapp: payment link, dynamic pix and boleto
- [Feature] Support list last messages by channel identity
Elastic SIP Trunking
- [Feature] Support add projects operation
- [Feature] Support export call history
- [Feature] Support Call Blocking Rules
- [Feature] Support Credential Lists
Fax:
- [Deprecation] Fax API is not using regions anymore, only 1 single endpoint
- [Feature] Support cover pages
- [Bugfix] Fix pagination parameters
Numbers:
- [Feature] Support emergency address for SIP numbers
- [Bugfix] Fix non-required parameters for listing rented numbers
SMS:
- [Tech]: implemented E2E tests with servicePlanId authentication
Verification:
- [Feature] Support WhatsApp verification
Voice:
- [Feature] Support
streamingOptionsin the connectStream SVAML action
Overvall:
- [Tech]: Lazy load a single ApiFetchClient instance for a given domain service
- [QoL]: List methods with only optional parameters accept no parameter, instead of a necessary empty object
domain.sub.list({})can now also be writtendomain.sub.list()
Full Changelog: v1.3.0...v1.4.0