Skip to content

Releases: TeleSign/python_telesign

v2.3.1

08 Jul 16:08
Compare
Choose a tag to compare
  • Adds automatic HTTP session recycling (pool_recycle).
  • Improves keep-alive connection handling.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

16 Jun 08:22
Compare
Choose a tag to compare
  • Added PATCH method to the RestClient class to facilitate Update Verification Process action

Full Changelog: v2.2.7...v2.3.0

v2.2.7

14 May 08:16
Compare
Choose a tag to compare
  • Added tracking to requests

Full Changelog: v2.2.6...v2.2.7

V2.2.4

13 Nov 20:55
Compare
Choose a tag to compare

Resolved an issue causing PhoneID requests to fail

v2.2.2

08 Mar 13:56
Compare
Choose a tag to compare
  • Added support for application/json content-type

v2.2.1

14 Sep 18:25
Compare
Choose a tag to compare
  • Fix bug where HTTP GET calls were not including query parameters

v2.1.0

26 Apr 21:20
Compare
Choose a tag to compare
  • updated and improved README
  • secret_key refactored to api_key to align with docs and portal
  • api_host is now known as rest_endpoint to align with docs and portal
  • fixed python3.x bug with bytes vs str in verify_telesign_callback_signature
  • various doc string updates and fixes
  • removed requests specific config, subclass and customize instead
  • added travis CI, codecov coverage and additional unit tests

v2.0.0

13 Apr 17:59
Compare
Choose a tag to compare

2.0.0

  • Major refactor and simplification into generic REST client.
  • API parameters are now passed as kwargs to endpoint handlers.
  • Now using Requests sessions correctly.
  • UserAgent is now set to track client usage and help debug issues.
  • generate_telesign_headers is now static and easily extracted from the SDK if
    custom behavior/implementation is required.

v1.2.0

19 May 16:26
Compare
Choose a tag to compare

Added some new endpoints, cleaned up a bit of code.