0.8.9 (February 02, 2024)#
Changed#
Upgraded Atoti UI to 5.1.14.
If the JAVA_HOME environment variable points to a supported Java version,
atoti.Session()
will use this Java installation instead of the one from jdk4py.Users with the ROLE_ADMIN role can request the session even when
atoti.Session.ready
isFalse
. This allows to set upatoti.Session.security
before settingready
toTrue
.The default value of the max_sub_queries attribute of the DirectQuery
*ConnectionInfo
classes has been increased from 50 to 500.
Deprecated#
Removed#
Support for the private ATOTI_JAVA_HOME environment variable. The changed handling of JAVA_HOME made it redundant.
Fixed#
Login popup being displayed by Admin UI even after successful authentication against the session.