Releases: reportportal/client-Python
Releases · reportportal/client-Python
Release 5.6.7
Changed
log_batch_payload_sizewas renamed tolog_batch_payload_limitas it was originally supposed, by @HardNorth
Release 5.6.6
Added
- OAuth 2.0 Password Grant authentication, by @HardNorth
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
ErrorPrintingHttpRequestandErrorPrintingAsyncHttpRequestclasses 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_FOUNDconstant, 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_attributesfunction was refactored, by @HardNorth
Release 5.6.1
Added
markdown_helpersmodule inreportportal_client.helperspackage, by @HardNorth
Changed
helpers.is_binaryfunction to improve binary content detection, by @HardNorthhelpersmodule moved toreportportal_client.helperspackage, by @HardNorth
Release 5.6.0
Added
match_patternandtranslate_glob_to_regex,normalize_caseless,caseless_equalfunctions inhelpersmodule, by @HardNorthclient.RP.start_test_itemmethod and all its children now acceptuuidargument, by @HardNorth
Removed
Python 3.7support, by @HardNorth
Release 5.5.10
Added
- Official
Python 3.13support, 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