Skip to content

Releases: reportportal/client-Python

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

5.0.3

15 Apr 13:50
85bf231
Compare
Choose a tag to compare

Release notes:

  • Fixed CPU type reported in Docker/Virtual environments
  • Increased max number of HTTP pool connections to 50

5.0.2

01 Apr 11:07
19b2957
Compare
Choose a tag to compare

Release notes:

  • Added support for the item update call
  • Added interface for gathering system information for the agents
  • Aligned to PEP8 and PEP257
  • Added automatic check for PEP257 requirements

5.0.1

06 Mar 10:41
620f9c5
Compare
Choose a tag to compare

Release notes:

  • Fixed invalid syntax issue importing ReportPortalService class

5.0.0

04 Mar 13:20
4d8cab7
Compare
Choose a tag to compare

Release notes:

  • Raise the version up to match the version of Report Portal
  • Add support for nested steps

4.0.0

03 Mar 11:45
8740111
Compare
Choose a tag to compare

Release notes:

  • Report Portal version 5 support.