Releases: infobyte/faraday
Releases · infobyte/faraday
v5.21.0
- [FIX] Block pipeline execution on read-only workspaces. #8093
- [FIX] Fixed internal CI tooling. #8271
- [FIX] Users update conflicts now properly handle SQLAlchemy session rollback. #8246
- [ADD] Added custom attributes to the tasks/fields endpoint for jobs. #8007
- [ADD] Added automation during the CI process. #8241
- [MOD] Improved internal CI review tooling. #8259
- [FIX] Fixed pipeline getting permanently stuck in "running" state when Celery worker dies. Added automatic recovery via timeout and periodic cleanup. #8170
- [ADD] Bulk Create now supports attaching credentials to vulnerabilities via a
credentialsfield (works both sync and with Celery enabled). #8078 - [ADD] Add bulk delete endpoint for agents. #8084
- [MOD] Update dependencies to resolve security CVEs (flask-login, flask, pyjwt and others). #8058
- [FIX] Fixed security issue related to filter. #8274
- [FIX] Fixed filter order on notifications. #8178
- [MOD] Improved internal CI review tooling. #8252
- [FIX] Fix 500 error on some occasions when editing a vulnerability into a duplicate. #8232
v5.20.1
v5.20.0
- [FIX] Fixed user password not being validated on create and edit actions. #8059
- [MOD] Debouncer now uses Redis to ensure distributed, single execution of workspace updates across Celery workers. #8076
- [MOD] Changed the packaging and build process to use uv. #8083
- [FIX] Fix flaky tests. #8185
- [FIX] Fixed vulnerability bulk update endpoint to improve memory usage and performance. #8094
- [FIX] Optimized some internal queries. #8201
v5.19.0
- [MOD] Refined Docker configuration with health checks, service dependencies, and optimized image handling. #8081
- [FIX] Several indexes were added to improve workspace delete performance. #8075
- [FIX] Fixed Credentials Bulk Update overwriting linked vulns. #8080
- [FIX] Resolved a date inconsistency that could trigger continuous scheduler runs or runs at incorrect times. #8071
v5.18.0
- [ADD] Added the max_task_message_size config option to prevent oversized messages from being enqueued for later processing. #8061
- [FIX] Fixed the issue with credentials cascade during a workspace deletion. #8024
- [FIX] Fixed performance problems when loading related entities on a vulnerability. #8046
v5.17.0
v5.16.0
- [FIX] Fixed scope of a workspace being deleted on patch. #7945
- [ADD] Implemented 'range' operator for date fields in filters. #7990
- [ADD] Added severity range filtering for agent execution, scheduling and import. #7928
- [FIX] Fixed issue with workspace scope not being correctly populated in the filter endpoint. #7987
- [ADD] Add CVSS4 support for vuln template. #8000
- [ADD] Added
last_detectedfield to the Vulnerability model to track the most recent detection timestamp. #7936 - [FIX] Fix randomly failing test in credentials. #8010
- [FIX] Fixed Agents endpoint not supporting filters. #7798
- [MOD] removed obsolete vulners endpoint. #7864