Skip to content

Releases: internap/python-ubersmithclient

Version 2.0.9

Choose a tag to compare

@simon-begin simon-begin released this 16 Jun 18:40
1ba8c9d
Merge pull request #28 from internap/github-actions

Use github action rather than travis

Version 2.0.8

Choose a tag to compare

@Marx314 Marx314 released this 09 Nov 20:57
cb44b04

Allow to upload file with support.ticket_submit

Version 2.0.7

Choose a tag to compare

@fguillot fguillot released this 18 Apr 18:03
  • 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

Choose a tag to compare

@Marx314 Marx314 released this 16 Dec 14:15

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

Requests lib is know free of version

Choose a tag to compare

@Marx314 Marx314 released this 26 May 19:54
Merge pull request #13 from lindycoder/unlock_requests

Remove requests requirements

Version 2.0.4

Choose a tag to compare

@mbelang mbelang released this 11 Apr 11:23

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

Handling content-type

Choose a tag to compare

@Marx314 Marx314 released this 31 Mar 21:26
Merge pull request #10 from internap/handle-content-type

Handle different content types

Version 2.0.2

Choose a tag to compare

@mbelang mbelang released this 31 Mar 19:57
Merge pull request #9 from internap/refactored_exception_handling

Refactored broken exception handling

Version 2.0.1

Choose a tag to compare

@mbelang mbelang released this 31 Mar 18:20

Added Ubersmith exception:

  • Timeout
  • ConnectionError

Version 2.0.0

Choose a tag to compare

@Marx314 Marx314 released this 24 Mar 15:04

Now use POST by default
no more http_get and http_post method