> 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/november-2024/november-4-support-for-anthropic-claude-3.5-haiku-bug-fixes.md).

# November 4: Support for Anthropic Claude 3.5 Haiku, bug fixes

### New Features

* Graphlit now supports the latest Anthropic Haiku 3.5 model, with the model enum `CLAUDE_3_5_HAIKU_20241022`.
* :zap: Once a project has hit the free tier quota, we will now automatically disable all feeds.  Once the project has been upgraded to a paid tier, you can use the `enableFeed` mutation to re-enable your existing feeds to continue ingestion.
* :zap: We have added the `disableFallback` flag to the `RetrievalStrategyInput` type, so you can disable the default behavior of falling back to the previous conversation's contents, or worst-case, falling back to the most recently uploaded content.  By setting `disableFallback` to true, conversations will only attempt to retrieve contents based on the provided `filter` and/or `augmentedFilter` properties.

### Bugs Fixed

* GPLA-3367: Not extracting text from HTML button element
