Skip to content

Latest commit

 

History

History
138 lines (105 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

138 lines (105 loc) · 3.12 KB

C-Sharp 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.1.1] 2022-12-01

Changed

  • Changed QueueResult property currentSize from string to int
  • Renamed QueueResult property averageWaitTime to averageQueueRemovalTime

[4.1.0] 2022-11-02

Changed

  • Account ID is no longer needed for every api request/model creation
  • Updated README for accountId and apiKey setting

[4.0.2] 2022-11-01

Added

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

[4.0.1] 2022-08-19

Added

  • Add Park PerCL command
  • Add Unpark PerCL command

[3.0.5] 2021-12-6

Changed

  • Replaced Auth Token -> API Key

[3.0.4] 2021-11-2

Added

  • Added applicationId, country, hasApplication, region, smsEnabled, voiceEnabled optional filters to IncomingPhoneNumbersSearchFilters interface
  • Added country, region, smsEnabled, voiceEnabled optional filters to AvailablePhoneNumbersSearchFilters interface

[3.0.3] 2021-11-4

Added

  • 1 new param active for CallSearchFilters

[3.0.1] 2021-8-3

Added

  • 4 new properties for GetSpeechActionCallback

[3.0.0] - 2021-05-06

Added

  • Add new Utils file
  • Add API to verify a signature

[2.1.2] - 2020-12-16

Added

  • Add privacyMode option to RecordUtterance PerCL command

[2.1.1] - 2020-12-16

Added

  • Additional message statuses for TFN functionality

[1.2.1] - 2020-10-14

Added

  • Add Reject PerCL command
  • Add privacyMode option

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