Skip to main content
Refer to the changelog for more details.
2026-07-27
The changes below are relative to Atoti Python SDK 0.9.16.

Summary

New features

Atoti Intelligence

Atoti Intelligence has been stabilized:

Limits plugin

The atoti-limits plugin connects an Atoti session to a Limits server and adds the Limits app extension to Atoti UI.

Query History

When the observability plugin is enabled and atoti.SessionConfig.user_content_storage is not None, the history of executed queries is recorded and accessible in Admin UI’s Query history tab.

Improvements

Upgraded dependencies

  • Bumped the minimum required Python version to 3.12 as per NEP 29.
  • Bumped the minimum required Pandas version to 3.0.3.
  • Aligned Atoti Python SDK’s version with Atoti Server. Going forward, each 6.2.x Python SDK release depends on the matching 6.2.x Server release, making compatibility obvious at a glance.

Safer data loading default

atoti.Table.load(error_handling) defaults to "fail" instead of "log", so loading errors surface immediately instead of being silently logged.