Under the hood
Artifact publish actions now pass a requestId through to the backend for idempotency
What
The artifact publish "version" action, along with its three underlying implementations (workshop files-only publish, live-doc publish, and the general publish path), now pass a requestId taken from the incoming request through to the backend publish call.
Why
Threading a request ID through publish calls supports idempotency, meaning a repeated or retried publish request can be recognized as the same request rather than causing a duplicate action.