Releases: reportportal/agent-python-pytest
Releases · reportportal/agent-python-pytest
Release 5.2.1
Fixed
- Log line reference for Python 3.11, by @HardNorth
Changed
- Client version updated on 5.4.0, by @HardNorth
Release 5.2.0
Added
rp_launch_uuid_print
andrp_launch_uuid_print_output
configuration parameters, by @HardNorth
Removed
- Python 2.7, 3.6 support, by @HardNorth
Release 5.1.9
Added
rp_api_retries
configuration parameter, by @HardNorth
Changed
- Client version updated on 5.3.5, by @HardNorth
rp_uuid
configuration parameter was renamed torp_api_key
to maintain common convention, by @HardNorth
NOTE: This is the last agent version which supports Python < 3.7
Release 5.1.8
Fixed
rp_thread_logging = False
config parameter handling, by @HardNorth- Recursive thread init issue in case of
rp_thread_logging = True
, by @HardNorth
Changed
- Client version updated on 5.3.2, by @HardNorth
Release 5.1.7
Fixed
- Plugin Exception in case of Launch creation timed out, by @HardNorth
Changed
- Client version updated on 5.3.1, by @HardNorth
Release 5.1.6
Changed
- Client version updated on 5.3.0, by @HardNorth
Release 5.1.5
Added
- Support of runtime issue adding, by @HardNorth
Release 5.1.4
Added
- Feature #325 Support of runtime attribute adding, by @yakovbabich, @HardNorth
rp_launch_timeout
parameter to limit test execution in case of process hanging, by @HardNorth
Release 5.1.3
Added
- Support for thread logs and
rp_thread_logging
flag, by @dagansandler
Release 5.1.2
Added
rp_log_batch_payload_size
parameter, by @HardNorth
Changed
- Feature #311: Adding log format config option, by @dagansandler