Minor Changes
-
#5564
e0eb3bd
Thanks @dimaMachina! - Add preflight scripts for laboratory.It is now possible to add a preflight script within the laboratory that executes before sending a
GraphQL request.
Learn more. -
#5530
38c14e2
Thanks @TuvalSimha! - Add organization audit log.Each organization now has an audit log of all user actions that can be exported by admins.
Exported audit logs are stored on the pre-configured S3 storage.In case you want to store exported audit logs on a separate S3 bucket, you can use the
S3_AUDIT_LOG
prefixed environment variables for the configuration. -
#6234
eecd099
Thanks @kamilkisiela! - Adds
lab.prompt(message, defaultValue)
to Preflight Script API
Patch Changes
-
#6232
ff44b62
Thanks @kamilkisiela! - Improvements to UI of Preflight Script
(Laboratory) -
#6233
7b0c920
Thanks @kamilkisiela! - Tiny UI fixes