Skip to content

Releases: messagebird/java-rest-api

Release 3.0.21

08 Apr 15:00
Compare
Choose a tag to compare

~Added Price field as Nullable on MessageResponse class and org.jetbrains.annotations dependency on pom.xml #143

Release 3.0.19

17 Nov 16:32
Compare
Choose a tag to compare

~ The WhatsApp Sandbox has been properly integrated into Conversations API. All changes related to the WhatsApp Sandbox(PR #65) is reverted back (Thanks to @rjelierse)

Release 3.0.18

27 Oct 19:59
Compare
Choose a tag to compare

~ junit lib version is updated from 4.12 to 4.13.1.

Release 3.0.17

12 Oct 13:15
Compare
Choose a tag to compare

~ Conversation API updates with recent features. (Thanks to @mehmetminanc and @olimpias)

Release 3.0.16

04 Sep 17:23
Compare
Choose a tag to compare

~Implementation support for fallback and v1/send endpoint for conversation #122 (Thanks to @olimpias)

Release 3.0.15

13 Aug 19:06
Compare
Choose a tag to compare

~Reverted ObjectMapper usage on MessageBirdServiceImpl class #119

Release 3.0.14

10 Aug 19:16
Compare
Choose a tag to compare

~Reused ObjectMapper on MessageBirdServiceImpl class (Thanks to @itugs)
~Checked error key in "getErrorReportOrNull" method #114 (Thanks to @olimpias)
~Added new fields in VoiceStepOption class for "sendKeys" action #115

Release 3.0.13

09 Jun 19:27
Compare
Choose a tag to compare

~Updated com.fasterxml.jackson.core jackson-annotations lib version from 2.10.0 to 2.11.0 #109
~Removed unused jackson-dataformat-csv on pom.xml

Release 3.0.12

24 Mar 17:21
Compare
Choose a tag to compare

~ Caption support for media files is added for Conversations (Thanks to @olimpias)

Release 3.0.11

20 Mar 18:50
Compare
Choose a tag to compare

~ Added ReportURL Param for ConversationStartRequest and ConversationMessageRequest (Thanks to @katchengli)
~ Added "Delete Recording" functionality (Thanks to @kcroxford-mb)
~ Added "List Scheduled Messages" functionality (Thanks to @andreyromancev)
~ Minor fix on ExampleStartConversationsWithWhatsAppSandbox
~ Minor fix on ExampleSendVoiceCall