Releases: Vonage/vonage-python-sdk
Releases · Vonage/vonage-python-sdk
v3.8.0 release
- Adding support for the Users component of the Vonage Application API
v3.7.1 release
- Fixing dependency version to a specific major version
v3.7.0 release
- Adding support for the Vonage Meetings API
- Adding partial support for the Vonage Proactive Connect API - supporting API methods relating to
lists
,items
andevents
- Returning a more descriptive (non-internal) error message if invalid values are provided for
application_id
and/orprivate_key
when instantiating a Vonage client object
v3.6.0 release
- Adding support for the Vonage Subaccounts API. - The subaccounts API is disabled on accounts by default. If you want to use subaccounts, contact support to have the API enabled on your account.
v3.5.2 release
- Using the Vonage JWT Generator instead of
PyJWT
for generating JWTs. - Other internal refactoring and enhancements
v3.5.1 release
- Updating the internal use of the
fraud_check
parameter in the Vonage Verify V2 API
v3.5.0 release
- Adding support for V2 of the Vonage Verify API
- Multiple authentication channels are supported (sms, voice, email, whatsapp, whatsapp interactive messages and silent authentication)
- Using fallback channels is now possible in case verification methods fail
- You can now customise the verification code that is sent, or even specify your own custom code
- Adding
advancedMachineDetection
functionality to the NCCO builder for the Vonage Voice API
v3.4.0 release
- Internal refactoring changes
- Using header authentication for the Numbers API
v3.3.0 release
- Updated Messages API:
- Added new messaging channels for Viber Service Messages (
video
,file
) - Added new WhatsApp
sticker
message channel - Increased
client_ref
max value to 100 characters
- Added new messaging channels for Viber Service Messages (
- Deprecated
pay
action in the NCCO builder as it is being removed by Vonage
v3.2.2 release
Fixes an import bug experienced by some users