Skip to content

Commit b679465

Browse files
authored
update changelogs for 1.3.2 (#215)
1 parent 9091e23 commit b679465

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changelog/overview.mdx

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

6+
<Update label="2025-04-16" description="v1.3.2">
7+
## New Features:
8+
9+
- **Redis Memory DB**: Added Redis as a storage provider for `Memory`. See [here](https://docs.agno.com/examples/concepts/memory/mem-redis-memory).
10+
11+
## Improvements:
12+
13+
- **Memory Updates**: Various performance improvements made and convenience functions added:
14+
- `agent.get_session_summary()` → Use to get the previous session summary from the agent.
15+
- `agent.get_user_memories()` → Use to get the current user’s memories.
16+
- You can also add additional instructions to the `MemoryManager` or `SessionSummarizer`.
17+
- **Confluence Bypass SSL Verification**: If required, you can now skip SSL verification for Confluence connections.
18+
- **More Flexibility On Team Prompts**: Added `add_member_tools_to_system_message` to remove the member tool names from the system message given to the team leader, which allows flexibility to make teams transfer functions work in more cases.
19+
20+
## Bug Fixes:
21+
22+
- **LiteLLM Streaming Tool Calls**: Fixed issues with tool call streaming in LiteLLM.
23+
- **E2B Casing Issue**: Fixed issues with parsed Python code that would make some values lowercase.
24+
- **Team Member IDs**: Fixed edge-cases with team member IDs causing teams to break.
25+
</Update>
26+
627
<Update label="2025-04-12" description="v1.3.0">
728
## New Features:
829

0 commit comments

Comments
 (0)