Releases: Vonage/vonage-java-sdk
v8.17.0
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
v8.16.2
This release fixes AnswerWebhook
deserialisation by changing the uuid
field to a String, and adds the disconnected_by
field to EventWebhook
in the Voice API.
Full Changelog: v8.16.1...v8.16.2
v8.16.1
This release makes the from
parameter in Conversation API events optional, reintroduces URL domain validation for downloading Voice call recordings, and bumps the Vonage JWT library to the latest version.
Full Changelog: v8.16.0...v8.16.1
v8.16.0
This release adds detailed logging for requests and responses (based on java.util.logging
), improves SMS API documentation, deprecates real-time data in Number Insight (v1) and the Fraud Score API for removal.
Full Changelog: v8.15.1...v8.16.0
v8.15.1
This release removes unnecessary validation of the URL domain in the Voice API's downloadRecording
functionality.
Full Changelog: v8.15.0...v8.15.1
v8.15.0
This release allows setting a proxy on the client to route requests through, bumps Jackson version to 2.18.2 and refactors SMS API to use Basic auth in the header rather than query parameters.
Full Changelog: v8.14.0...v8.15.0
v8.14.0
This release adds support for configuring the maximum bitrate for Video Archiving. It also ensures that the underlying HTTP client is closable, so that responses are properly tidied up to prevent resource leaks.
Full Changelog: v8.13.0...v8.14.0
v8.13.0
v8.12.0
This release adds support for asynchronous DTMF updates in Voice API, the ability to configure redirect URI for Number Verification in Application API capabilities, and various bug fixes, including addition of missing fields in various APIs.
Full Changelog: v8.11.0...v8.12.0
v8.11.0
This release updates the Messages API implementation to include the latest changes, including support for RCS, WhatsApp Reactions, new properties on inbound messages, updating messages (marking as read or revoking), interfaces for text and media message builders and some internal refactoring.
Full Changelog: v8.10.0...v8.11.0