Skip to content
Changelog
SDKv2.5

Improved database integrity for sessions and component configuration

Agno Team

February 17, 20261 min read

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.

Shipped around the same time