Releases: Vonage/vonage-python-sdk
Releases · Vonage/vonage-python-sdk
v4.6.0
What's Changed
- feat(video): Add bidirectional websocket flag by @dragonmantank in #324
Full Changelog: v4.5.2...v4.6.0
v4.5.2
This release is just a fix for the publish version, it is otherwise identical to 4.5.1
v4.5.1
What's Changed
- fix: added guard for empty video filter parameters by @manchuck in #319
- fix: Allow Ampersands in RCS From field. by @dragonmantank in #321
Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
- Add messages failover by @dragonmantank in #320
New Contributors
- @dragonmantank made their first contribution in #320
Full Changelog: v4.4.3...v4.5.0
v4.4.3 release
- vonage-number-insight: use basic header auth instead of request body auth
v4.4.2 release
- vonage-sms: Make returned response fields optional
v4.4.1 release
- Update some Voice API parameters
v4.4.0 release
Vonage Voice Package:
- Add new
headers
andstandard_headers
options to theSip
data model - Add new
standardHeaders
option to theSipEndpoint
NCCO model - Add check for invalid hostnames when downloading a recording with
Voice.download_recording
- Allow the
CreateCallRequest
model to accept a SIP URI as well as a phone number in thefrom_
field
v3.18.0 release
- Mark v3 as deprecated
v4.3.0 release
- Make all models originally accessed by
vonage_voice.models.***
available at the top level of the package, i.e.vonage_voice.***
- Make all models originally accessed by
vonage_video.models.***
available at the top level of the package, i.e.vonage_video.***
- Make all models originally accessed by
vonage_messages.models.***
available at the top level of the package, i.e.vonage_messages.***