0.9.11#

Released on Dec 16, 2025.

Added#

Changed#

  • Upgraded Atoti Server to 6.1.15.

  • Upgraded Atoti UI and Atoti Admin UI to 5.2.17.

  • atoti.Measure.description returns "" instead of None [4].

  • Everything related to Security is kept in memory instead of being persisted in the user_content_storage [1].

    This makes the API more consistent since all the other methods on atoti.Session and its related classes never persisted their changes either. This improves performance, both when configuring these properties but also when executing queries.

    Note

    Basic authentication credentials are unaffected since, for security reasons, they were already only kept in memory.

Deprecated#

  • atoti.Measure.description’s deleter [4]. Set the description to a blank string instead:

    - del measure.description
    + measure.description = ""
    

Fixed#

Internal issue tracker references