Skip to content

Releases: reportportal/client-Python

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.

5.0.6

03 Nov 13:26
46b0f91
Compare
Choose a tag to compare

Release notes:

  • Updated requirement for the six package
  • Added support for the rerun functionality
  • Implemented a simple polling for get_launch_info()
  • Implemented a new method for querying launch ID
  • Implemented sending events to Google Analytics
  • Moved functionality for getting system information to helpers

5.0.5

07 Aug 10:33
210f06e
Compare
Choose a tag to compare

Release notes:

  • Added a common generator for items' attributes for agents
  • Added support for the codeRef APi parameter
  • Fixed an issue with ABC import in newer Python versions
  • Added pre-commit instructions
  • Fixed an issue with duplicate agent name being returned by the get_system_information()
  • Updated contribution guidelines
  • Created release workflow