Releases: reportportal/agent-Python-RobotFramework
Releases · reportportal/agent-Python-RobotFramework
Release 5.5.0
Added
RP_CLIENT_TYPE
configuration variable, by @HardNorthRP_CONNECT_TIMEOUT
andRP_READ_TIMEOUT
configuration variables, by @HardNorth
Changed
- Client version updated on 5.5.1, by @HardNorth
Removed
- Dependency on
six
, by @HardNorth
Release 5.4.0
Added
RP_LAUNCH_UUID_PRINT
andRP_LAUNCH_UUID_PRINT_OUTPUT
configuration variables, by @HardNorth
Changed
- Internal item list was replaced with LifoQueue, by @HardNorth
- Client version updated on 5.4.0, by @HardNorth
service.RobotService.init_service
method now acceptsvariables.Variables
object as single argument instead of many of them, which were just copy-paste, by @HardNorth
Removed
- Python 2.7, 3.6 support, by @HardNorth
Release 5.3.3
Changed
- Client version updated on 5.3.5, by @HardNorth
- The Agent publish a warning and does not report anything in case of a missed required variable now, 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.3.2
Changed
- Client version updated on 5.3.0, by @HardNorth
Release 5.3.1
Fixed
- Issue #160
RP_LAUNCH_UUID
variable passing to the Client, by @HardNorth
Release 5.3.0
Added
RP_LOG_BATCH_PAYLOAD_SIZE
parameter, by @HardNorth
Changed
- Client version updated on 5.2.3, by @HardNorth
- The agent switched to use new client with async log processing, by @HardNorth
Release 5.2.2
Fixed
- Issue #140 Process test message at the end of the test, by @iivanou
- Issue #139 Broken view in Before/After Suites items, by @HardNorth