Skip to content

Releases: Vonage/vonage-python-sdk

v3.4.0 release

14 Apr 14:49
25f695e
Compare
Choose a tag to compare
  • Internal refactoring changes
  • Using header authentication for the Numbers API

v3.3.0 release

03 Mar 17:06
70b7209
Compare
Choose a tag to compare
  • 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
  • Deprecated pay action in the NCCO builder as it is being removed by Vonage

v3.2.2 release

19 Jan 03:23
Compare
Choose a tag to compare

Fixes an import bug experienced by some users

v3.2.1 release

17 Jan 15:23
1aefe00
Compare
Choose a tag to compare

Fixes an import bug with the new NCCO builder

v3.2.0

14 Jan 02:44
Compare
Choose a tag to compare
  • Adding NCCO Builder

Beta release of Vonage Video API Server SDK

03 Dec 03:19
Compare
Choose a tag to compare
  • No functionality change from v3.2.0b0. Using a major version number to keep releases chronologically and numerically more synced up.
  • This is a beta version that can be installed with pip install --pre vonage

Beta release of Vonage Video API Server SDK

11 Nov 03:21
Compare
Choose a tag to compare

Contains base functionality of session creation, signalling, moderation and archiving.

3.1.0 release

26 Oct 13:43
a0be3c2
Compare
Choose a tag to compare
  • Supporting Python 3.11
  • Upgrading and removing some dev dependencies

3.0.2 release

25 Oct 17:30
6812900
Compare
Choose a tag to compare

Fixing bug with auth selection in messages.py module

3.0.1 release

04 Oct 15:45
Compare
Choose a tag to compare

3.0.1

  • Fixed bug where a JWT was created globally and could expire. Now a new JWT is generated when a request is made.
  • Fixed bug where timeout was not passed to session object.