0.9.13#

Released on Mar 10, 2026.

Added#

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-awsatoti-client-storage-aws

    • atoti-server-awsatoti-server-storage-aws

    • atoti-client-azureatoti-client-storage-azure

    • atoti-server-azureatoti-server-storage-azure

    • atoti-client-gcpatoti-client-storage-gcp

    • atoti-server-gcpatoti-server-storage-gcp

    The module names have also changed:

    - 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 the atoti_aws module. Use atoti-client-storage-aws, atoti-server-storage-aws, and atoti_storage_aws instead.

  • atoti-client-azure, atoti-server-azure, and the atoti_azure module. Use atoti-client-storage-azure, atoti-server-storage-azure, and atoti_storage_azure instead.

  • atoti-client-gcp, atoti-server-gcp, and the atoti_gcp module. Use atoti-client-storage-gcp, atoti-server-storage-gcp, and atoti_storage_gcp instead.

Fixed#

Internal issue tracker references