Releases: Vonage/vonage-java-sdk
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
v8.1.0
This release updates the Messages API with new fields for inbound and outbound messages. It also adds an optional sender field for Verify v2 SMS channel, along with a couple of small bug fixes.
Full Changelog: v8.0.0...v8.1.0
v8.0.0
This GA release expands upon the previous 8.x releases with the following changes:
- Call modification methods in
VoiceClient
use String instead of UUID for consistency - Adds public
RequestSigning.verifyRequestSignature
method (which doesn't depend onHttpServletRequest
) - Removes
com.vonage.client.verify2.Locale
enum - Adds
redirectUrl
parameter for Silent Auth
This release contains several backwards-incompatible changes and is deployed to the new com.vonage:server-sdk
co-ordinates on Maven Central.
Full Changelog: v7.11.1...v8.0.0
v8.0.0-rc2
This release is the likely candidate for version 8.0. It removes the legacy utility packages (namely, sns
, legacyutils
and loggingutils
) as well as SNS URI configuration in HttpConfig
. Please note that for continuity, this is published under both com.vonage:client
and com.vonage:server-sdk
coordinates.
Full Changelog: v8.0.0-rc1...v8.0.0-rc2
v7.11.1
This release deprecates SNS as it is no longer supported and removed in the 8.0 release. It also publishes relocation metadata as version 8.0 onwards will be published to the com.vonage:server-sdk
artifact on Maven Central.
Full Changelog: v7.11.0...v7.11.1
v8.0.0-rc1
This release updates the 8.x branch from main, merging in all the latest changes from v7.11.0. It also removes the previously deprecated classes & methods, which are breaking changes. A comprehensive list of backwards-incompatible changes will be provided for the full release. Since there are no changes to the Video API implementation in this release, it is now considered a Release Candidate.
v7.11.0
This release is mostly a quality-of-life update to the Voice API implementation, with some deprecations and new methods for modifying calls and downloading recordings. It also adds verifySignature
static utility method to Voice and Messages for verifying signed callbacks using the updated Vonage JWT library.