Releases: reportportal/agent-python-pytest
Releases · reportportal/agent-python-pytest
Release 5.6.0
Added
- Official
Python 3.14support, by @HardNorth - Issue #396 parametrize marker IDs, by @HardNorth
- Custom log level handling with
rp_log_custom_levelsconfiguration parameter, by @HardNorth
Changed
- Client version updated on 5.7.0, by @HardNorth
Removed
Python 3.8support, by @HardNorth- Deprecated
retriesparameter, by @HardNorth
Release 5.5.4
Added
- Return back deprecated
rp_log_batch_payload_sizeparameter for sake of backward compatibility, by @HardNorth
NOTE: This is the last agent version which supports Python 3.8
Release 5.5.3
Added
- OAuth 2.0 Password Grant authentication, by @HardNorth
Changed
- Client version updated to 5.6.7, by @HardNorth
Fixed
- Some configuration parameter names, which are different in the client, by @HardNorth
Removed
rp_uuidparam support, as it was deprecated pretty while ago, by @HardNorth
Release 5.5.2
Fixed
- Issue #397 pytest launch stuck with xdist, by @HardNorth
Release 5.5.1
Added
- Too long BDD Step name truncation on reporting, by @HardNorth
use_indexparameter for@pytest.mark.parametrizedecorator, which replaces parameter values with their indexes in the list, by @ramir-dn
Release 5.5.0
Added
- Issue #357
pytest-bddsupport, by @HardNorth
Fixed
- Issue #389
rp_tests_attributesconfiguration parameter handling, by @HardNorth - Issue #390 INTERNALERROR due to pytest.exit within fixture, by @HardNorth
Removed
Python 3.7support, by @HardNorth
Release 5.4.7
Added
- Issue #382: Escaping of binary symbol '\0' in parameters, by @HardNorth
NOTE: This is the last agent version which supports Python 3.7
Release 5.4.6
Added
- Support for
Python 3.13, by @HardNorth - Support for
namePytest marker, by @HardNorth rp_hierarchy_test_fileconfiguration parameter, which controls display of test file name in the hierarchy, by @ramir-dn, @HardNorth
Fixed
- Agent crash if Client could not be initialized, by @HardNorth
Changed
- Client version updated on 5.5.10, by @HardNorth
Release 5.4.5
Fixed
- Issue #379: Fix TypeError when using pytest.skip() in fixtures, by @HardNorth
Release 5.4.4
Fixed
- Issue #375: Fix max Item name length, by @HardNorth