Skip to content

Latest commit

 

History

History
335 lines (176 loc) · 5.25 KB

CHANGELOG.md

File metadata and controls

335 lines (176 loc) · 5.25 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.9.0] - 2024-10-08

Added

  • Add KnowledgeBase API to SDK

[4.8.0] - 2024-09-12

Added

  • GetNextPage method to DefaultApi

[4.7.1] - 2024-08-01

Changed

  • Fix test file format and some value updates, also fix SDK file auto-generation issue

[4.7.0] - 2024-07-05

Changed

  • GetDigit initialTimeoutMS property type change from string to integer

Removed

  • Deprecated percl fields

[4.6.3] - 2024-04-09

Added

  • Fix for Signature Information class method bug

[4.6.2] - 2023-09-06

Changed

  • TranscribeUtterance into a PerCL command

[4.6.1] - 2023-09-01

Added

  • MIT License

[4.6.0] - 2023-08-15

Added

  • Transcribe Utterance Feature

[4.5.2] 2023-08-07

Changed

  • Added Unit Testing for C# SDK

[4.5.1] 2023-07-26

Changed

  • Changed AddToConference CallId property type from boolean to string

[4.5.0] 2023-06-07

Added

  • Number management feature for csharp sdk including methods, properties, and testing

[4.4.0] 2023-04-27

Changed

  • Introduce application ID filtering for list calls method

[4.3.0] 2023-04-03

Added

[4.2.3] 2023-03-13

Changed

  • callStatus variable of CallResult is now processing and returning correct data back

[4.2.2] 2023-02-21

Changed

  • OutDial PerCL command callingNumber and destination types fixed

[4.2.1] 2023-02-14

Changed

  • Application Request model allows for null values

[4.2.0] 2023-01-06

Changed

  • Enums have been implemented in the csharp sdk
  • Updated README for enum implementation and testing

[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-08-03

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