Skip to content

Releases: reportportal/client-Python

Release 5.6.5

05 May 10:26
7d14e48
Compare
Choose a tag to compare

Removed

  • Getting message on launch finish, since there is no such field in this response, by @HardNorth

Release 5.6.4

31 Mar 13:03
edc516d
Compare
Choose a tag to compare

Added

  • ErrorPrintingHttpRequest and ErrorPrintingAsyncHttpRequest classes to avoid recursion on ReportPortal logging, by @HardNorth

Removed

  • Any logging on log requests to ReportPortal, by @HardNorth

Release 5.6.3

28 Mar 15:26
c86efa9
Compare
Choose a tag to compare

Added

  • All Requests now have their names, by @HardNorth

Removed

  • NOT_FOUND constant, as it only causes infinite issues, by @HardNorth

Release 5.6.2

28 Feb 13:19
161612d
Compare
Choose a tag to compare

Fixed

Changed

  • helpers.common_helpers.gen_attributes function was refactored, by @HardNorth

Release 5.6.1

26 Feb 11:12
f648f35
Compare
Choose a tag to compare

Added

  • markdown_helpers module in reportportal_client.helpers package, by @HardNorth

Changed

  • helpers.is_binary function to improve binary content detection, by @HardNorth
  • helpers module moved to reportportal_client.helpers package, by @HardNorth

Release 5.6.0

19 Dec 16:28
366474e
Compare
Choose a tag to compare

Added

  • match_pattern and translate_glob_to_regex, normalize_caseless, caseless_equal functions in helpers module, by @HardNorth
  • client.RP.start_test_item method and all its children now accept uuid argument, by @HardNorth

Removed

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