crates-v2.12.0
microsoft/graphragcrates-v2.12.0Aug 13, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing parsing capabilities, memory management, and data extraction features, specifically adding bounded-memory batch parsing and the ability to return screenshots and page counts.
Key Highlights
- Add bounded-memory batch parsing to improve memory efficiency
- Expose source document page count
- Return screenshots from parsed documents
- Support for tolerant page extraction errors
- Fix text clipping on rotated page edges
New Features
- Expose source document page count
- Add bounded-memory batch parsing
- Support tolerant page extraction errors
- Return screenshots from parse
- Fix text clipping on rotated page edges
- Fix markdown backslash escaping inside inline code spans
Full Release Notes
## What's Changed * feat: expose source document page count by @hexapode in https://github.com/run-llama/liteparse/pull/408 * feat(node): add bounded-memory batch parsing by @hexapode in https://github.com/run-llama/liteparse/pull/409 * Support tolerant page extraction errors by @hexapode in https://github.com/run-llama/liteparse/pull/410 * Return screenshots from parse by @hexapode in https://github.com/run-llama/liteparse/pull/411 * Fix text clipping on rotated page edges by @hexapode in https://github.com/run-llama/liteparse/pull/412 * fix(markdown): don't backslash-escape inside inline code spans by @shuvamk in https://github.com/run-llama/liteparse/pull/390 ## New Contributors * @shuvamk made their first contribution in https://github.com/run-llama/liteparse/pull/390 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.11.1...crates-v2.12.0