Releases: CallFire/callfire-api-client-java
Releases · CallFire/callfire-api-client-java
1.7.1
- added Subscriptions API back because Webhooks feature currently in beta
- IvrBroadcast and related classes are now deprecated, use CallBroadcast instead
- bugfixes
1.7.0
- added CallBroadcastsApi which replaced VoiceBroadcastsApi, in future it will be merged with IVR broadcasts API.
- deprecated VoiceBroadcastsApi and VoiceBroadcast classes, use CallBroadcast instead
- added API to fetch text/call broadcast statistics
- added MediaApi class for accessing /media endpoint
1.6.0
- updated Webhook object, added validation of events
1.5.0
- added support of schedules for all campaigns
- added 'recordings' property to CallRecord object, so now you can fetch recordings metadata for particular call
- improvements in exception handling, now different HTTP response error codes produce different API exceptions
-- 400 - throws BadRequestException
-- 401 - throws UnauthorizedException
-- 403 - throws AccessForbiddenException
-- 404 - throws ResourceNotFoundException
-- 500 - throws InternalServerErrorException
-- other error codes throw CallfireApiException
1.4.0
- removed deprecated Subscriptions API
1.3.1
Merge pull request #17 from CallFire/develop new patch version
1.3.0
- added ContactListsApi.createFromCsv(name, file) api method to allow creation of contact lists from csv file
- javadoc updates
1.2.0
- Added CRUD operations for API credentials in meApi class
- disabled serialization of empty arrays
1.1.1
- replaced Double type in BillingPlanUsage to BigDecimal
- Jackson's ObjectMapper is now accessible via CallfireClient.getRestApiClient().getJsonConverter()
1.1.0
- removed setters for read-only fields
- corrected /dncs API path