Skip to content

Releases: messagebird/java-rest-api

Version 2.0.0

01 Oct 11:12
dbe1b47
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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

12 Jan 16:00
Compare
Choose a tag to compare

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

05 Nov 12:19
Compare
Choose a tag to compare

This release includes the following bug fixes: