crates-v2.14.3
run-llama/liteparsecrates-v2.14.3Sep 1, 2026by github-actions[bot]
AI Summary
This release adds a new parse_from_blocks API and includes fixes for table header absorption and sparse markdown table detection in the Rust crate.
Key Highlights
- New parse_from_blocks API for parsing content blocks
- Fix for properly absorbing table headers in markdown parsing
- Improvement in detection of sparse markdown tables
New Features
- parse_from_blocks API
Full Release Notes
## What's Changed * feat(rust): add parse_from_blocks API by @logan-markewich in https://github.com/run-llama/liteparse/pull/442 * fix: try to properly absorb table headers by @logan-markewich in https://github.com/run-llama/liteparse/pull/443 * fix: improve sparse markdown table detection by @logan-markewich in https://github.com/run-llama/liteparse/pull/444 **Full Changelog**: https://github.com/run-llama/liteparse/compare/crates-v2.14.2...crates-v2.14.3