Skip to content

Releases: reportportal/agent-Python-RobotFramework

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

5.2.1

10 Nov 15:27
c761614
Compare
Choose a tag to compare

Added

  • Support of the rerun functionality;
  • Allow attaching log and xunit result files to the launch;
  • Add the ability to disable SSL verification.

Fixed

  • SKIP message handling.

5.2.0

15 Jun 11:34
Compare
Choose a tag to compare

Added

  • Launch log feature

Changed

  • Code references now points on the line of code
  • Test Case ID logic changed to support DataDriver extension

Fixed

  • Teardown keyword handling

5.1.2

20 May 15:28
0e95f3f
Compare
Choose a tag to compare

Release notes:

  • Fixed issues in offline reporting;
  • Fixed some compatibility issues with Robot Framework 3.x.