0.9.13#
Released on Mar 10, 2026.
Added#
Documentation for
atoti-observability.Documentation for the ROLE_MEASURE_LINEAGE role in
atoti.security.Security.atoti_jdbc.JdbcPingDiscoveryProtocol.update_store_on_view_change[6].
Changed#
Upgraded Atoti Server to 6.1.18.
Upgraded Atoti UI and Atoti Admin UI to 5.2.20.
Renamed cloud storage packages:
atoti-client-aws→atoti-client-storage-awsatoti-server-aws→atoti-server-storage-awsatoti-client-azure→atoti-client-storage-azureatoti-server-azure→atoti-server-storage-azureatoti-client-gcp→atoti-client-storage-gcpatoti-server-gcp→atoti-server-storage-gcp
The module names have also changed:
atoti_aws→atoti_storage_awsatoti_azure→atoti_storage_azureatoti_gcp→atoti_storage_gcp
- uv add "atoti[aws]" + uv add "atoti[storage-aws]"
- from atoti_aws import ClientSideEncryptionConfig + from atoti_storage_aws import ClientSideEncryptionConfig
Deprecated#
atoti-client-aws,atoti-server-aws, and theatoti_awsmodule. Useatoti-client-storage-aws,atoti-server-storage-aws, andatoti_storage_awsinstead.atoti-client-azure,atoti-server-azure, and theatoti_azuremodule. Useatoti-client-storage-azure,atoti-server-storage-azure, andatoti_storage_azureinstead.atoti-client-gcp,atoti-server-gcp, and theatoti_gcpmodule. Useatoti-client-storage-gcp,atoti-server-storage-gcp, andatoti_storage_gcpinstead.
Fixed#
NotImplementedErrorraised when creating a==condition on a column operation [4], [5].atoti.Column.data_typeandatoti.Column.default_valueraising an error when accessed on aconnected sessionusing the"Object"data type [1].Setting MDX-related context values with
shared_contextnot being reflected in subsequent access toshared_contextin data cubes and raising an error in query cubes [3].
Internal issue tracker references