0.9.9#
Released on September 22, 2025.
Added#
Changed#
Upgraded Atoti Server to 6.1.12.
Upgraded Atoti UI and Atoti Admin UI to 5.2.13.
Improved the logic used in
atoti.Session.link
andatoti.Session.widget
to find the URL from which theSession
can be reached from the JupyterLab extension [3].For instance, if Jupyter Server is running at https://1.9.9.1:8888 and the Atoti session is running on the same machine but on port 1337, the browser will try to reach the session from https://1.9.9.1:1337.
Fixed#
Incorrect
MdxQueryResult
when disabling light crossjoin [5].Regression introduced in version 0.9.8 where
atoti.Session.endpoint
would not handle URL encoded characters correctly [7].Inability to use Basic Authentication in requests made to
custom endpoints
when the session is secured withOIDC
[8].
Internal issue tracker references