- Python 12 support, by @HardNorth
- Improve Scenario Outline parameters reporting, by @nicke46
- Client version updated on 5.5.4, by @HardNorth
- Scenario Outline scenarios will add markdown table with active params to scenario description, by @nicke46
rp_client_type
configuration variable, by @HardNorthrp_connect_timeout
andrp_read_timeout
configuration variables, by @HardNorth
- Client version updated on 5.5.3, by @HardNorth
- Unified ReportPortal product spelling, by @HardNorth
launch_uuid_print
andlaunch_uuid_print_output
configuration parameters, by @HardNorth
- Client version updated on 5.4.0, by @HardNorth
- Python 3.6 support, by @HardNorth
- Client version updated on 5.3.5, by @HardNorth
token
configuration parameter was renamed toapi_key
to maintain common convention, by @HardNorth
- Stub files for
config
andbehave_agent
modules, by @HardNorth log_batch_size
andlog_batch_payload_size
config parameters, by @HardNorth
- Build script updates, by @HardNorth
- Launch attributes parsing, by @HardNorth
- Client version updated on 5.3.0, by @HardNorth
- move debug mode to RPClient init, by @nicke46
- Make agent not finish the launch if a launch_id was supplied at start, by @nicke46
- Invalid rerun parameter on Launch start, by @HardNorth
- Logging part at README.rst, by @HardNorth
step_based
config parameter deprecated in favor oflog_layout
parameter, by @nicke46- The Agent now uses
RPClient
class instead ofReportPortalService
, by @HardNorth
- RPHandler support for all ReportPortal log levels, by @nicke46
- Logged exceptions now include traceback, by @nicke46
- Skipped steps after failures will be logged for
STEP
andNESTED
log_layout, by @nicke46
logger.py
module in favor toreportportal_client.logs
, by @HardNorth
debug_mode
config parameter support, by @nicke46
- Issue #21: HOOK-ERROR in after_step, by @netolyrg
- Initial release, by @amartiushkov-ms