Skip to content

Releases: messagebird/java-rest-api

Release 3.0.7

14 Jan 15:55
Compare
Choose a tag to compare

~ Implemented Numbers API Features:
#75 - Searching phone numbers available for purchase
- Purchasing a phone number
- Fetching all purchased phone numbers
- Fetching a purchased phone number
- Updating a purchased phone number
- Cancel a purchased phone number
~ #87 Bugfix about WebhookURL in a VoiceCall object
~ #61 Added enum type "auto" for data coding

Release 3.0.6

01 Nov 11:00
Compare
Choose a tag to compare

~Fixed 400 error when repeat option set in a call flow

Release 3.0.5

31 Oct 08:40
Compare
Choose a tag to compare

~critical security vulnerability fix

Release 3.0.4

30 Oct 11:13
Compare
Choose a tag to compare

~ fixed type of balance account field

Release 3.0.3

22 Oct 08:02
Compare
Choose a tag to compare

~ Implemented listTranscriptions, downloadTranscription, downloadRecording, listRecordings
~ Changed method signature viewTranscription((String callID, String legId, String recordingId, String transcriptionId)
~ Fixed minor bug related ObjectMapper case sensitivity

Release 3.0.2

27 Sep 13:50
Compare
Choose a tag to compare

Implemented list, update and delete endpoints for voice webhook.

Release 3.0.1

23 Sep 14:21
Compare
Choose a tag to compare

Voice call flow was implemented. Whatsapp sandbox implementation was added.

Release 3.0.0

04 Jul 13:55
Compare
Choose a tag to compare

Adds support for updating webhooks in the Conversations API.

Removes support for Java older Java versions: only version 11 onwards is now supported.

Breaking changes:

  • ConversationWebhookRequest has been renamed to ConversationWebhookCreateRequest

Release 2.1.1

28 May 08:57
Compare
Choose a tag to compare
  • small fix that changes the access modifier of the conversations methods

Version 2.1.0

08 Feb 12:37
0627e1b
Compare
Choose a tag to compare
  • Add Voice Calling API
  • Add request validation

Thanks @denizkilic and @klpx (and @nperez-messagebird for reviewing)