Skip to content

Releases: didww/didww-v3-ruby

v4.1.0

26 May 13:11
96a36ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

19 Jul 13:34
9eeac8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.0.0

09 Feb 11:41
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.

v2.0.0

26 Oct 08:16
Compare
Choose a tag to compare

Breaking Changes

  • upgrade json_api_client version to 1.18.0 #9
    Handling of 4XX responses was changed - it now raises JsonApiClient::Errors::ClientError with detail as error message instead of adding it into base errors.
  • /v3/dids in request and response attributes pending_removal being removed in favor of billing_cycles_count.
  • /v3/did_groups restriction message removed in favor of requirements relationship.

Changes

  • replace travis with github actions #7 #9
  • use rubocop 1.9.X version #7
  • add bundle-audit #7
  • /v3/orders request attribute items of type DID Order Item Attributes can have billing_cycles_count.
  • /v3/dids added address_verification relationship.
  • callbacks attributes added to /v3/orders, /v3/cdr_exports.
  • /v3/proof_types read endpoints being added.
  • /v3/supporting_document_templates read endpoints being added.
  • /v3/requirements read endpoints being added.
  • /v3/identities read, write, and delete endpoints being added.
  • /v3/addresses read, write, and delete endpoints being added.
  • /v3/encrypted_files read, write, and delete endpoints being added.
  • /v3/proofs write, delete endpoint being added.
  • /v3/permanent_supporting_documents write, delete endpoint being added.
  • /v3/address_verifications read and write endpoints being added.
  • /v3/requirement_validations write endpoint being added.

v1.3.1

26 Oct 08:53
Compare
Choose a tag to compare

Changes

  • replace travis with github actions #7 #9
  • use rubocop 1.9.X version #7
  • add bundle-audit #7

Bugfixes

  • fix order purchase when activesupport 6.X.X is used.
  • fix BigDecimal 2 support for ruby 2.7+.

v1.3.0

01 Feb 12:43
Compare
Choose a tag to compare
  • Add Capacity Pool and Shared Capacity Group resources
  • Add Capacity Pool and Shared Capacity Group relationships to DID
  • Add Quantity based pricings and Capacity type Order Item

v1.2.0

25 Apr 11:52
26717e9
Compare
Choose a tag to compare
  • Added number selection feature.

v1.1.0

05 Mar 12:26
90ff90f
Compare
Choose a tag to compare
  • Added POPs (Points of Presence) selection to Trunks.
  • Added max_transfers and max_30x_redirects properties to SIP Trunks.
  • Added custom user-agent header.