Ccompatibility: Core v16.20.0 (or older)
- Add
iam,session_tokenandclusterinterfaces - Add
framerate,keyframe,extradata_size_bytesto process progress - Add
max_minimal_historyto core config - Add
log_patternto process config andmatchesto process report - Add
v3_fs_delete_file_listto delete multiple files - Add
v3_fs_putfor storage operations (copy, move) - Add
v3_process_get_reportto get reports by timestamp - Mod adds
domainasprocessparam - Mod extends
configmodels - Mod
v3_process_get_reportwith new params (created_at, exited_at) - Mod
v3_fs_get_file_listwith new params (size_min, size_max, lastmod_start, lastmod_end) - Mod renames
nametostorageon anyfsdefinition - Mod
process_configmodel (scheduler, runtime_duration_seconds) - Mod
v3_process_get_reportis nowv3_report_get_process_list - Fix
v3_process_put_commandmodel - Drop Python
3.7-3.10support, require Python3.11+(tested up to3.13) - Add Ruff lint integration and replace Flake8 in pre-commit
Breaking changes:
v3_process_get_reportis nowv3_process_get_report_listnametostorageon anyfsdefinition- new
clusterinterfaces
- Add
v3_process_put_commandtests - Fix
v3_process_put_command(id="", command="{command}")
- Add
metrics_getendpoint - Add definition
ConfigApiAuthAuth0Tenant - Mod extends login tests
- Mod allows v10.12.0 SRT api (sent_unique__bytes > sent_unique_bytes, recv_loss__bytes > recv_loss_bytes)
- Mod allows
auth0_token(login) - Mod
aboutis now deprecated. Please useabout_get - Mod
metricsis now deprecated. Please usemetrics_post - Add
memory_limit_mbytesto config.debug - Fix
access_tokenandrefresh_tokenparameters (login) - Fix SRT testing (requires core v10.10+)
- Initial release