Releases: reportportal/client-Python
Releases · reportportal/client-Python
Release 5.7.4
Fixed
- Microsecond logging for nested steps, by @HardNorth
Release 5.7.3
Added
- Microseconds precision for timestamps, by @HardNorth
Release 5.7.2
Release 5.7.1
Added
- Attribute key length and number truncation, by @HardNorth
- Binary character replacement in basic text fields, by @HardNorth
Release 5.7.0
Added
- Official
Python 3.14support, by @HardNorth - Custom log level support in
RPLogHandlerclass, by @HardNorth
Removed
Python 3.8support, by @HardNorth- Deprecated
log_manager.pymodule, by @HardNorth
Release 5.6.7
Changed
log_batch_payload_sizewas renamed tolog_batch_payload_limitas it was originally supposed, by @HardNorth
NOTE: This is the last client version which supports Python 3.8
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