0.9.8#
Released on August 12, 2025.
Added#
Changed#
Upgraded Atoti Server to 6.1.11.
When
atoti.JwtConfig.key_pair
isNone
, the automatically generated key pair will use 3072 bits instead of the old 2048 bits.
Deprecated#
Requests to endpoints created with
atoti.Session.endpoint
should now use/proxy
instead of/atoti/pyapi
./atoti/pyapi
remains available but logs a warning when used [1].The
atoti.pyapi
module is deprecated, import its classes directly fromatoti.User
oratoti.endpoint.Request
instead [1].
Fixed#
Performance regression when editing measures inside a
data_model_transaction()
[2].
Internal issue tracker references