Skip to content

Latest commit

 

History

History
228 lines (170 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

228 lines (170 loc) · 11.1 KB

Change Log

v5.4.0 (2021-10-11)

Features - Messaging

  • This version includes advancements to the Messaging Interface that deals with the Send SMS/MMS interface, Creating a standard structure for request/input arguments to make implementation easier and incorporating support for the older interface.

    Example for send SMS

v5.3.0 (2021-07-28)

v5.2.1 (2021-07-27)

  • Updated default HTTP client request timeout to 5 seconds.

v5.2.0 (2021-07-14)

  • Add support for MPC APIs and XML (Voice retry included), validated voice UTs.

v5.1.0 (2021-07-13)

v5.0.1 (2021-07-05)

  • Make parameters optional for XML method AddSpeak

v5.0.0 (2021-07-05)

  • BREAKING: Removed the total_count parameter in meta data for list MDR response

v4.17.1 (2021-07-02)

  • Read voice network group from voice pricing
  • Read voice network group from List/Get CDR response

v4.17.0 (2021-06-15)

  • Add stir verification param as part of Get CDR and Live call API response

v4.16.1 (2020-04-08)

  • Read origination prefix from voice pricing

v4.16.0 (2021-03-30)

  • Add support for Regulatory Compliance APIs.
  • Add "complianceApplicationId","complianceStatus" - these new feilds in the List/Get rented numbers
  • Add "city","mmsEnabled","mmsRate","complianceRequirement" - These new feilds are added in the Search Phone Number
  • Add "npanxx" and "local_calling_area" support for Search Phone Number.

v4.15.1 (2020-12-17)

  • Fix Prosody XML error - SSML.

v4.15.0 (2020-11-17)

  • Add number_priority support for Powerpack API.

v4.14.0 (2020-10-27)

  • Change lookup API endpoint and response.

v4.13.0 (2020-10-06)

  • Add support for Lookup API.

v4.12.0 (2020-09-24)

  • Add "PublicUri" optional param support for Application API.

v4.11.0 (2020-09-07)

  • Add Powerpack for MMS

v4.10.2 (2020-08-19)

  • Internal changes in PHLO for MultiPartyCall component.

v4.10.1 (2020-08-14)

  • Add exception handling for non-JSON error responses and statusCode 401.

v4.10.0 (2020-08-06)

  • Add retries to multiple regions for voice requests.

v4.9.1 (2020-06-30)

  • Fix List Call Details response.

v4.9.0 (2020-05-28)

  • Add JWT helper functions.

v4.8.2 (2020-05-19)

  • Fix List All Rented Numbers API response.

v4.8.1 (2020-05-19)

  • Add Send MMS using Media_ID support.

v4.8.0 (2020-04-29)

  • Add V3 signature helper functions.

v4.7.1 (2020-04-24)

  • Fix Bulk call API response.

v4.7.0 (2020-03-31)

  • Add application cascade delete support.

v4.6.0 (2020-03-30)

  • Add Tollfree support for Powerpack

v4.5.0 (2020-03-27)

  • Add post call quality feedback API support.

v4.4.10 (2020-03-05)

  • Fix Newtonsoft warning.

v4.4.9 (2020-02-25)

  • Add Media support.

v4.4.8 (2019-12-20)

  • Add Powerpack support.

v4.4.7 (2019-12-04)

  • Add MMS support.

v4.4.6 (2019-11-13)

  • Add GetInput XML support.

v4.4.5 (2019-10-14)

  • Add proxy-support for Signature Validation.

v4.4.4 (2019-09-30)

  • Fix support for mixed SSML tags.

v4.4.3 (2019-08-06)

  • Add logic to handle invalid numbers for bulk SMS.

v4.4.2 (2019-07-18)

  • Add Status Code in API responses.

v4.4.1 (2019-06-12)

  • Add AggregateException Flattening

v4.4.0 (2019-03-14)

  • Add PHLO support
  • Add Multi-Party Call triggers

v4.3.0-beta1 (2019-03-14)

  • Add PHLO support in beta release
  • Add Multi-Party Call triggers

v4.2.3 (2019-01-04)

  • Update Thread Safety handling for synchronous execution.

v4.2.2 (2018-12-27)

  • Fix dynamic object usage with async/await statement.

v4.2.1 (2018-12-13)

  • Fix Web Proxy Support.

v4.2.0 (2018-12-04)

  • Changed base reference to .NET Standard 2.0 to support System.Web.Proxy.
  • Add Strong Naming instructions.

v4.1.7 (2018-11-21)

  • Add hangup party details to CDR. CDR filtering allowed by hangup_source and hangup_cause_code.
  • Add sub-account cascade delete support.

v4.1.6 (2018-10-31)

  • Add live calls filtering by to, from numbers and call direction.

v4.1.5 (2018-10-16)

  • Add support for SSML tags.

v4.1.4 (2018-10-01)

  • Add Trackable parameter in messages.

v4.1.3 (2018-09-17)

  • Added parent_call_uuid parameter added to filter calls.
  • Queued status added for filtering calls in queued status.

v4.1.2 (2018-08-28)

  • Added log_incoming_messages parameter to Create and Update Application api.

v4.1.1 (2018-07-12)

  • Added state parameter to message list api.
  • Fixed deletion of rented number.
  • Conference member mute response fix.
  • Removed the optional [ & ] while formatting the date.

v4.1.0 (2018-02-16)

  • Added Address and Identity resources.
  • Fixes #50 (NullReferenceException)

v4.0.0 (2018-01-18)

  • Supports v2 signature validation
  • Targets .NET Standard 1.3
  • All utils are moved to a neater namespace

v4.0.0-beta2 (2017-11-02)

  • Fix #41 - Pricing API interface from v4.0.0-beta1

v4.0.0-beta1 (2017-10-30)

  • The new SDK works with both .NET Framework (4.5+) and .NET Core (1.0+)
  • The API interfaces are consistent and guessable

Other changes

  • 3.0.7 Re-release
  • 3.0.6 Added addition verify signature function
  • 3.0.5 Added support for RestSharp 105.2.3
  • 3.0.4 Added digitsMatchBLeg parameter to Dial XML.
  • 3.0.3 Fixed sorting in Verify function
  • 3.0.2 Added answer_time and initiation_time to CDR model.
  • 3.0.1 Added beep attribute to Wait XML.
  • 3.0.0 Updated RestSharpSigned
  • 2.0.2 Added Request API function, stop_speak_member function in Conference API and abstracted all API responses to a parent class PlivoResponse.
  • 2.0.1 Added modify_number function.
  • 2.0.0 Update and separate bundling of RestSharp client and add RestSharpSigned as nuget package dependency. Signed version enables it to work with modern as well as older projects that still require strongname binaries.
  • 1.3.7 Make Verify Signature function public
  • 1.3.5 PhoneNumber API
  • 1.3.2 Added old_auth_token and auth_token fields to SubAccount response
  • 1.3.1 Added log attribute in GetDigits to handle sensitive DTMF info
  • 1.3.0 Added Delete Recording API
  • 1.2.9 Added minSilence attribute in Wait, async attribute in DTMF, NuGet Update -selfrelayDTMF attribute in Conference, stop_speak() method and invalid_numbers in Call Response and added get_account, get_recordings, get_recording and get_recording_by_call_uuid methods
  • 1.2.8 Fixed issue with returning of nested XML object.
  • 1.2.7 Added 'recordWhenAlone' attribute in Conference XML.
  • 1.2.6 Fixed available number group for renting numbers.
  • 1.2.5 Fix issues with packaging.
  • 1.2.3 Allow optional parameters on various APIs.
  • 1.2.2 Minor change. Fix for speak api method.
  • 1.2.0 Additional APIs coverage: incoming carrier and pricing. support for unicode.
  • 1.1.7 Minor change. Updated attributes for Conference and Record Elements.
  • 1.1.6 Minor change. Updated attributes for GetDigits Element.
  • 1.1.5 Minor change. Updated attributes for Conference Element.
  • 1.1.4 Minor change. Updated attributes for Record Element.
  • 1.1.3 Minor fix for attribute error.
  • 1.1.2 Added attribute to XML element Wait.
  • 1.1.1 Added method for making bulk calls with sip headers for each.
  • 1.1.0 Multilingual speak support html entities. Added the new message APIs. Also updated various model attributes to handle json response.
  • 1.0.3 Minor fix to deal with GET request on few resources.
  • 1.0.2 Minor fix for PlivoElement.AddWait method.
  • 1.0.1 Minor fix for Number API calls.
  • 1.0 Supports making Plivo APIs calls and generation of Plivo XML.