Skip to content

Releases: reportportal/agent-Python-RobotFramework

Release 5.5.3

20 Mar 13:50
1db0ca3
Compare
Choose a tag to compare

Added

Changed

Removed

  • model.pyi, static.pyi stub files, as we don't really need them anymore, by @HardNorth

Release 5.5.2

19 Mar 13:06
b7701e4
Compare
Choose a tag to compare

Added

  • Binary data escaping in listener module (enhancing Get Binary File keyword logging), by @HardNorth

Changed

Release 5.5.1

05 Dec 10:59
30397ef
Compare
Choose a tag to compare

Changed

Fixed

  • Issue #181 RP_LAUNCH_UUID variable passing to new Client, by @HardNorth

Release 5.5.0

16 Oct 20:33
87ecd45
Compare
Choose a tag to compare

Added

  • RP_CLIENT_TYPE configuration variable, by @HardNorth
  • RP_CONNECT_TIMEOUT and RP_READ_TIMEOUT configuration variables, by @HardNorth

Changed

Removed

Release 5.4.0

11 Jul 15:45
9bd8dfc
Compare
Choose a tag to compare

Added

  • RP_LAUNCH_UUID_PRINT and RP_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 accepts variables.Variables object as single argument instead of many of them, which were just copy-paste, by @HardNorth

Removed

Release 5.3.3

13 Jun 12:14
077130e
Compare
Choose a tag to compare

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 to RP_API_KEY to maintain common convention, by @HardNorth

NOTE: This is the last agent version which supports Python < 3.7

Release 5.3.2

28 Mar 13:12
643db51
Compare
Choose a tag to compare

Changed

Release 5.3.1

04 Jan 17:08
2fb5f5a
Compare
Choose a tag to compare

Fixed

  • Issue #160 RP_LAUNCH_UUID variable passing to the Client, by @HardNorth

Release 5.3.0

23 Jun 16:31
11de870
Compare
Choose a tag to compare

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

17 Jun 17:56
fa71204
Compare
Choose a tag to compare

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