vonage-python-sdk

Vonage Server SDK for Python. API support for Voice, SMS, WhatsApp, Verify (2FA), Video Meetings and more.

APACHE-2.0 License

Downloads
189.7K
Stars
194
Committers
50
vonage-python-sdk - v3.99.0a4 release

Published by maxkahan 7 months ago

  • Add support for the Vonage Verify API.
  • Add last_request and last_response properties to the HTTP Client.
vonage-python-sdk - v3.99.0a3 release

Published by maxkahan 7 months ago

vonage-python-sdk - v3.99.0a2 release

Published by maxkahan 7 months ago

Updates dependencies for new packages

vonage-python-sdk - v3.99.0a1 release

Published by maxkahan 7 months ago

Adds support for the SMS API into the new alpha.

vonage-python-sdk - v3.99.0a0 release

Published by maxkahan 8 months ago

This is an early alpha of the new monorepo structure for the Python SDK.

It contains many breaking changes and is likely to change further.

Install with pip install --pre vonage

vonage-python-sdk - v3.13.0 release

Published by maxkahan 10 months ago

  • Migrating to use Pydantic v2 as a dependency (thanks @DomThePorcupine) for your work on this!
vonage-python-sdk - v3.12.0 release

Published by maxkahan 11 months ago

vonage-python-sdk - v3.11.1 release

Published by maxkahan 11 months ago

  • Add checks for silent auth workflow optional parameters redirect_url and sandbox
vonage-python-sdk - v3.11.0 release

Published by maxkahan about 1 year ago

  • Add method to check JWT signatures of Voice API webhooks: vonage.Voice.verify_signature
vonage-python-sdk - v3.10.0 release

Published by maxkahan about 1 year ago

  • Indicating support for Python 3.12
vonage-python-sdk - v3.9.1 release

Published by maxkahan about 1 year ago

  • Updating Meetings API url to a /v1 endpoint
vonage-python-sdk - v3.9.0 release

Published by maxkahan about 1 year ago

  • Dropped support for Python 3.7 as it's end-of-life and no longer receiving security updates
vonage-python-sdk - v3.8.0 release

Published by maxkahan about 1 year ago

vonage-python-sdk - v3.7.1 release

Published by maxkahan over 1 year ago

  • Fixing dependency version to a specific major version
vonage-python-sdk - v3.7.0 release

Published by maxkahan over 1 year ago

  • Adding support for the Vonage Meetings API
  • Adding partial support for the Vonage Proactive Connect API - supporting API methods relating to lists, items and events
  • Returning a more descriptive (non-internal) error message if invalid values are provided for application_id and/or private_key when instantiating a Vonage client object
vonage-python-sdk - v3.6.0 release

Published by maxkahan over 1 year ago

  • 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.
vonage-python-sdk - v3.5.2 release

Published by maxkahan over 1 year ago

  • Using the Vonage JWT Generator instead of PyJWT for generating JWTs.
  • Other internal refactoring and enhancements
vonage-python-sdk - v3.5.1 release

Published by maxkahan over 1 year ago

  • Updating the internal use of the fraud_check parameter in the Vonage Verify V2 API
vonage-python-sdk - v3.5.0 release

Published by maxkahan over 1 year ago

  • 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
vonage-python-sdk - v3.4.0 release

Published by maxkahan over 1 year ago

  • Internal refactoring changes
  • Using header authentication for the Numbers API