Skip to content

Latest commit

 

History

History
89 lines (76 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

89 lines (76 loc) · 4.64 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.1.0]

Breaking Changes

  • removed DIDWW::Resource::DidGroup::FEATURE_VOICE in favor DIDWW::Resource::DidGroup::FEATURE_VOICE_IN and DIDWW::Resource::DidGroup::FEATURE_VOICE_OUT #42
  • removed DIDWW::Resource::DidGroup::FEATURE_SMS in favor of DIDWW::Resource::DidGroup::FEATURE_SMS_IN and DIDWW::Resource::DidGroup::FEATURE_SMS_OUT #42

[4.0.0]

Breaking Changes

  • /v3/did_groups removed local_prefix attribute

Added

  • /v3/nanpa_prefixes endpoints being added.

Changes

  • /v3/orders endpoints being updated. Added nanpa_prefix_id attribute for DID order item.

[3.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.

[2.0.0] - 2021-10-26

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.

Bugfixes

  • fix order purchase when activesupport 6.X.X is used.

[1.3.0] - 2018-09-03

Changes

  • 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

[1.2.0] - 2018-04-25

Changes

  • add number selection feature

[1.1.0] - 2018-03-05

Changes

  • add Pop resource
  • Remove old trunk.preferred_server property
  • Add max_transfers and max_30x_redirects to sip_configurations
  • Added custom user-agent header

[1.0.0] - 2017-12-05

  • initial release