Skip to content

Releases: reportportal/client-Python

Release 5.5.10

29 Nov 13:39
8a23dc3
Compare
Choose a tag to compare

Added

Fixed

  • Issue #244: Client crash on different error responses, by @HardNorth

NOTE: This is the last client version which supports Python 3.7

Release 5.5.9

16 Oct 17:09
c44cb2a
Compare
Choose a tag to compare

Fixed

Release 5.5.8

01 Oct 07:32
00803f1
Compare
Choose a tag to compare

Removed

  • Retries of requests ended with 504 HTTP status code, since it's not clear if the request was delivered or not, by @HardNorth

Changed

  • client.RP.start_test_item method and all its children now accept retry_of argument, by @HardNorth
  • client.RP.finish_test_item method and all its children now accept retry_of argument, by @HardNorth
  • client.RP.finish_test_item method and all its children now accept test_case_id argument, by @HardNorth

Release 5.5.7

06 Sep 10:17
409f3a6
Compare
Choose a tag to compare

Added

Fixed

  • SSL context when certificate is provided, by @JLBIZ
  • Log Record pathnames are incorrect on python3.11, by @dagansandler

Release 5.5.6

20 Mar 13:27
e861d74
Compare
Choose a tag to compare

Added

  • CONTENT_TYPE_TO_EXTENSIONS constant in helpers module, by @HardNorth

Fixed

Changed

  • helpers.gen_attributes now accepts Iterable[str] argument instead of List[str], by @HardNorth

Release 5.5.5

18 Mar 15:59
dd3a8c1
Compare
Choose a tag to compare

Added

  • is_binary method in helpers module, by @HardNorth
  • guess_content_type_from_bytes method in helpers module, by @HardNorth

Release 5.5.4

03 Nov 11:25
6b04ee9
Compare
Choose a tag to compare

Added

Fixed

Release 5.5.3

18 Oct 14:34
883d2f1
Compare
Choose a tag to compare

Fixed

Release 5.5.2

17 Oct 13:16
bdd4bfc
Compare
Choose a tag to compare

Fixed

  • Attribute truncation for every method with attributes, by @HardNorth

Release 5.5.1

16 Oct 20:13
4b968ae
Compare
Choose a tag to compare

Fixed

  • Multipart file upload for Async clients, by @HardNorth