Skip to content

Releases: plivo/plivo-python

v4.1.3

18 Sep 12:02
e445e65

Choose a tag to compare

  • Add python3.7 support
  • Add support to get queued calls
  • Add powerpack support
  • Add support for filter of parent call UUID
  • Add log_incoming_messages support

v4.2-alpha3

08 Aug 07:45
6b6b11d

Choose a tag to compare

v4.2-alpha3 Pre-release
Pre-release
  • Support python3.7
  • Add PHLO run function

v4.2-alpha2

03 Aug 11:22
bd7e087

Choose a tag to compare

v4.2-alpha2 Pre-release
Pre-release

Fix few bugs for phlo resource

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)