|  | 
| 1 | 1 | # ChangeLog | 
| 2 | 2 | 
 | 
|  | 3 | +## [2025-08-14] | 
|  | 4 | + | 
|  | 5 | +### `llama-index-core` [0.13.2] | 
|  | 6 | + | 
|  | 7 | +- feat: allow streaming to be disabled in agents (#19668) | 
|  | 8 | +- fix: respect the value of NLTK_DATA env var if present (#19664) | 
|  | 9 | +- fix: Order preservation and fetching in batch non-cached embeddings in `a/get_text_embedding_batch()` (#19536) | 
|  | 10 | + | 
|  | 11 | +### `llama-index-embeddings-ollama` [0.8.1] | 
|  | 12 | + | 
|  | 13 | +- fix: Access embedding output (#19635) | 
|  | 14 | +- fix: use normalized embeddings (#19622) | 
|  | 15 | + | 
|  | 16 | +### `llama-index-graph-rag-cognee` [0.3.0] | 
|  | 17 | + | 
|  | 18 | +- fix: Update and fix cognee integration (#19650) | 
|  | 19 | + | 
|  | 20 | +### `llama-index-llms-anthropic` [0.8.4] | 
|  | 21 | + | 
|  | 22 | +- fix: Error in Anthropic extended thinking with tool use (#19642) | 
|  | 23 | +- chore: context window for claude 4 sonnet to 1 mln tokens (#19649) | 
|  | 24 | + | 
|  | 25 | +### `llama-index-llms-bedrock-converse` [0.8.2] | 
|  | 26 | + | 
|  | 27 | +- feat: add openai-oss models to BedrockConverse (#19653) | 
|  | 28 | + | 
|  | 29 | +### `llama-index-llms-ollama` [0.7.1] | 
|  | 30 | + | 
|  | 31 | +- fix: fix ollama role response detection (#19671) | 
|  | 32 | + | 
|  | 33 | +### `llama-index-llms-openai` [0.5.3] | 
|  | 34 | + | 
|  | 35 | +- fix: AzureOpenAI streaming token usage (#19633) | 
|  | 36 | + | 
|  | 37 | +### `llama-index-readers-file` [0.5.1] | 
|  | 38 | + | 
|  | 39 | +- feat: enhance PowerPoint reader with comprehensive content extraction (#19478) | 
|  | 40 | + | 
|  | 41 | +### `llama-index-retrievers-bm25` [0.6.3] | 
|  | 42 | + | 
|  | 43 | +- fix: fix persist+load for bm25 (#19657) | 
|  | 44 | + | 
|  | 45 | +### `llama-index-retrievers-superlinked` [0.1.0] | 
|  | 46 | + | 
|  | 47 | +- feat: add Superlinked retriever integration (#19636) | 
|  | 48 | + | 
|  | 49 | +### `llama-index-tools-mcp` [0.4.0] | 
|  | 50 | + | 
|  | 51 | +- feat: Handlers for custom types and pydantic models in tools (#19601) | 
|  | 52 | + | 
|  | 53 | +### `llama-index-vector-stores-clickhouse` [0.6.0] | 
|  | 54 | + | 
|  | 55 | +- chore: Updates to ClickHouse integration based on new vector search capabilities in ClickHouse (#19647) | 
|  | 56 | + | 
|  | 57 | +### `llama-index-vector-stores-postgres` [0.6.3] | 
|  | 58 | + | 
|  | 59 | +- fix: Add other special characters in `ts_query` normalization (#19637) | 
|  | 60 | + | 
|  | 61 | + | 
| 3 | 62 | ## [2025-08-08] | 
| 4 | 63 | 
 | 
| 5 | 64 | ### `llama-index-core` [0.13.1] | 
|  | 
| 59 | 118 | - fix: BM25 Retriever allow `top_k` value greater than number of nodes added (#19577) | 
| 60 | 119 | - feat: Add metadata filtering support to BM25 Retriever and update documentation (#19586) | 
| 61 | 120 | 
 | 
|  | 121 | +### `llama-index-tools-aws-bedrock-agentcore` [0.1.0] | 
|  | 122 | + | 
|  | 123 | +- feat: Bedrock AgentCore browser and code interpreter toolspecs (#19559) | 
|  | 124 | + | 
| 62 | 125 | ### `llama-index-vector-stores-baiduvectordb` [0.6.0] | 
| 63 | 126 | 
 | 
| 64 | 127 | - fix: fix filter operators and add stores_text support (#19591) | 
|  | 
0 commit comments