Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.97 KB

File metadata and controls

49 lines (38 loc) · 1.97 KB

Change Log

4.1.3 (2018-08-21)

  • Add support for fetching queued_call details
  • Add powerpack support
  • Add Log Incoming Message in resources

4.1.0 (2018-08-21)

  • Added api's for address and identity verification

4.0.4 (2018-08-15)

  • Fixed asynchronous outbound call

4.0.3 (2018-07-27)

  • Add gradle task fatJar to create fat jar.
  • Fix gradle task javadocJar.

4.0.2 (2018-04-25)

  • Fix validate Signature. Supporting URL with Port.
  • Add .create(), .get(), .delete(), and other actions to Resource.client(client).
  • Add call_state parameter to Call resource.
  • Add test classes for DTMF send digits.
  • Upgrade gradle to fix travis build.
  • Add Examples.

4.0.1 (2018-02-20)

  • Fix #38. The SDK now supports using Subaccounts to make API calls.

4.0.0 (2018-01-18)

  • No changes since Beta 3. Releasing in GA.

4.0.0-beta-3 (2017-11-10)

  • Fix #31.
  • Support X-Plivo-Signature-V2. Dropped support for V1 signature.

4.0.0-beta-2 (2017-10-30)

  • Exactly same as 4.0.0-beta-1. As good as a yanked version. No release tag.
  • Removed default POM.xml while publishing to Sonatype.
  • Available on MavenCentral along with 4.0.0-beta-1.

4.0.0-beta-1 (2017-10-30)

  • The new SDK works with both Java 1.8 & 1.9 (JDKs 8 & 9)
  • The API interfaces are consistent and guessable
  • Handles pagination automatically when listing all objects of a resource

Other changes

2016-06-02 Added digitsMatchBLeg parameter to Dial XML 2013-10-25 Added stopSpeak() 2013-09-03 Fixed issue with unicode values assigned to API parameters.