Releases: messagebird/java-rest-api
Releases · messagebird/java-rest-api
Release 3.0.0
04 Jul 13:55
Compare
Sorry, something went wrong.
No results found
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 to ConversationWebhookCreateRequest
Release 2.1.1
28 May 08:57
Compare
Sorry, something went wrong.
No results found
small fix that changes the access modifier of the conversations methods
Version 2.1.0
08 Feb 12:37
Compare
Sorry, something went wrong.
No results found
Version 2.0.0
01 Oct 11:12
Compare
Sorry, something went wrong.
No results found
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
24 Mar 13:47
Compare
Sorry, something went wrong.
No results found
The following changes were added:
#20 Fix setting scheduled messages by using the correct date format (thanks for reporting @madness-inc !)
v1.3.0
28 Jun 09:06
Compare
Sorry, something went wrong.
No results found
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
28 Jun 08:44
Compare
Sorry, something went wrong.
No results found
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
03 Feb 08:46
Compare
Sorry, something went wrong.
No results found
This release includes the following new features:
#12 Set the Content-Type header to text/plain for GET, DELETE requests
v1.2.0
03 Feb 08:29
Compare
Sorry, something went wrong.
No results found
The following changes were added:
#13 Add the necessary resources and objects for the new Lookup API
v1.1.1
01 Feb 14:28
Compare
Sorry, something went wrong.
No results found
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