- [compatibility] add support for Python 3.10 - [dependencies] drop vendored requests library, added requests>=2.11.0 - [fix] previous 'disable pyopenssl for ovh to fix "EPIPE"' fix is handled by requests dependency update
0.5.0
- [compatibility] drop support for EOL Python 2.6, 3.2 and 3.3 (71) - [feature] Add OVH US endpoint (63 70) - [buildsystem] auto Pypi deployment when new tag (60) - [documentation] fix typos (72) - [documentation] flag package as Stable (59)
- [api] add query_id property to exceptions to help error reporting - [api] remove deprecated runabove api - [feature] remove Python SNI warnings, OVH API does not need SNI (35) - [buildsystem] Add build dependency on python3-setuptool - [buildsystem] Add debian folder
0.4.5
- [fix] (regression) body boolean must be sent as boolean (34)