What’s Changed
This release adds more flexible deployment security options, corrects scoring accuracy, and improves reliability in restricted environments.
-
More Flexible Deployment Security
Deployments can now specify which user account the platform runs as, giving administrators more control over security hardening in their environments. -
More Accurate Submission Scoring
A scoring issue has been corrected so submission scores now reflect the intended value, improving the accuracy of analysis results. -
Improved Air-Gapped Support
The MCP server now runs correctly in isolated environments without external network access. -
Performance and Maintenance Improvements
Backend search operations have been optimized and leftover diagnostic output removed, resulting in cleaner and more efficient behavior.
Added
Fixed
- Fix a bug in submission scoring where the score should be negative
- Cleanup print statement from single dynamic group fix
- Fixes for running MCP in air-gapped environment
- Misc. optimizations for Elastic ops & code cleanup (Python, API)