|
1 | 1 | # ChangeLog
|
2 | 2 |
|
| 3 | +## [2025-09-14] |
| 4 | + |
| 5 | +### `llama-index-core` [0.14.1] |
| 6 | + |
| 7 | +- feat: add verbose option to RetrieverQueryEngine for detailed output (#19807) |
| 8 | +- feat: feat: add support for additional kwargs in `aget_text_embedding_batch` method (#19808) |
| 9 | +- feat: add `thinking_delta` field to AgentStream events to expose llm reasoning (#19785) |
| 10 | +- fix: Bug fix agent streaming thinking delta pydantic validation (#19828) |
| 11 | +- fix: handle positional args and kwargs both in tool calling (#19822) |
| 12 | + |
| 13 | +### `llama-index-instrumentation` [0.4.1] |
| 14 | + |
| 15 | +- feat: add sync event/handler support (#19825) |
| 16 | + |
| 17 | +### `llama-index-llms-google-genai` [0.4.0] |
| 18 | + |
| 19 | +- feat: Add VideoBlock and GoogleGenAI video input support (#19823) |
| 20 | + |
| 21 | +### `llama-index-llms-ollama` [0.7.3] |
| 22 | + |
| 23 | +- fix: Fix bug using Ollama with Agents and None tool_calls in final message (#19844) |
| 24 | + |
| 25 | +### `llama-index-llms-vertex` [0.6.1] |
| 26 | + |
| 27 | +- fix: align complete/acomplete responses (#19806) |
| 28 | + |
| 29 | +### `llama-index-readers-confluence` [0.4.3] |
| 30 | + |
| 31 | +- chore: Bump version constraint for atlassian-python-api to include 4.x (#19824) |
| 32 | + |
| 33 | +### `llama-index-readers-github` [0.6.2] |
| 34 | + |
| 35 | +- fix: Make url optional (#19851) |
| 36 | + |
| 37 | +### `llama-index-readers-web` [0.5.3] |
| 38 | + |
| 39 | +- feat: Add OlostepWebReader Integration (#19821) |
| 40 | + |
| 41 | +### `llama-index-tools-google` [0.6.2] |
| 42 | + |
| 43 | +- feat: Add optional creds argument to GoogleCalendarToolSpec (#19826) |
| 44 | + |
| 45 | +### `llama-index-vector-stores-vectorx` [0.1.0] |
| 46 | + |
| 47 | +- feat: Add vectorx vectorstore (#19758) |
| 48 | + |
3 | 49 | ## [2025-09-08]
|
4 | 50 |
|
5 | 51 | **NOTE:** All packages have been bumped to handle the latest llama-index-core version.
|
|
0 commit comments