Releases: didww/didww-api-3-php-sdk
Releases · didww/didww-api-3-php-sdk
v6.2.1
v6.2.0
v6.1.0
v6.0.0
v5.0.0
What's Changed
- Bump friendsofphp/php-cs-fixer dependency to v2.19.3 by @Ivanov-Anton in #45
- register NANPA prefixes resource for DIDWW PHP SDK by @Ivanov-Anton in #43
- renamed php-cs-fixer config file and use contructor PhpCsFixer\Config… by @Ivanov-Anton in #46
- Remove the local_prefix attribute from DID groups endpoint by @Ivanov-Anton in #51
- Filter Available DID numbers by NANPA prefix by @Ivanov-Anton in #50
- create DID Order by NANPA prefix by @Ivanov-Anton in #47
- filter DID Group by NANPA prefix by @Ivanov-Anton in #49
New Contributors
- @Ivanov-Anton made their first contribution in #45
Full Changelog: v4.0.0...v5.0.0
v4.0.0
Breaking Changes
- /v3/trunks being moved to /v3/voice_in_trunks.
- /v3/trunk_groups being moved to /v3/voice_in_trunk_groups.
- /v3/cdr_exports being moved to /v3/exports. Endpoint now allows generating both inbound and outbound CDRs export.
- /v3/exports result file will be CSV archived in GZIP.
- Callbacks payload for exports being changed: value of type attribute is changed to exports.
- /v3/exports export_type required attribute being added to request and response with possible values: cdr_in, cdr_out.
- /v3/exports filters attribute being removed from response.
- /v3/did_groups filter features allowed values to be changed to sms_in, sms_out, voice_in, voice_out, t38.
- /v3/did_groups response value of features attribute to be changed to sms_in, sms_out, voice_in, voice_out, t38.
- /v3/available_dids filter did_group.features allowed values being changed to sms_in, sms_out, voice_in, voice_out, t38.
- /v3/dids rename trunk_group relationship to voice_in_trunk_group with type voice_in_trunk_groups.
- /v3/dids rename trunks relationship to voice_in_trunks with type voice_in_trunks.
Changes
- /v3/voice_out_trunks endpoints being added.
- /v3/voice_out_trunk_regenerate_credentials endpoint being added.
- /v3/voice_in_trunks SIP configuration additional attributes being added to request and response: media_encryption_mode, stir_shaken_mode, allowed_rtp_ips.
- /v3/dids filter add filter did_group.features with allowed values: sms_in, sms_out, voice_in, voice_out, t38.
- Callbacks allow receiving events about /v3/voice_out_trunks status change.
support for API-3 release 2021-04-19
v2.0.0
v1.0.8
v1.0.7: Merge pull request #23 from gigorok/freeze-json-api-client-0-17-0
freeze json-api-clint to 0.17.0