Skip to content

Commit 7af72b0

Browse files
authored
Update changelog with new features and improvements for versions 1.2.12 and 1.2.14 (#200)
1 parent 3fa00ca commit 7af72b0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

changelog/overview.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ title: "Product updates"
33
mode: "wide"
44
---
55

6+
<Update label="2025-04-08" description="v1.2.14">
7+
## Improvements:
8+
9+
- **Improved Github Tools**: Added many more capabilities to `GithubTools`.
10+
- **Windows Scripts Support**: Converted all the utility scripts to be Windows compatible.
11+
- **MongoDB VectorDB Async Support**: MongoDB can now be used in async knowledge bases.
12+
13+
## Bug Fixes:
14+
15+
- **Gemini Tool Formatting**: Fixed various cases where functions would not be parsed correctly when used with Gemini.
16+
- **ChromaDB Version Compatibility:** Fix to ensure that ChromaDB and Agno are compatible with newer versions of ChromaDB.
17+
- **Team-Member Interactions**: Fixed issue where if members respond with empty content the team would halt. This is now be resolved.
18+
- **Claude Empty Response:** Fixed a case when the response did not include any content with tool calls resulting in an error from the Anthropic API
19+
</Update>
20+
21+
<Update label="2025-04-07" description="v1.2.12">
22+
## New Features:
23+
24+
- **Timezone Identifier:** Added a new `timezone_identifier` parameter in the Agent class to include the timezone alongside the current date in the instructions.
25+
- **Google Cloud JSON Storage**: Added support for JSON-based session storage on Google Cloud.
26+
- **Reasoning Tools**: Added `ReasoningTools` for an advanced reasoning scratchpad for agents.
27+
28+
## Improvements:
29+
30+
- **Async Vector DB and Knowledge Base Improvements**: More knowledge bases have been updated for `async-await` support:
31+
- `URLKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/9d1b14af9709dde1e3bf36c241c80fb295c3b6d3/cookbook/agent_concepts/knowledge/url_kb_async.py).
32+
- `FireCrawlKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/596898d5ba27d2fe228ea4f79edbe9068d34a1f8/cookbook/agent_concepts/knowledge/firecrawl_kb_async.py).
33+
- `DocxKnowledgeBase` → Find some examples [here](https://github.com/agno-agi/agno/blob/f6db19f4684f6ab74044a4466946e281586ca1cf/cookbook/agent_concepts/knowledge/docx_kb_async.py).
34+
</Update>
35+
636
<Update label="2025-04-07" description="v1.2.11">
737
## Bug Fixes:
838

0 commit comments

Comments
 (0)