|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?><package> |
2 | 2 | <metadata> |
3 | 3 | <id>CallfireApiClient</id> |
4 | | - <version>1.1.28</version> |
| 4 | + <version>1.1.29</version> |
5 | 5 | <title>CallFire API v2 client</title> |
6 | 6 | <authors> |
7 | 7 | Vladimir Mikhailov |
|
13 | 13 | <iconUrl>https://www.callfire.com/favicon.ico</iconUrl> |
14 | 14 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
15 | 15 | <description>C# client library for integration with Callfire REST API v2 services</description> |
16 | | - <releaseNotes> |
17 | | - Callfire API client Changelog |
18 | | - ============================= |
19 | | - Version 1.1.28 - March 06 2019 |
20 | | - - added date interval filtering parameters to broadcasts lookup |
21 | | - |
22 | | - Version 1.1.27 - Feb 28 2019 |
23 | | - - fixed isssue with Broadcast Status enum |
24 | | - |
25 | | - Version 1.1.26 - Jan 17 2019 |
26 | | - - updated RestSharp version to 106.6 |
27 | | - |
28 | | - Version 1.1.24 - Oct 17 2018 |
29 | | - - removed potential security vulnerability connected with DotNetZip library |
30 | | - |
31 | | - Version 1.1.23 - Sept 26 2018 |
32 | | - - added findMedia API operation to sdk |
33 | | - |
34 | | - Version 1.1.22 - Sept 04 2018 |
35 | | - - updated version of RestSharp client to 106.3.0 |
36 | | - - downgraded version of .NET framework to 4.6 |
37 | | - |
38 | | - Version 1.1.21 - August 10 2018 |
39 | | - - added StrongNamer library to sign unsigned assembly in a nuget package |
40 | | - |
41 | | - Version 1.1.20 - August 1 2018 |
42 | | - - updated .NET framework target version to latest for support TLS 1.2 by default |
43 | | - |
44 | | - Version 1.1.19 - Jun 13 2017 |
45 | | - - added fromNumber to Recipient object for sending calls/texts |
46 | | - - added strictValidation flag for adding contacts to broadcast |
47 | | - - added useCustomFields to createContactList/addContactListContacts apis |
48 | | - - added media array parameter for TextRecipient |
49 | | - - added a way to upload files from byte array for media and campaign sounds api |
50 | | - |
51 | | - Version 1.1.18 - May 29 2017 |
52 | | - - upgraded dependencies |
53 | | - |
54 | | - Version 1.1.17 - May 4 2017 |
55 | | - - removed subscriptions api (not supported from v2 api client) |
56 | | - - fixed findWebhooks api to use enums instead strings |
57 | | - - trivial tests fixes |
58 | | - |
59 | | - Version 1.1.16 - Mar 28 2017 |
60 | | - - fixed DayOfWeek enum for scheduler |
61 | | - |
62 | | - Version 1.1.15 - Jan 27 2017 |
63 | | - - added dnc apis |
64 | | - |
65 | | - Version 1.1.14 - Jan 17 2017 |
66 | | - - added possibility to use client without config file |
67 | | - |
68 | | - Version 1.1.13 - Dec 30 2016 |
69 | | - - minor fixes for get contacts history api |
70 | | - |
71 | | - Version 1.1.12 - Dec 28 2016 |
72 | | - - updated CallRecord dto to include originateTime, answerTime, duration, callerName and switchId fields |
73 | | - - updated Webhook dto to include singleUse parameter |
74 | | - - minor extension of requests objects for upload and find sounds api, get contacts history api and find tollfree numbers api |
75 | | - - temporary turning dnc api off due to full remake of callfire dnc apis |
76 | | - |
77 | | - Version 1.1.11 - Nov 18 2016 |
78 | | - - added deleteCampaignSound api |
79 | | - - added getCreditsHistory api |
80 | | - - remove dnc lists api (not supported anymore) |
81 | | - |
82 | | - Version 1.1.10 - Oct 26 2016 |
83 | | - - added more parameters to call tracking config in Number Lease config object |
84 | | - |
85 | | - Version 1.1.9 - Jul 11 2016 |
86 | | - - added loading labels parameter in Number Lease objects |
87 | | - |
88 | | - Version 1.1.8 - May 27 2016 |
89 | | - - defaultLiveMessage, defaultMachineMessage, defaultLiveMessageSoundId, defaultMachineMessageSoundId, defaultVoice params added to send calls api |
90 | | - - added batch id filter parameter for get broadcast calls/texts |
91 | | - - added fields filter parameter for add sound via call, returns CampaignSound object |
92 | | - - added fields filter parameter for add sound via text-to-speech, returns CampaignSound object |
93 | | - - defaultMessage parameter added to send texts function |
94 | | - - added findWebhookResource and findWebhookResources methods to use new webhooks apis |
95 | | - - resumeNextDay parameter added to CallBroadcast object |
96 | | - - transferMessage, transferMessageSoundId, transferDigit, transferNumber params added to CallRecipient object for sending calls and texts |
97 | | - - added questionResponses parameter to CallRecord object |
98 | | - - added duplicate parameter to CampaignSound object |
99 | | - - get call recordings api functions implemented in CallsApi |
100 | | - |
101 | | - Version 1.1.7 - Apr 18 2016 |
102 | | - - migration to 4.5 net framework |
103 | | - - migration to gradle |
104 | | - |
105 | | - Version 1.1.6 - Mar 25 2016 |
106 | | - - added mono debug files generation on Windows platform |
107 | | - - removed get/update batch api calls from TextBroadcastsApi |
108 | | - |
109 | | - Version 1.1.5 - Mar 14 2016 |
110 | | - - added debug support for Mono platform |
111 | | - - fixed issue with uploading mp3 media |
112 | | - |
113 | | - Version 1.1.4 - Mar 4 2016 |
114 | | - - added proxy with basic authorization support, see out docs how to configure it. |
115 | | - |
116 | | - Version 1.1.3 - Feb 16 2016 |
117 | | - - added nuget symbolsource package to debug source code. |
| 16 | + <releaseNotes>Callfire API client Changelog |
| 17 | +============================= |
| 18 | +Version 1.1.29 - May 29 2019 |
| 19 | +- dependecies upgraded (Nunit to v3) |
| 20 | +- added allowedVersions for dependencies |
118 | 21 |
|
119 | | - Version 1.1.2 - Jan 27 2016 |
120 | | - - added find by batchId parameter to FindCalls & FindTexts requests. |
| 22 | +Version 1.1.28 - March 06 2019 |
| 23 | +- added date interval filtering parameters to broadcasts lookup |
| 24 | + |
| 25 | +Version 1.1.27 - Feb 28 2019 |
| 26 | + - fixed isssue with Broadcast Status enum |
| 27 | + |
| 28 | +Version 1.1.26 - Jan 17 2019 |
| 29 | + - updated RestSharp version to 106.6 |
| 30 | + |
| 31 | +Version 1.1.24 - Oct 17 2018 |
| 32 | + - removed potential security vulnerability connected with DotNetZip library |
| 33 | + |
| 34 | +Version 1.1.23 - Sept 26 2018 |
| 35 | + - added findMedia API operation to sdk |
| 36 | + |
| 37 | +Version 1.1.22 - Sept 04 2018 |
| 38 | + - updated version of RestSharp client to 106.3.0 |
| 39 | + - downgraded version of .NET framework to 4.6 |
| 40 | + |
| 41 | +Version 1.1.21 - August 10 2018 |
| 42 | + - added StrongNamer library to sign unsigned assembly in a nuget package |
| 43 | + |
| 44 | +Version 1.1.20 - August 1 2018 |
| 45 | + - updated .NET framework target version to latest for support TLS 1.2 by default |
| 46 | + |
| 47 | +Version 1.1.19 - Jun 13 2017 |
| 48 | +- added fromNumber to Recipient object for sending calls/texts |
| 49 | +- added strictValidation flag for adding contacts to broadcast |
| 50 | +- added useCustomFields to createContactList/addContactListContacts apis |
| 51 | +- added media array parameter for TextRecipient |
| 52 | +- added a way to upload files from byte array for media and campaign sounds api |
| 53 | + |
| 54 | +Version 1.1.18 - May 29 2017 |
| 55 | +- upgraded dependencies |
| 56 | + |
| 57 | +Version 1.1.17 - May 4 2017 |
| 58 | +- removed subscriptions api (not supported from v2 api client) |
| 59 | +- fixed findWebhooks api to use enums instead strings |
| 60 | +- trivial tests fixes |
| 61 | + |
| 62 | +Version 1.1.16 - Mar 28 2017 |
| 63 | +- fixed DayOfWeek enum for scheduler |
| 64 | + |
| 65 | +Version 1.1.15 - Jan 27 2017 |
| 66 | +- added dnc apis |
| 67 | + |
| 68 | +Version 1.1.14 - Jan 17 2017 |
| 69 | +- added possibility to use client without config file |
| 70 | + |
| 71 | +Version 1.1.13 - Dec 30 2016 |
| 72 | +- minor fixes for get contacts history api |
| 73 | + |
| 74 | +Version 1.1.12 - Dec 28 2016 |
| 75 | +- updated CallRecord dto to include originateTime, answerTime, duration, callerName and switchId fields |
| 76 | +- updated Webhook dto to include singleUse parameter |
| 77 | +- minor extension of requests objects for upload and find sounds api, get contacts history api and find tollfree numbers api |
| 78 | +- temporary turning dnc api off due to full remake of callfire dnc apis |
| 79 | + |
| 80 | +Version 1.1.11 - Nov 18 2016 |
| 81 | +- added deleteCampaignSound api |
| 82 | +- added getCreditsHistory api |
| 83 | +- remove dnc lists api (not supported anymore) |
| 84 | + |
| 85 | +Version 1.1.10 - Oct 26 2016 |
| 86 | +- added more parameters to call tracking config in Number Lease config object |
| 87 | + |
| 88 | +Version 1.1.9 - Jul 11 2016 |
| 89 | +- added loading labels parameter in Number Lease objects |
| 90 | + |
| 91 | +Version 1.1.8 - May 27 2016 |
| 92 | +- defaultLiveMessage, defaultMachineMessage, defaultLiveMessageSoundId, defaultMachineMessageSoundId, defaultVoice params added to send calls api |
| 93 | +- added batch id filter parameter for get broadcast calls/texts |
| 94 | +- added fields filter parameter for add sound via call, returns CampaignSound object |
| 95 | +- added fields filter parameter for add sound via text-to-speech, returns CampaignSound object |
| 96 | +- defaultMessage parameter added to send texts function |
| 97 | +- added findWebhookResource and findWebhookResources methods to use new webhooks apis |
| 98 | +- resumeNextDay parameter added to CallBroadcast object |
| 99 | +- transferMessage, transferMessageSoundId, transferDigit, transferNumber params added to CallRecipient object for sending calls and texts |
| 100 | +- added questionResponses parameter to CallRecord object |
| 101 | +- added duplicate parameter to CampaignSound object |
| 102 | +- get call recordings api functions implemented in CallsApi |
| 103 | + |
| 104 | +Version 1.1.7 - Apr 18 2016 |
| 105 | +- migration to 4.5 net framework |
| 106 | +- migration to gradle |
| 107 | + |
| 108 | +Version 1.1.6 - Mar 25 2016 |
| 109 | +- added mono debug files generation on Windows platform |
| 110 | +- removed get/update batch api calls from TextBroadcastsApi |
| 111 | + |
| 112 | +Version 1.1.5 - Mar 14 2016 |
| 113 | +- added debug support for Mono platform |
| 114 | +- fixed issue with uploading mp3 media |
| 115 | + |
| 116 | +Version 1.1.4 - Mar 4 2016 |
| 117 | +- added proxy with basic authorization support, see out docs how to configure it. |
| 118 | + |
| 119 | +Version 1.1.3 - Feb 16 2016 |
| 120 | +- added nuget symbolsource package to debug source code. |
| 121 | + |
| 122 | +Version 1.1.2 - Jan 27 2016 |
| 123 | +- added find by batchId parameter to FindCalls & FindTexts requests. |
121 | 124 | - fixed NumberApi.findNumbersLocal and NumberApi.findNumbersTollfree methods to accept an updated server responses |
122 | 125 |
|
123 | 126 | Version 1.1.1 - Jan 25 2016 |
|
0 commit comments