Skip to content

Releases: messagebird/java-rest-api

Release 3.1.6

09 Nov 15:55
Compare
Choose a tag to compare

~ Resolved Issue #174 (Updated a field on AccessKey to create child account)

Release 3.1.5

09 Nov 08:47
Compare
Choose a tag to compare

~ Conversation message list is implemented #167
~ Updated fields in AccessKey for ChildAccountCreateResponse #169

Release 3.1.4

11 Oct 12:44
Compare
Choose a tag to compare

~ implemented "Create a template, List templates, List templates by name, Fetch template by name and language, Delete templates by name, Delete template by name and language" of Integrations API on the SDK with examples (Thanks to @ssk910)
~ implemented Partner Accounts API with examples #162

Release 3.1.2

15 Sep 06:29
Compare
Choose a tag to compare

~ ConversationContentHsm is updated with a new "components" parameter to support sending media template #156
~ ExampleConversationSendHSMMediaTemplate class is added as a media template example. (Thanks to @olimpias) #156
~ Support for the new webhook signature method. More info about it here: Verify HTTP Request RequestSigner is deprecated.The new official request signature method is supported. It is signed and sent with the MessageBird-Signature-JWT header. (Thanks to @nqkdev)

Release 3.1.1

23 Jun 15:39
Compare
Choose a tag to compare

~ Fix to solve JSON format of status in updateConversation method. (Thanks to @RafeArnold )
~ Support for the e-mail channel on verify (Thanks to @leandroshp )

Release 3.1.0

27 May 07:47
Compare
Choose a tag to compare

~ Implemented file upload and download endpoints (Thanks to @RafeArnold )
~ Issue #149 fix

Release 3.0.22

07 May 07:49
Compare
Choose a tag to compare

~ Parameter fix in ConversationHsmLocalizableParameterCurrency constructor (Thanks to @RafeArnold)

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.