node-v2.14.2
OpenMOSS/MOSS-Transcribe-Diarizenode-v2.14.2Aug 27, 2026by github-actions[bot]
AI Summary
This update focuses on performance improvements, specifically reducing memory usage and latency for large documents, and updates browser OCR functionality.
Key Highlights
- Reduced memory and latency for large documents
- Browser OCR runs without Tokio
- Images are encoded
New Features
- Optimized memory and latency for large docs
- Browser OCR updates
Full Release Notes
## What's Changed * fix: reduce memory and latency for large docs by @logan-markewich in https://github.com/run-llama/liteparse/pull/441 * fix(wasm): run browser OCR without Tokio, encode images by @Choudhry18 in https://github.com/run-llama/liteparse/pull/440 ## New Contributors * @Choudhry18 made their first contribution in https://github.com/run-llama/liteparse/pull/440 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.14.1...node-v2.14.2