Releases: messagebird/java-rest-api
Releases · messagebird/java-rest-api
Version 2.0.0
- Drop Java 6 support
- Update Jackson to version 2.9
- Add TTS option to Verify
- Add Contacts
- Add Groups
- Add Conversations
- Improve tests
- Various bug fixes
Thanks a lot to @dysosmus for reviewing!
v1.3.1
The following changes were added:
- #20 Fix setting scheduled messages by using the correct date format (thanks for reporting @madness-inc!)
v1.3.0
This release includes the following new features:
- #16 Add optional reportUrl parameter to Message class
- #17 Fix constructor with serviceUrl and remove obsolete imports
- #18 Support for the datacoding parameter on the Verify endpoint
Thanks @HaraldWalker and @dysosmus!
v1.2.2
This release includes the following new features:
- Fix the Verify test. When using a test key, a Verify object will not be created and thus a NotFoundException should be triggered.
v1.2.1
This release includes the following new features:
- #12 Set the Content-Type header to text/plain for GET, DELETE requests
v1.2.0
The following changes were added:
- #13 Add the necessary resources and objects for the new Lookup API
v1.1.1
This release includes the following new features:
- #15 Add missing details attribute to the HLR object
It also includes the following bug fixes:
- #15 Adjust failing unit tests with the latest changes in the API
v1.1.0
This release includes the following new features:
- #11 Support for the Verify API
- #11 Support for DELETE requests
It also includes the following bug fixes:
- #11 Fix an IllegalArgumentException for the non-POST Content-Type headers
v.1.0.5
This release includes the following bug fixes: