Changes in 2.0.0
- Added GSON library as dependency
- Refactored all JSON serialization and deserialization to use GSON
Breaking changes
-
Removed deprecated
sendEmail
andsendSms
methods.You have to use
new EmailRequest.Builder()
andnew SmsRequest.Builder()
to fluently construct your requests starting with version 2.