Group of 4 Use it now Notable
No documentation found
Artifact database calls can now request a different access level, and results say whether the server actually enforced it
What
db_readanddb_writecalls can now include anasLevelparameter (returned asas_level), letting a call ask to run as if at a different access level.- Results now include
as_level_confirmed(from the server'slevelConfirmedfield), reporting whether the server actually enforced the requested level; when unconfirmed, a caveat message is added. - The batch-write fallback path also tracks this confirmation across a sequence of writes, and appends a warning to error messages when a requested level wasn't confirmed, noting the writes may have run at the caller's own level instead.
- The
db_writevalidation schema was updated to accept the newas_level(max 16 characters) andas_level_confirmedfields.
Why This makes it clear when an artifact database operation requesting an elevated or different access level actually got that treatment from the server, instead of silently succeeding or failing under the wrong permissions.
Names in the bundleasLevelas_level_confirmed