> For the complete documentation index, see [llms.txt](https://changelog.graphlit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.graphlit.dev/september-2025/september-26-support-for-regex-path-filters-token-thresholds-and-feed-indexing-updates.md).

# September 26: Support for regex path filters, token thresholds, and feed indexing updates

### New Features

* :bulb: Graphlit introduces a **minimum-token threshold** for extraction, ensuring small or incomplete snippets are excluded from embedding and search operations.
* We’ve also added **regex-based include / exclude path filters** for site feeds, giving developers more control over which pages are crawled and indexed.
* After refreshing environment JWT secrets, the Portal now automatically reloads connected data APIs, eliminating the need for manual cache resets.

### Bugs Fixed

* GPLA-4554: Fixed parsing of email items into feed posts across multi-part messages
* GPLA-4018: Removed erroneous `402` responses when querying usage logs
* GPLA-4560: Resolved RSS feed parsing failures with malformed XML payloads
* GPLA-4565: Restored Slack user lookup when bot tokens lacked the proper `users:read` scope
* GPLA-4571: Fixed Notion item parsing inconsistencies affecting multi-block documents
