Skip to content

Releases: FreeClimbAPI/java-sdk

Upgrade dependencies

31 Oct 21:49
af576b0
Compare
Choose a tag to compare

Upgraded gson (as per security vulnerability scanning)

Publish new sdk generated from openapi generator

31 Oct 17:45
74e84ca
Compare
Choose a tag to compare

5.0.0 contains the newly generated java sdk for freeclimb. It is generated using our custom openapi generator. We will no longer be manually modifying the source code for this sdk.

Add campaignId, provider and capabilities properties

18 Jan 17:23
1de18e5
Compare
Choose a tag to compare

Added a new set of properties for PhoneNumbers (AvailablePhoneNumbers as well as IncomingPhoneNumbers) that better describe what this is resource is capable of.
New Properties include

  • campaignId
  • provider
  • capabilities

Capabilities contain a nested object PhoneNumberCapabilities that contain all of the current capabilities of a given number.
All properties have corresponding getters, setters and equality methods.

Added active property to CallSearchFilters and Call

04 Nov 15:17
a2661a0
Compare
Choose a tag to compare

Added a new property active to the classes CallsSearchFilters.java and Call.java by creating the variable private boolean active; and adding the corresponding getters and setters.

Add `callConnectUrl` option to MakeCall Request

13 May 17:00
49577ed
Compare
Choose a tag to compare
Merge pull request #11 from FreeClimbAPI/VCSWP-12562

VCSWP-12562: Add callConnectUrl option to MakeCall Request

Vocabulary change from auth token to api key

11 May 14:12
2077284
Compare
Choose a tag to compare
Merge pull request #15 from FreeClimbAPI/replaceAuthToken

Find and Replace Auth Token -> API Key

Signing Secrets verification with more exception handling

05 May 23:06
0eed21d
Compare
Choose a tag to compare

Offers new Utility function verifyRequest which uses FreeClimb's signature header to verify that a request is valid.
Bug fix: handles more exceptions

Signing Secrets verification

05 May 23:00
52cf193
Compare
Choose a tag to compare

Offers new Utility function verifyRequest which uses FreeClimb's signature header to verify that a request is valid.

Add `privacyMode` option to RecordUtterance PerCL command

16 Feb 23:05
e9c6ce4
Compare
Choose a tag to compare

Add privacyMode option to RecordUtterance PerCL command

Additional message statuses for TFN functionality

17 Dec 00:09
02ccee2
Compare
Choose a tag to compare

Add the following message statuses:

  • new
  • expired
  • deleted
  • unknown