v1.0.0
v1.0.0 (2022-03-15)
Important notice
Python 2, 3.4, 3.5 discontinuation
Please note that this version (v1.0.0) has dropped compatibility with Python 2.7, 3.4, 3.5.
Python 2.7 is officially end-of-life since 2020-01-01.
Python 3.4 is officially end-of-life since 2019-03-18.
Python 3.5 is officially end-of-life since 2020-09-30.
If you plan to stay with un-supported Python versions, please use release v0.6.0.
Changelog
- breaking: remove python 2 support (#110)
- feat: added compatibility for Python 3.8, 3.9, 3.10 (#108)
- feat: add headers customisation in
raw_call
(#84) - fix: do not send JSON body when no parameter was provided (#85)
- chore: improved coverage and bump coverage library (#100)
- chore: add scripts for debian packaging (#110)