Traceable publishes independent release updates for CLI V1 and V2. You can expand the sections below to view the latest changes for each version. For information on release updates in 2025, see Traceable CLI Release Notes.
CLI v2 (Latest Update: 2nd February)
2.4.0 — 2nd February
Traceable CLI 2.4.0 release provides the following updates:
Updates
OpenTelemetry (OTEL) Logging Support
Added OpenTelemetry (OTEL) logging support to enable standardized telemetry export for logs and metrics.
Helm Configuration Management
Added ConfigMap support in the Helm chart to allow externalized and declarative configuration management.
Log Upload and Backpressure Handling
Implemented staggered log emission to improve backpressure handling during high-throughput scenarios.
Resource Metrics Accuracy
Normalized process-level CPU metrics to ensure accurate and comparable resource utilization reporting across environments.
Scan Logging Optimization
Removed DAST-based logging for replay and live scans to eliminate redundant telemetry and reduce overall log volume.
Resolved Issues
Dictionary Value Serialization
Resolved an encoding issue where dictionary values passed as strings were not correctly serialized before processing.
Local Hook Execution
Resolved an issue where locally configured hooks were not being loaded during runtime.
2.3.0 — 15th January
Traceable CLI 2.3.0 release provides the following updates:
Updates
Improved JWT Algorithm Confusion Scan Pre-Checks
Added a pre-check to the JWT algorithm confusion scan to skip API endpoints that do not validate JWT signatures, reducing false positives and improving scan efficiency.
Resolved Issues
Scan Log Retention Flag Names
Resolved an issue where incorrect scan log retention flag names (
--scan-max-retention-countand--scan-max-retention-days) were used in theinstall.shscript.
gRPC Client Configuration
Resolved a configuration error that occurred when setting gRPC client options without explicitly specifying a timeout.
2.2.1 — 2nd January
Traceable CLI 2.2.1 release provides the following updates:
Updates
Added Memory Backpressure Handling
Added memory backpressure handling to prevent out-of-memory errors during large or long-running scans.
Introduced Request and Response YAML Wrapper
Introduced a YAML wrapper for request and response configuration, enabling more flexible definition of test attributes.
Resolved Issues
Scan Log Upload
Resolved an issue where some scan logs were not uploaded correctly to the platform.
Proxy Configuration via Environment Variables
Resolved an issue where proxy settings defined through environment variables were not consistently applied.
Header and Cookie Encoding
Resolved an issue where special characters caused corruption in header and cookie encodings.