Skip to content

sandbox@3.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:22
87f6cf2

Minor Changes

  • Report the live timeout deadline of running sandboxes. Sandbox.list and Sandbox.get now expose expiresAt, reflecting the current session's deadline including any timeout extensions, and sandbox list renders it in the TIMEOUT column. Sandbox.update({ timeout }) (and sandbox config timeout) now also extends the currently running session so an increased timeout takes effect immediately instead of only applying to future sessions. (#239)

Patch Changes