Releases: reportportal/client-Python
Releases · reportportal/client-Python
Release 5.4.0
Added
launch_uuid_printandprint_outputarguments inRPClientclass constructor, by @HardNorth
Removed
- Python 2.7, 3.6 support, by @HardNorth
Release 5.3.5
Added
__getstate__and__setstate__methods inRPClientclass to make it possible to pickle it, by @HardNorth
Changed
tokenfield ofRPClientclass was renamed toapi_keyto maintain common convention, by @HardNorth
Fixed
NOTE: This is the last client version which supports Python < 3.7
Release 5.3.4
Added
- Check for parent
RPClientobject in thread before logging, by @HardNorth
Release 5.3.3
Added
RPClient.clone()method, by @HardNorth
Fixed
- Client crash in case of Client ID reading error, by @HardNorth
Release 5.3.2
Fixed
- Client crash in case of Client ID saving error, by @HardNorth
Release 5.3.1
Added
MAX_LOG_BATCH_SIZEconstant intolog_managermodule, by @HardNorth
Fixed
- Missed
verify_sslargument passing toLogManagerclass, by @rplevka
Changed
- Statistics service was refactored, by @HardNorth
Release 5.3.0
Fixed
- Issue #198: Python 3.8+ logging issue, by @HardNorth
- Issue #200: max_pool_size not worked without retries setting, by @ericscobell
- Issue #202: TypeError on request make, by @HardNorth
Changed
- Statistics service rewrite, by @HardNorth
Removed
- Deprecated code,
service.pyandLogManagerincorepackage, by @HardNorth
Release 5.2.5
Fixed
- Issue #194: logging URL generation, by @HardNorth
- Issue #195:
Nonemode exception, by @HardNorth
Release 5.2.4
Changed
LogManagerclass moved fromcorepackage tologspackage, by @HardNorth
Fixed
- Issue #192: launch URL generation, by @HardNorth
Release 5.2.3
Added
- Ability to pass client instance in
RPLogHandlerconstructor, by @HardNorth - Issue #179: batch logging request payload size tracking, by @HardNorth
Fixed
- Issue #184: early logger initialization exception, by @dagansandler