Releases: messagebird/java-rest-api
Releases · messagebird/java-rest-api
Release 3.0.0
Adds support for updating webhooks in the Conversations API.
Removes support for Java older Java versions: only version 11 onwards is now supported.
Breaking changes:
ConversationWebhookRequest
has been renamed toConversationWebhookCreateRequest
Release 2.1.1
- small fix that changes the access modifier of the conversations methods
Version 2.1.0
- Add Voice Calling API
- Add request validation
Thanks @denizkilic and @klpx (and @nperez-messagebird for reviewing)
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
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.