Skip to content
Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 02 Jan 14:44
· 62 commits to main since this release
32f9862

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.

    Learn more.

  • #6234
    eecd099
    Thanks @kamilkisiela! - Adds
    lab.prompt(message, defaultValue) to Preflight Script API

Patch Changes