Releases: Vonage/vonage-java-sdk
v8.9.1
v8.9.0
This release adds support for the Number Verification API. It also adds standard and custom headers to SipEndpoint
, and reduces the minimum channel timeout for Verify v2 requests.
Full Changelog: v8.8.1...v8.9.0
v8.8.1
v8.8.0
This release adds support for the SIM Swap API, along with a refactoring of how authentication is handled in the SDK internally to accommodate the OAuth2 workflow required for this. It also migrates the build from Gradle to Maven.
Full Changelog: v8.7.0...v8.8.0
v8.7.0
This release adds more supported languages for text-to-speech in Voice API, along with some additional fields for SMS, MMS and WhatsApp messages.
Full Changelog: v8.6.0...v8.7.0
v8.6.0
This release adds support for the Experience Composer in Video API, as well as fixing the createSession
endpoint. The Verify capability has also been added to the Application API to enable setting the status callback URL.
Full Changelog: v8.5.0...v8.6.0
v8.5.0
This release adds new functionality to the Video and Verify v2 APIs.
For Video, the Audio Connector and Live Captioning features have been implemented, along with the publisheronly
role for token generation.For Verify v2, the Next Workflow endpoint has been added, along with some updated validation logic for brand
and SMS from
request parameters.This release also removes the unused com.vonage.client.sms.HexUtil
as it contains a potential security vulnerability. Finally, @JsonInclude
and @JsonIgnoreProperties
annotations on most domain classes have been removed in favour of a more generic global configuration.
Full Changelog: v8.4.0...v8.5.0
v8.4.0
This release adds support for the Conversation API, with partial support for read-only events.
Full Changelog: v8.3.0...v8.4.0
v8.3.0
This release is mainly a tidy-up of the SMS API and the WhatsApp workflows in Verify v2, where the from
parameter is now required by the API (and has been added to WhatsApp Interactive in the SDK).
Full Changelog: v8.2.0...v8.3.0
v8.2.0
- Adds Number Insight v2 implementation
- Implements standardised
toString
,equals
andhashCode
to all public JSON request and response classes - Re-implements Voice API webhooks and updates classes to be up to date with the reference documentation
- Updates Voice NCCO classes to be inline with the reference documentation
- Adds Builder for Verify v2 SMS workflow along with
content_id
andentity_id
fields
Full Changelog: v8.1.0...v8.2.0