Releases: reportportal/client-Python
Releases · reportportal/client-Python
5.0.9
5.0.8
5.0.7
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
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
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