Releases: reportportal/client-Python
Releases · reportportal/client-Python
Release 5.6.5
Removed
- Getting message on launch finish, since there is no such field in this response, by @HardNorth
Release 5.6.4
Added
ErrorPrintingHttpRequest
andErrorPrintingAsyncHttpRequest
classes to avoid recursion on ReportPortal logging, by @HardNorth
Removed
- Any logging on log requests to ReportPortal, by @HardNorth
Release 5.6.3
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
Fixed
- Issue #246: Invalid return type, by @HardNorth
Changed
helpers.common_helpers.gen_attributes
function was refactored, by @HardNorth
Release 5.6.1
Added
markdown_helpers
module inreportportal_client.helpers
package, by @HardNorth
Changed
helpers.is_binary
function to improve binary content detection, by @HardNorthhelpers
module moved toreportportal_client.helpers
package, by @HardNorth
Release 5.6.0
Added
match_pattern
andtranslate_glob_to_regex
,normalize_caseless
,caseless_equal
functions inhelpers
module, by @HardNorthclient.RP.start_test_item
method and all its children now acceptuuid
argument, by @HardNorth
Removed
Python 3.7
support, by @HardNorth
Release 5.5.10
Added
- Official
Python 3.13
support, by @HardNorth
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
Fixed
- Empty parameter Dict conversion, by @HardNorth
Release 5.5.8
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 acceptretry_of
argument, by @HardNorthclient.RP.finish_test_item
method and all its children now acceptretry_of
argument, by @HardNorthclient.RP.finish_test_item
method and all its children now accepttest_case_id
argument, by @HardNorth
Release 5.5.7
Added
helpers.to_bool
function, by @HardNorth- Official
Python 3.12
support, by @HardNorth
Fixed
- SSL context when certificate is provided, by @JLBIZ
- Log Record pathnames are incorrect on python3.11, by @dagansandler