Releases: internap/python-ubersmithclient
Releases · internap/python-ubersmithclient
Version 2.0.9
Merge pull request #28 from internap/github-actions Use github action rather than travis
Version 2.0.8
Allow to upload file with support.ticket_submit
Version 2.0.7
- Source code is now PEP8 compliant
- A custom user agent is now sent for each HTTP call
requirements.txt
includepbr
as dependency
Improve parameters sent marshalling
Improved parameters sent marshalling so that list are and dict are correctly sent to Ubersmith.
Requests lib is know free of version
Merge pull request #13 from lindycoder/unlock_requests Remove requests requirements
Version 2.0.4
Timeout is not forced to float for every Ûbersmith api call.
Handling content-type
Merge pull request #10 from internap/handle-content-type Handle different content types
Version 2.0.2
Merge pull request #9 from internap/refactored_exception_handling Refactored broken exception handling
Version 2.0.1
Added Ubersmith exception:
- Timeout
- ConnectionError
Version 2.0.0
Now use POST by default
no more http_get and http_post method