This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Releases: Nexmo/nexmo-java
Releases · Nexmo/nexmo-java
5.6.0
5.5.0
5.4.0
v5.3.0
- Added support for new voice names added to the Voice API for Text to Speech
- Improved error handling when there are apparent networking issues
v5.2.1
5.2.0
v5.1.0
v5.0.0
Added
- Added support for updating account settings (delivery receipt URL and inbound SMS URL)
- Added support for Async Number Insights by setting the property
asyncandcallbackon theAdvancedInsightRequestobject. - Add
ringbacksupport to theonAnswerpart of thePhoneEndpoint.
Changed
- Changed from Auth0 to the Nexmo JWT Library.
- Renamed the
com.nexmo.client.applicationspackage tocom.nexmo.client.application ApplicationClientnow supports the Applications v2 API. This change has resulted in some backwards incompatibility.NexmoClientExceptionis now aRuntimeException. The various sub client methods will still declare that it is being thrown, but it is no longer a requirement to catch the exception. Additionally, theIOExceptionthat was being thrown in each method has been converted to aNexmoResponseParseExceptionto more accurately reflect when it is thrown. This is also an unchecked exception and catching is no longer required.- The
NexmoUnacceptableAuthExceptionwill now add which parameters are missing instead of which internal auth methods.