Skip to main content

GraphDB 11.3.0 Release Notes

19/02/2026

Warning

A bug in GraphDB 11.3 may affect deployments which use the Custom user roles mechanism.

Creating and editing user through the Workbench in GraphDB 11.3 may cause a critical malfunction for features using custom user roles, such as Access control list in Fine-grained access control and Role-Based Access Control in GraphQL. When a CUSTOM role is defined for a user, editing that user through the Workbench will incorrectly save the group with an additional CUSTOM_ prefix. This will happen when any of that user’s attributes were modified and saved, even if the CUSTOM role itself was not changed.

An additional CUSTOM_ prefix is also erroneously shown in the users list view in the Workbench; however, if the user configurations have not been edited, it will not affect any other functionalities.

This bug is present only when editing users through the GraphDB Workbench. If you need to edit a user’s configurations in GraphDB 11.3.0, do not use the Workbench. You can safely use the GraphDB REST API instead, as it will not cause any issues.

If you encounter this bug, you can fix the issue by removing the additional CUSTOM_ prefix from the group through the REST API.

This bug will be fixed in GraphDB 11.3.1 which will be released as soon as possible..