Skip to content

Releases: didww/didww-api-3-php-sdk

v6.2.1

29 Jul 14:37
9f717d9
Compare
Choose a tag to compare

What's Changed

  • fixed Type mismatch error error by @BOPOH in #62
  • Added iso-field to the Region-object by @BOPOH in #63
  • Locked the version of code style tool by @BOPOH in #66

Full Changelog: v6.2.0...v6.2.1

v6.2.0

14 Dec 12:04
ae1c9b3
Compare
Choose a tag to compare

What's Changed

  • Add support for illuminate/support v9.0 and v10.0 by @BOPOH in #59

Full Changelog: v6.1.0...v6.2.0

v6.1.0

17 Feb 08:06
5ed07fd
Compare
Choose a tag to compare

What's Changed

  • Fixed the return values of \Didww\Item\BaseItem's children by @BOPOH in #57
  • Added support for the swisnl/json-api-client:^2.0 package by @BOPOH in #56
  • DID description can be null, refs #55 by @gigorok in #58

Full Changelog: v6.0.0...v6.1.0

v6.0.0

27 Sep 10:34
b62410a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @BOPOH made their first contribution in #53

Full Changelog: v5.0.0...v6.0.0

v5.0.0

18 Jul 12:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

v4.0.0

09 Feb 11:46
6185490
Compare
Choose a tag to compare

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

20 Apr 13:46
77308e6
Compare
Choose a tag to compare

v2.0.0

26 Nov 09:51
Compare
Choose a tag to compare
  1. supporting of json_api_client v1.3.2
  2. drop php 7.1 supporting

v1.0.8

05 Nov 14:08
Compare
Choose a tag to compare
fix boolean typehint #24

v1.0.7: Merge pull request #23 from gigorok/freeze-json-api-client-0-17-0

02 Aug 10:29
0a76a33
Compare
Choose a tag to compare