Releases: sailthru/sailthru-python-client
Releases · sailthru/sailthru-python-client
v2.4.1
What's changed
- Fixed Python 3 bytes/str incompatibility: use
response.textinstead ofresponse.contentso simplejson (required dependency) receives a str - Fixed
receive_verify_postto use the dict returned byget_body()directly instead of callingjson.loadson it again - Fixed
get_signature_stringreturning bytes instead of str - Synced version string across
__init__.py,sailthru_http.pyUser-Agent, andsetup.py
Fixes INT-1681. Resolves the same issue originally identified in PR #63 (open since 2017).
v2.4.0
What's Changed
- Add inventory param to push_content function by @marcelhamel in #74
New Contributors
- @marcelhamel made their first contribution in #74
Full Changelog: v2.3.5...v2.4.0