0.9.11#
Released on Dec 16, 2025.
Added#
pandas<3.0.0rc0upper bound to avoid breaking changes from the new str dtype [6].
Changed#
Upgraded Atoti Server to 6.1.15.
Upgraded Atoti UI and Atoti Admin UI to 5.2.17.
atoti.Measure.descriptionreturns""instead ofNone[4].Everything related to
Securityis kept in memory instead of being persisted in theuser_content_storage[1].This makes the API more consistent since all the other methods on
atoti.Sessionand its related classes never persisted their changes either. This improves performance, both when configuring these properties but also when executing queries.Note
Basic authentication credentialsare 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#
Data model search bar display issue in JupyterLab extension [7].
Truncated response bodies when using
proxyorendpoint()[2].This operation is not supported while batching mutationserror raised when requesting anendpoint()[5].Users configured through
basic_authenticationunable to connect whenthe configured LDAP serveris unreachable [3].
Internal issue tracker references