Releases: messagebird/java-rest-api
Release 3.0.7
~ 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
~Fixed 400 error when repeat option set in a call flow
Release 3.0.5
~critical security vulnerability fix
Release 3.0.4
~ fixed type of balance account field
Release 3.0.3
~ 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
Implemented list, update and delete endpoints for voice webhook.
Release 3.0.1
Voice call flow was implemented. Whatsapp sandbox implementation was added.
Release 3.0.0
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 toConversationWebhookCreateRequest
Release 2.1.1
- small fix that changes the access modifier of the conversations methods
Version 2.1.0
- Add Voice Calling API
- Add request validation
Thanks @denizkilic and @klpx (and @nperez-messagebird for reviewing)