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