v3.64.1
trycompai/compv3.64.1May 27, 2026by claudfuen
AI Summary
This is a minor bug fix release that resolves an out-of-memory (OOM) issue when bulk exporting evidence by implementing streaming for runs instead of loading them all into memory at once.
Key Highlights
- Fixed OOM (out of memory) error on bulk export of evidence
- Implemented streaming approach for runs during export
- Targeted fix in the evidence-export functionality
Full Release Notes
## [3.64.1](https://github.com/trycompai/comp/compare/v3.64.0...v3.64.1) (2026-05-27) ### Bug Fixes * **evidence-export:** stream runs to prevent OOM on bulk export ([468d894](https://github.com/trycompai/comp/commit/468d89458abebc7a8daba26e4c37540a32f35667))