Releases: messagebird/java-rest-api
Release 3.1.6
~ Resolved Issue #174 (Updated a field on AccessKey to create child account)
Release 3.1.5
Release 3.1.4
Release 3.1.2
~ 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
~ 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
~ Implemented file upload and download endpoints (Thanks to @RafeArnold )
~ Issue #149 fix
Release 3.0.22
~ Parameter fix in ConversationHsmLocalizableParameterCurrency constructor (Thanks to @RafeArnold)
Release 3.0.21
~Added Price field as Nullable on MessageResponse class and org.jetbrains.annotations dependency on pom.xml #143
Release 3.0.19
~ 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
~ junit lib version is updated from 4.12 to 4.13.1.