v2.5
February 17, 2026
Improved database integrity for sessions and component configuration
We updated the sessions, component configurations, and component links tables to use proper primary key constraints, replacing the previous unique constraint approach. This improves data integrity, query performance, and alignment with database best practices.
Details
- Primary key constraints now enforce uniqueness and indexing at the database level
- Improves query performance for session lookups and component resolution
- No action required for most deployments; migrations are applied automatically
Who this is for: All Agno users, particularly those running at scale where database performance and integrity are critical.
Learn more about sessions and component configuration in the Agno docs
