Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Database Schema Update

Major Version Updates

New

  • TSK-1957: UserService#getUser() now sets the new attribute domains dynamically. It is aggregated by specific permissions for workbaskets which is configured by a new property: taskana.user.minimalPermissionsToAssignDomains.
    If this property is not set the domains attribute will not be set.

Improvements

  • Deprecations

    • TSK-1957: WorkbasketQuery#accessIdsHavePermission(workbasketPermission, String...) --> WorkbasketQuery#accessIdsHavePermissions(List<WorkbasketPermission>, String...) (old method will be removed in next release)

    • TSK-1957: WorkbasketQuery#callerHasPermission(WorkbasketPermission) --> WorkbasketQuery#callerHasPermissions(WorkbasketPermission...) (old method will be removed in next release)