Skip to content

Releases: sailthru/sailthru-python-client

v2.4.1

23 Apr 12:27

Choose a tag to compare

What's changed

  • Fixed Python 3 bytes/str incompatibility: use response.text instead of response.content so simplejson (required dependency) receives a str
  • Fixed receive_verify_post to use the dict returned by get_body() directly instead of calling json.loads on it again
  • Fixed get_signature_string returning bytes instead of str
  • Synced version string across __init__.py, sailthru_http.py User-Agent, and setup.py

Fixes INT-1681. Resolves the same issue originally identified in PR #63 (open since 2017).

v2.4.0

30 Jul 22:44
178e7fe

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.5...v2.4.0

v2.3.5

26 Jul 19:17

Choose a tag to compare

Add request timeout argument

v2.3.1

09 Jun 18:24

Choose a tag to compare

Bugfix: GET requests do not need to send data. Breaks some webservers