Releases: plivo/plivo-python
Releases · plivo/plivo-python
v4.2-alpha1
Add PHLO support in alpha release
v4.1.1
v4.1.0
- Add Address and Identity resources
- Change a few functions in numbers.py to support the verification flows
v4.0.0
v4.0-beta1
- The new SDK works with both Python 2 & 3
- JSON serialization and deserialization is now handled by the SDK
- The API interfaces are consistent and guessable
- Handles pagination automatically when listing all objects of a resource
Fix backward compatibility + Bugfix
- Reverts back method
validate_request_signature(uri, signature, auth_token, params=None)
tovalidate_signature(uri, post_params, signature, auth_token)
- Has a fix for
validate_signature
when POST params contain unicode strings.
Added signature verification for Callback URLs
- This release changes method
validate_signature(uri, post_params, signature, auth_token)
tovalidate_request_signature(uri, signature, auth_token, params=None)
Added digitsMatchBLeg parameter to Dial XML
Merge pull request #19 from plivo/add_param_dial_xml Added digitsMatchBLeg parameter to Dial XML
Compatible with python3
Compatible with python3
stop_speak_member function added
v0.10.3 stop_speak_member function added