v1.7.0
passteque/gluetunv1.7.0Jul 7, 2026by chonk-lain
AI Summary
Chonkie v1.7.0 introduces LiteParse integration for enhanced document parsing capabilities, exposes the ComponentRegistry to facilitate custom integrations, and completely revamps the documentation hosted on GitHub Pages for improved navigation. The release also includes various dependency updates and maintenance improvements.
Key Highlights
- LiteParse Integration: Adds a lightweight, dependency-friendly parser for easier document chunking.
- Exposed ComponentRegistry: Makes the component system publicly accessible for inspection and extension.
- Revamped Documentation: Complete migration and redesign of documentation on GitHub Pages for better developer experience.
New Features
- LiteParse integration for document parsing
- Publicly exposed ComponentRegistry
- Migrated and redesigned documentation on GitHub Pages
- Updated dependencies (starlette, aiohttp, langsmith, etc.)
Full Release Notes
# Chonkie v1.7.0 <p align="center"> <img width="25%" alt="chef x llamaindex" src="https://github.com/user-attachments/assets/e777312b-1123-4e6c-aecb-ea42afb80f68" /> </p> ## What's Changed ### 🦙 LiteParse Integration Chonkie now integrates with **LiteParse**, making it easier to parse and chunk a wider range of document formats with a lightweight, dependency-friendly parser. <p align="center"> <img width="50%" alt="image" src="https://github.com/user-attachments/assets/cde3f946-2ec7-49aa-a89d-d3df15169141" /> </p> ### 🧩 Exposed `ComponentRegistry` `ComponentRegistry` is now publicly exposed, making it easier to inspect, extend, and build custom integrations on top of Chonkie's component system. <p align="center"> <img width="50%" alt="image" src="https://github.com/user-attachments/assets/b33ddf7e-8273-422f-9dcf-65ca9b6d88b8" /> </p> ### 📚 Revamped Documentation The documentation has been completely migrated and redesigned with improved navigation, clearer guides, and a better overall developer experience. It is now hosted on GitHub Pages. <p align="center"> <img width="80%" alt="image" src="https://github.com/user-attachments/assets/b0c64b37-7f7c-4bce-abad-d012473f86bd" /> </p> ## Other Improvements - Improved README and project documentation. - Fixed multiple documentation URLs and routing issues. - Various dependency updates and maintenance improvements. ## Pull Requests - chore: update readme by @chonk-lain in https://github.com/feyninc/chonkie/pull/603 - chore(deps): bump aiohttp from 3.13.4 to 3.14.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/600 - chore(deps): bump starlette from 0.52.1 to 1.0.1 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/601 - feat: add liteparse by @chonk-lain in https://github.com/feyninc/chonkie/pull/602 - chore(deps): bump jupyter-server from 2.18.2 to 2.20.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/612 - chore(deps): bump starlette from 1.0.1 to 1.3.1 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/611 - chore(deps): bump bleach from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/610 - chore(deps): bump cryptography from 46.0.7 to 48.0.1 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/609 - chore(deps): bump langsmith from 0.8.0 to 0.8.18 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/616 - chore(deps): bump pydantic-settings from 2.13.1 to 2.14.2 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/615 - chore: fix ty by @chonk-lain in https://github.com/feyninc/chonkie/pull/619 - chore(deps): bump pyjwt from 2.12.1 to 2.13.0 by @dependabot[bot] in https://github.com/feyninc/chonkie/pull/607 - chore: expose registry components by @chonk-lain in https://github.com/feyninc/chonkie/pull/618 - feat: migrate docs by @chonk-lain in https://github.com/feyninc/chonkie/pull/620 - chore: fix url in docs by @chonk-lain in https://github.com/feyninc/chonkie/pull/622 - chore: fix url by @chonk-lain in https://github.com/feyninc/chonkie/pull/623 - chore: migrate docs to github pages by @chonk-lain in https://github.com/feyninc/chonkie/pull/624 - chore: fix routing by @chonk-lain in https://github.com/feyninc/chonkie/pull/625 - chore: version bump by @chonk-lain in https://github.com/feyninc/chonkie/pull/626 **Full Changelog:** https://github.com/feyninc/chonkie/compare/v1.6.8...v1.7.0