# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.graphlit.dev/september-2025/september-26-support-for-regex-path-filters-token-thresholds-and-feed-indexing-updates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
