Releases: Vonage/vonage-java-sdk
Releases · Vonage/vonage-java-sdk
v3.4.1
v3.4.0
Changed
- Modify call now works with the API again, returning
null
(because the API now returns 204 No Content) - VerifyRequest now supports all supported parameters.
- Client-side validation for the
from
parameter's length on theMessage
class has been removed.
Added
- Add
level
attribute to theTalkNcco
object.
v3.3.0
v3.2.0
v3.1.0
v3.0.0
Changed
ModifyCallPayload.action
is now a value of the enumModifyCallPayload.Action
.- All calls now throw
HttpResponseException
if an abnormal HTTP status code is returned from the Nexmo API.
Fixed
- Added missing values for CallStatus: FAILED, REJECTED, BUSY & CANCELLED
Added
- Add missing setter for the Message.statusReportRequired property.
- Add
AccountClient.getBalance
method for getting an account balance. - Add
NumbersClient.listNumbers
method. - Add
NumbersClient.searchNumbers
method. - Add
NumbersClient.cancelNumber
method. - Add
NumbersClient.buyNumber
method. - Add
NumbersClient.updateNumber
andNumbersClient.linkNumber
. - Add the ability to mute, unmute, earmuff, unearmuff and transfer an ongoing call.
- Add
VerifyClient.advanceVerification
andVerifyClient.cancelVerification
- Add
ApplicationClient
end methods for creating, updating, deleting, listing and getting configured applications. - Add extra endpoints for searching SMS messages.
v2.0.2
2.0.1 Release
Changed
- Made servlet-api an optional dependency so it isn't bundled in war files. (This
could result in class conflicts in Tomcat.)
2.0.0 Release
Added
- Nexmo Voice API
- Automated testing and code quality with Travis CI, Codecov and Codacy
- Publishing to Maven Central
- Complete refactoring and reorganisation of the library. All classes are now
under thecom.nexmo.client
package.
Changed
- New Insight API using non-deprecated endpoints.
- Migrate to Gradle
- Internal refactoring for unit testing
- Removed example code. See nexmo-community/nexmo-java-quickstart instead.
Voice API!
This SNAPSHOT release adds the Nexmo Voice API and some bugfixes.
Please be aware that although the interface for the voice API is reasonably stable, other parts of the API will be changing significantly before a final 2.0 release of this client library.