Added - `ErrorPrintingHttpRequest` and `ErrorPrintingAsyncHttpRequest` classes to avoid recursion on ReportPortal logging, by HardNorth Removed - Any logging on log requests to ReportPortal, by HardNorth
5.6.3
Added - All Requests now have their names, by HardNorth Removed - `NOT_FOUND` constant, as it only causes infinite issues, by HardNorth
5.6.2
Fixed - Issue [246](https://github.com/reportportal/client-Python/issues/246): Invalid return type, by HardNorth Changed - `helpers.common_helpers.gen_attributes` function was refactored, by HardNorth
5.6.1
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
5.6.0
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 - `Python 3.7` support, by HardNorth
5.5.10
Added - Official `Python 3.13` support, by HardNorth Fixed - Issue [244](https://github.com/reportportal/client-Python/issues/244): Client crash on different error responses, by HardNorth