Skip to content

Releases: plivo/plivo-python

v4.2-alpha1

03 Aug 08:55
e897b6d

Choose a tag to compare

v4.2-alpha1 Pre-release
Pre-release

Add PHLO support in alpha release

v4.1.1

29 Jun 09:43
1103993

Choose a tag to compare

  • Added limit & offset parameters to endpoint list api

v4.1.0

26 Feb 11:09

Choose a tag to compare

  • Add Address and Identity resources
  • Change a few functions in numbers.py to support the verification flows

v4.0.0

18 Jan 12:36

Choose a tag to compare

  • Supports specifying timeouts and proxies while client initialization
  • A few bug fixes (#35, #36, #39 & #40)

v4.0-beta1

23 Oct 11:51

Choose a tag to compare

v4.0-beta1 Pre-release
Pre-release
  • 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

02 Nov 15:45

Choose a tag to compare

  • Reverts back method validate_request_signature(uri, signature, auth_token, params=None) to validate_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

28 Oct 11:28

Choose a tag to compare

  • This release changes method validate_signature(uri, post_params, signature, auth_token) to validate_request_signature(uri, signature, auth_token, params=None)

Added digitsMatchBLeg parameter to Dial XML

02 Jun 11:16

Choose a tag to compare

Merge pull request #19 from plivo/add_param_dial_xml

Added digitsMatchBLeg parameter to Dial XML

Compatible with python3

27 Oct 10:26

Choose a tag to compare

Compatible with python3

stop_speak_member function added

08 Oct 10:32

Choose a tag to compare

v0.10.3

stop_speak_member function added