Releases: reportportal/client-Python
Releases · reportportal/client-Python
Release 5.2.2
28 Apr 12:12
Compare
Sorry, something went wrong.
No results found
5.2.1
26 Apr 09:14
Compare
Sorry, something went wrong.
No results found
Fixed
Changed
Log processing does not stop on the first error now, by @HardNorth
5.2.0
11 Apr 15:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
New client implementation with log processing in a separate thread
5.0.12
18 Jun 10:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Release notes:
Added batch processing to the terminate method
5.0.10
31 Mar 13:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Release notes:
Always use the log_batch mechanism for sending log messages
5.0.8
01 Feb 15:08
Compare
Sorry, something went wrong.
No results found
Release notes:
Fixed dependency for the enum library;
Fixed typo in README.
5.0.7
16 Dec 14:45
Compare
Sorry, something went wrong.
No results found
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.