Skip to content

Releases: reportportal/agent-python-pytest

Release 5.6.7

15 Apr 08:00
6b2d1c4

Choose a tag to compare

Added

  • Attribute splitting if they are passed as str in configs, by @HardNorth

Release 5.6.6

10 Apr 20:26
8bdb705

Choose a tag to compare

Added

  • Microseconds precision for timestamps, by @HardNorth

Changed

Removed

  • Redundant item name truncation (now handled on the Client level), by @HardNorth

Release 5.6.5

08 Apr 13:25
89ca336

Choose a tag to compare

Fixed

Release 5.6.4

07 Apr 10:07
ee8592c

Choose a tag to compare

Fixed

  • Agent crash in certain pytest-bdd cases, by @HardNorth

Release 5.6.3

06 Apr 20:38
763cd07

Choose a tag to compare

Changed

Removed

Release 5.6.2

03 Apr 08:48
3dc6dec

Choose a tag to compare

Added

Changed

Release 5.6.1

20 Mar 16:52
e696b72

Choose a tag to compare

Added

  • Config variables override by environment variables logic, by @HardNorth

Fixed

  • Code reference generation in xdist, by @Sgitario

Release 5.6.0

02 Dec 12:59
5c94b4b

Choose a tag to compare

Added

  • Official Python 3.14 support, by @HardNorth
  • Issue #396 parametrize marker IDs, by @HardNorth
  • Custom log level handling with rp_log_custom_levels configuration parameter, by @HardNorth

Changed

Removed

Release 5.5.4

11 Nov 15:14
2a03062

Choose a tag to compare

Added

  • Return back deprecated rp_log_batch_payload_size parameter for sake of backward compatibility, by @HardNorth

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

Release 5.5.3

11 Nov 14:51
ab5671d

Choose a tag to compare

Added

  • OAuth 2.0 Password Grant authentication, by @HardNorth

Changed

Fixed

  • Some configuration parameter names, which are different in the client, by @HardNorth

Removed

  • rp_uuid param support, as it was deprecated pretty while ago, by @HardNorth