Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 03:42
5a964b2

Fixed

  • Atomic group update + pause. update_user_group_with_pause runs
    group update and rule re-evaluation in a single transaction. On pause
    failure, the group update is rolled back so the authorization state is
    NOT partially changed. Previously, a pause failure returned 500 but left
    the authorization change already written, causing some rules to continue
    forwarding with elevated access.