|
1 | 1 | # ChangeLog |
2 | 2 |
|
| 3 | +## [2025-07-19] |
| 4 | + |
| 5 | +### `llama-index-core` [0.12.50] |
| 6 | + |
| 7 | +- feat: support html table extraction in MarkdownElementNodeParser (#19449) |
| 8 | +- fix/slightly breaking: make `get_cache_dir()` function more secure by changing default location (#19415) |
| 9 | +- fix: resolve race condition in SQLAlchemyChatStore with precise timestamps (#19432) |
| 10 | +- fix: update document store import to use BaseDocumentStore in DocumentContextExtractor (#19466) |
| 11 | +- fix: improve empty retrieval check in vector index retriever (#19471) |
| 12 | +- fix: Fix running workflow agents as MCP servers by adding start event handling to workflow agents (#19470) |
| 13 | +- fix: handle ID type mismatch in various retrievers (#19448) |
| 14 | +- fix: add structured output to multi agent also from secondary constructor + tests (#19435) |
| 15 | +- fix: duplicated `session_id` metadata_filter in VectorMemoryBlock (#19427) |
| 16 | +- fix: make sure to stop agent on function tool return direct (#19413) |
| 17 | +- fix: use a private folder to store NTLK cache (#19444) |
| 18 | +- fix: Update ReAct agent parse error message (#19431) |
| 19 | + |
| 20 | +### `llama-index-instrumentation` [0.3.0] |
| 21 | + |
| 22 | +- feat: Improve instrumentation span name (#19454) |
| 23 | + |
| 24 | +### `llama-index-llms-bedrock-converse` [0.7.6] |
| 25 | + |
| 26 | +- chore: added llama 4 models in Bedrock Converse, remove llama 3.2 1b and 3b from function calling models (#19434) |
| 27 | + |
| 28 | +### `llama-index-llms-cloudflare-ai-gateway` [0.1.0] |
| 29 | + |
| 30 | +- feat: introduce cloudflare ai gateway (#19395) |
| 31 | + |
| 32 | +### `llama-index-llms-google-genai` [0.2.5] |
| 33 | + |
| 34 | +- feat: Add `google_search` Tool Support to GoogleGenAI LLM Integration (#19406) |
| 35 | + |
| 36 | +### `llama-index-readers-confluence` [0.3.2] |
| 37 | + |
| 38 | +- refactor: various Confluence reader enhancements (logging, error handling) (#19424) |
| 39 | + |
| 40 | +### `llama-index-readers-service-now` [0.1.0] |
| 41 | + |
| 42 | +- feat: added service-now reader (#19429) |
| 43 | + |
| 44 | +### `llama-index-protocols-ag-ui` [0.1.4] |
| 45 | + |
| 46 | +- chore: remove some stray debug prints from AGUI (#19469) |
| 47 | + |
| 48 | +### `llama-index-tools-wikipedia` [0.3.1] |
| 49 | + |
| 50 | +- fix: Remove load_kwargs from `WikipediaToolSpec.load_data` tool (#19464) |
| 51 | + |
| 52 | +### `llama-index-vector-stores-baiduvectordb` [0.3.1] |
| 53 | + |
| 54 | +- fix: pass `**kwargs` to `super().__init__` in BaiduVectorDB (#19436) |
| 55 | + |
| 56 | +### `llama-index-vector-stores-moorcheh` [0.1.1] |
| 57 | + |
| 58 | +- fix: Update Moorcheh Vector Store namespace resolution (#19461) |
| 59 | + |
| 60 | +### `llama-index-vector-stores-s3` [0.1.0] |
| 61 | + |
| 62 | +- feat: s3 vectors support (#19456) |
| 63 | + |
3 | 64 | ## [2025-07-14] |
4 | 65 |
|
5 | 66 | ### `llama-index-core` [0.12.49] |
|
37 | 98 | ### `llama-index-storage-docstore-duckdb` [0.1.0] |
38 | 99 |
|
39 | 100 | - Add DuckDB KV, Document, and Index Store |
40 | | -(#19282) |
| 101 | + (#19282) |
41 | 102 |
|
42 | 103 | ### `llama-index-storage-index-store-duckdb` [0.1.0] |
43 | 104 |
|
44 | 105 | - Add DuckDB KV, Document, and Index Store |
45 | | -(#19282) |
| 106 | + (#19282) |
46 | 107 |
|
47 | 108 | ### `llama-index-storage-kvstore-duckdb` [0.1.3] |
48 | 109 |
|
49 | 110 | - DuckDB: Deadlocks-b-gone (#19401) |
50 | 111 | - Improvements for DuckDB thread safety and embed dimension handling (#19391) |
51 | 112 | - Add DuckDB KV, Document, and Index Store |
52 | | -(#19282) |
| 113 | + (#19282) |
53 | 114 |
|
54 | 115 | ### `llama-index-vector-stores-duckdb` [0.4.6] |
55 | 116 |
|
56 | 117 | - DuckDB: Deadlocks-b-gone (#19401) |
57 | 118 | - Improvements for DuckDB thread safety and embed dimension handling (#19391) |
58 | 119 | - DuckDB Async and Faster Cosine Similarity |
59 | | -(#19383) |
| 120 | + (#19383) |
60 | 121 | - DuckDB Small clean-up and add embeddings to returned nodes (#19377) |
61 | 122 |
|
62 | 123 | ### `llama-index-vector-stores-moorcheh` [0.1.0] |
|
0 commit comments