Skip to content

Commit 8cc7fb4

Browse files
Ayush0054dirkbrnd
andauthored
changelogs for release 1.3.0 (#207)
Co-authored-by: Dirk Brand <[email protected]>
1 parent 1ade43d commit 8cc7fb4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog/overview.mdx

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

6+
<Update label="2025-04-12" description="v1.3.0">
7+
## New Features:
8+
9+
- **Memory Revamp (Beta)**: This is a beta release of a complete revamp of Agno Memory. This includes a new `Memory` class that supports adding, updating and deleting user memories, as well as doing semantic search with a model. This also adds additional abilities to the agent to manage memories on your behalf. See the docs [here](https://docs.agno.com/memory/introduction).
10+
- **User ID and Session ID on Run**: You can now pass `user_id` and `session_id` on `agent.run()`. This will ensure the agent is set up for the session belonging to the `session_id` and that only the memories of the current user is accessible to the agent. This allows you to build multi-user and multi-session applications with a single agent configuration.
11+
- **Redis Storage**: Support added for Redis as a session storage provider.
12+
13+
</Update>
14+
615
<Update label="2025-04-11" description="v1.2.16">
716
## Improvements:
817

0 commit comments

Comments
 (0)