This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Releases: Nexmo/nexmo-java
Releases · Nexmo/nexmo-java
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.