2024.9.6

Released on: 2025.10.01

  • The newly added user groups requires database schema modifications that may not be backwards compatible.,The role_members table receives a new rel_resource column which is generated based on the rel_user column.,After the upgrade, you need to either delete the rel_user column or drop the requirement the rel_user column is populated.,Refer to the upgrade guide for additional instructions..

  • Added user groups to support hierarchical access control (2179).

  • Fixed location field not importing during CSV import (279e685).