Skip to content

Releases: reportportal/client-Python

Release 5.2.2

28 Apr 12:12
1593bc1
Compare
Choose a tag to compare

Fixed

5.2.1

26 Apr 09:14
6fc043d
Compare
Choose a tag to compare

Fixed

Changed

  • Log processing does not stop on the first error now, by @HardNorth

5.2.0

11 Apr 15:20
Compare
Choose a tag to compare

Added

Fixed

  • Client connection failures now ignored to avoid test interruption by @HardNorth

Full Changelog: 5.1.0...5.2.0

5.1.0

23 Dec 14:08
0bf36d7
Compare
Choose a tag to compare

Added

  • New client implementation with log processing in a separate thread

5.0.12

18 Jun 10:48
Compare
Choose a tag to compare

Added

  • Test manager integrated into RPClient

Fixed

  • Bearer token type now sends according to RFC (start from a capital letter)

5.0.11

27 May 09:50
d5315a7
Compare
Choose a tag to compare

Release notes:

  • Added batch processing to the terminate method

5.0.10

31 Mar 13:47
0aba630
Compare
Choose a tag to compare

Release notes:

  • Added ability to pass testCaseId for test item;
  • Added common timestamp function to helpers;
  • Multiple improvements in CI.

5.0.9

15 Feb 13:56
29200b0
Compare
Choose a tag to compare

Release notes:

  • Always use the log_batch mechanism for sending log messages

5.0.8

01 Feb 15:08
5ce8025
Compare
Choose a tag to compare

Release notes:

  • Fixed dependency for the enum library;
  • Fixed typo in README.

5.0.7

16 Dec 14:45
a7d17a9
Compare
Choose a tag to compare

Release notes:

  • Allow updating launch tags(attributes) at launch finish;
  • Allow max_pool_size to be defined from a caller;
  • Use provided launch_id if it's passed via kwargs;
  • Verify attributes values for their length to avoid sending too long values;
  • Implement the Test Manager object for a new client model.