Skip to content

Latest commit

 

History

History
170 lines (134 loc) · 4.16 KB

File metadata and controls

170 lines (134 loc) · 4.16 KB

Python SDK Changelog

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

The format of this changelog is based on Keep a Changelog. This project adheres to Semantic Versioning.

None

[4.0.5] - 2022-11-01

Added

  • Add offnet property in IncomingNumber resource
  • Add offnet query parameter for listIncomingNumbers

[4.0.4] - 2022-10-07

Added

  • Add play_ beep enum to update conference request

Changed

  • Call status enum INPROGRESS to IN_PROGRESS
  • Call status enum NOANSWER to NO_ANSWER
  • Conference play_beep enum ENTRYONLY to ENTRY_ONLY
  • Conference play_beep enum EXITONLY to EXIT_ONLY

[4.0.3] - 2022-08-19

Added

  • Add Park PerCL command
  • Add Unpark PerCL command

[4.0.2] - 2022-08-09

Added

  • Added optional property campaign_id

Changed

  • Update default value for loop value in Say command to 1

[4.0.0] - 2022-02-16

Added

  • Add capabilities query functionality for searching AvailableNumbers and IncomingNumbers
  • Enable unit testing

Changed

  • Prefer keyword argument initialization for all models
  • Rename api->list_an_application to list->list_applications
  • Use new openapi-generator version (5.4.0)
  • Remove floating freeclimb.percl_to_json and added it to PerclScript as to_json method

[3.0.2] - 2021-12-06

Changed

-remove alias from accepted query parameters when listing AvailablePhoneNumbers -Add country, region, smsEnabled, and voiceEnabled as accepted query parameters for AvailablePhoneNumbers -Add smsEnabled to AvailablePhoneNumbers response schema -Add applicationId, country, region, smsEnabled, voiceEnabled, and hasApplication as accepted query parameters for IncomingPhoneNumber.

[3.0.1] - 2021-11-01

Added

  • Add active property to CallResult

Changed

  • Small instances of token to key
  • Call ID is not required to AddToConference

[3.0.0] - 2021-05-05

Added

  • Add verifyRequest utility function

[2.2.0] - 2021-04-12

Changed

  • Replace any language instance of auth_token or similar speech to api_key

[2.1.2] - 2021-03-10

Added

  • Add callConnectUrl option to MakeCall Request

[2.1.1] - 2020-12-16

Added

  • Add privacyMode option to RecordUtterance PerCL command

[2.1.0] - 2020-12-16

Added

  • Add Reject PerCL command
  • Add Hangup PerCL command

Fixed

  • Updated description and requirement of action_url attribute of Redirect PerCL command

[2.0.3] - 2020-12-16

Added

  • Additional message statuses for TFN functionality

[2.0.2] - 2020-08-13

Added

  • Add privacyMode option

[1.2.1] - 2020-10-14

Added

  • Add Reject PerCL command

Changed

  • Rename setPersyUrl to setUrl

Fixed

  • Properly handle empty response bodies
  • Other Minor bug fixes

[1.2] - 2019-10-16

Changed

  • Persephony is now FreeClimb
  • Code cleanup
  • Documentation Updates
  • Test Update

Fixed

  • Update common response handler to not use bodu twice

[1.1.1] - 2019-06-27

Changed

  • Minor updates to docs and code cleanup

[1.1.0] - 2019-06-07

Pull Requests

  • Merge pull request #22 from PersephonyAPI/maintenance

[1.0.0] - 2019-06-04

Changed

  • Change default api target

[0.1.0] - 2019-05-30

Added

  • PlayEarlyMedia PerCL Command

[0.0.2] - 2018-11-29

Remove

  • Remove callConnectUrl and statusCallbackUrl from api.calls#create

[0.0.1] - 2018-11-13

Added

  • PerCL Support
  • FreeClimb API Support
  • README, LICENSE
  • docs

Changed

  • Initial Release