Releases: Vonage/vonage-python-sdk
Releases · Vonage/vonage-python-sdk
v3.99.0a8 release
- Add support for the Vonage Number Insight API.
- Update minimum dependency version
v3.99.0a7 release
- Add support for the Vonage Voice API.
- Add
http_client
property to each module that has an HTTP Client, e.g. Voice, Sms, Verify.
v3.99.0a6 release
- Add support for the Vonage Messages API.
v3.99.0a5 release
- Add support for the Vonage Verify V2 API.
- Expose error classes at the top level of the
vonage-http-client
package.
v3.99.0a4 release
- Add support for the Vonage Verify API.
- Add
last_request
andlast_response
properties to the HTTP Client.
v3.99.0a2 release
Updates dependencies for new packages
v3.99.0a1 release
Adds support for the SMS API into the new alpha.
v3.99.0a0 release
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
v3.99.0a3 release
- Add support for the Vonage Users API.
v3.13.0 release
- Migrating to use Pydantic v2 as a dependency (thanks @DomThePorcupine) for your work on this!