Skip to content

Releases: Vonage/vonage-java-sdk

v9.3.1

08 May 11:47
d94eb78
Compare
Choose a tag to compare

This release improves handling of unknown response types in CustomClient.

Full Changelog: v9.3.0...v9.3.1

v9.3.0

07 May 11:43
b49b3cb
Compare
Choose a tag to compare

This release adds support for failover messages in Messages API.

Full Changelog: v9.2.0...v9.3.0

v9.2.0

30 Apr 12:55
23e8d94
Compare
Choose a tag to compare

This release adds support for setting additional / custom request headers via httpConfig, as well as making HttpWrapper#setHttpClient public again.

Full Changelog: v9.1.0...v9.2.0

v9.1.0

22 Apr 13:33
b1d3301
Compare
Choose a tag to compare

This release adds support for custom HTTP requests via the new CustomClient. This allows you to use unsupported APIs whilst handling the auth and (de)serialisation automatically. The README explains this in more detail.

Full Changelog: v9.0.0...v9.1.0

v9.0.0

08 Apr 10:20
6c8bd1c
Compare
Choose a tag to compare

This major release removes deprecations, refactors enums and uses stronger data typing where possible. See more in #575.

Full Changelog: v8.20.1...v9.0.0

v8.20.1

20 Mar 14:49
59f0b9c
Compare
Choose a tag to compare

This release removes length validation on the brand parameter for verification requests in the Verify v2 API.

Full Changelog: v8.20.0...v8.20.1

v8.20.0

19 Mar 10:37
0e1659f
Compare
Choose a tag to compare

This release fixes creation and parsing of custom events in Conversation API, adds data model classes for more event types and support for the quantizationParameter in Video archives.

Full Changelog: v8.19.0...v8.20.0

v8.19.0

12 Mar 12:11
1e9b613
Compare
Choose a tag to compare

This release adds support for the Talk and Stream endpoints in Conversation API. It also implements data model classes for some of the missing read-only event types (rather than relying on GenericEvent).

Full Changelog: v8.18.0...v8.19.0

v8.18.0

05 Mar 10:34
a36e8ef
Compare
Choose a tag to compare

This release adds support for outbound MMS text, file and multimedia content message types.

Full Changelog: v8.17.0...v8.18.0

v8.17.0

28 Feb 12:37
fabbd00
Compare
Choose a tag to compare

This release adds the ability to set the domain identifer and user instead of URI for Connect NCCO actions targeting a SIP endpoint. It also ensures every class and method in the Voice API is fully documented, and deprecates legacy methods in favour of more intuitive alternatives.

What's Changed

  • feat: SIP connect NCCO domain/user identifiers (#567)
  • docs: Tidy up Voice API Javadocs & refactoring / deprecations (#568)
  • fix: Use Basic header auth in InsightClient (#569)

Full Changelog: v8.16.2...v8.17.0