Skip to content

Releases: messagebird/java-rest-api

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

Release 3.0.10

03 Mar 13:10
Compare
Choose a tag to compare

~ support for JDK 1.8 customers

Release 3.0.9

14 Feb 13:57
Compare
Choose a tag to compare

~ Added "failed", "busy" and "no_answer" enums on VoiceCallStatus

Release 3.0.8

21 Jan 06:45
Compare
Choose a tag to compare

~ Added message field in ErrorReport object #91