Skip to content

Releases: CallFire/callfire-api-client-java

1.7.1

07 Jan 14:06
Compare
Choose a tag to compare
  • added Subscriptions API back because Webhooks feature currently in beta
  • IvrBroadcast and related classes are now deprecated, use CallBroadcast instead
  • bugfixes

1.7.0

15 Dec 18:27
Compare
Choose a tag to compare
  • 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

25 Nov 13:50
Compare
Choose a tag to compare
  • updated Webhook object, added validation of events

1.5.0

28 Oct 20:39
Compare
Choose a tag to compare
- 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

19 Oct 14:47
Compare
Choose a tag to compare
  • removed deprecated Subscriptions API

1.3.1

07 Oct 10:05
Compare
Choose a tag to compare
Merge pull request #17 from CallFire/develop

new patch version

1.3.0

02 Oct 12:42
Compare
Choose a tag to compare
  • added ContactListsApi.createFromCsv(name, file) api method to allow creation of contact lists from csv file
  • javadoc updates

1.2.0

02 Oct 08:23
Compare
Choose a tag to compare
  • Added CRUD operations for API credentials in meApi class
  • disabled serialization of empty arrays

1.1.1

01 Oct 15:59
Compare
Choose a tag to compare
  • replaced Double type in BillingPlanUsage to BigDecimal
  • Jackson's ObjectMapper is now accessible via CallfireClient.getRestApiClient().getJsonConverter()

1.1.0

01 Oct 12:23
Compare
Choose a tag to compare
  • removed setters for read-only fields
  • corrected /dncs API path