Skip to content

Releases: internap/python-ubersmithclient

Version 2.0.9

16 Jun 18:40
1ba8c9d
Compare
Choose a tag to compare
Merge pull request #28 from internap/github-actions

Use github action rather than travis

Version 2.0.8

09 Nov 20:57
cb44b04
Compare
Choose a tag to compare

Allow to upload file with support.ticket_submit

Version 2.0.7

18 Apr 18:03
Compare
Choose a tag to compare
  • Source code is now PEP8 compliant
  • A custom user agent is now sent for each HTTP call
  • requirements.txt include pbr as dependency

Improve parameters sent marshalling

16 Dec 14:15
Compare
Choose a tag to compare

Improved parameters sent marshalling so that list are and dict are correctly sent to Ubersmith.

Requests lib is know free of version

26 May 19:54
Compare
Choose a tag to compare
Merge pull request #13 from lindycoder/unlock_requests

Remove requests requirements

Version 2.0.4

11 Apr 11:23
Compare
Choose a tag to compare

Timeout is not forced to float for every Ûbersmith api call.

Handling content-type

31 Mar 21:26
Compare
Choose a tag to compare
Merge pull request #10 from internap/handle-content-type

Handle different content types

Version 2.0.2

31 Mar 19:57
Compare
Choose a tag to compare
Merge pull request #9 from internap/refactored_exception_handling

Refactored broken exception handling

Version 2.0.1

31 Mar 18:20
Compare
Choose a tag to compare

Added Ubersmith exception:

  • Timeout
  • ConnectionError

Version 2.0.0

24 Mar 15:04
Compare
Choose a tag to compare

Now use POST by default
no more http_get and http_post method