Skip to content

Releases: reportportal/client-Python

Release 5.7.4

10 Apr 10:11
81c9a09

Choose a tag to compare

Fixed

  • Microsecond logging for nested steps, by @HardNorth

Release 5.7.3

10 Apr 09:41
992be15

Choose a tag to compare

Added

  • Microseconds precision for timestamps, by @HardNorth

Release 5.7.2

06 Apr 20:24
95f5637

Choose a tag to compare

Changed

  • aiohttp version updated to 3.13.4, by @HardNorth

Removed

Release 5.7.1

03 Apr 07:25
872f867

Choose a tag to compare

Added

  • Attribute key length and number truncation, by @HardNorth
  • Binary character replacement in basic text fields, by @HardNorth

Release 5.7.0

01 Dec 14:48
1659187

Choose a tag to compare

Added

  • Official Python 3.14 support, by @HardNorth
  • Custom log level support in RPLogHandler class, by @HardNorth

Removed

Release 5.6.7

11 Nov 13:59
43111f7

Choose a tag to compare

Changed

  • log_batch_payload_size was renamed to log_batch_payload_limit as it was originally supposed, by @HardNorth

NOTE: This is the last client version which supports Python 3.8

Release 5.6.6

10 Nov 13:51
1ee1f8f

Choose a tag to compare

Added

  • OAuth 2.0 Password Grant authentication, by @HardNorth

Release 5.6.5

05 May 10:26
7d14e48

Choose a tag to compare

Removed

  • Getting message on launch finish, since there is no such field in this response, by @HardNorth

Release 5.6.4

31 Mar 13:03
edc516d

Choose a tag to compare

Added

  • ErrorPrintingHttpRequest and ErrorPrintingAsyncHttpRequest classes to avoid recursion on ReportPortal logging, by @HardNorth

Removed

  • Any logging on log requests to ReportPortal, by @HardNorth

Release 5.6.3

28 Mar 15:26
c86efa9

Choose a tag to compare

Added

  • All Requests now have their names, by @HardNorth

Removed

  • NOT_FOUND constant, as it only causes infinite issues, by @HardNorth