Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 07 May 07:30
Immutable release. Only release title and notes can be modified.
c0bb797

Minor Changes

  • #47 6080d27 Thanks @haydenbleasel! - Add support for Counter-Strike 2 dedicated servers. Configurable game mode, starting map, max players, bot quota and difficulty, LAN mode, and Steam GSLT for public servers.

  • #47 6080d27 Thanks @haydenbleasel! - Add support for Don't Starve Together dedicated servers. Configurable game mode, server intention, max players, PvP, and Klei cluster token.

  • #47 6080d27 Thanks @haydenbleasel! - Add support for Satisfactory dedicated servers.

  • #47 6080d27 Thanks @haydenbleasel! - Add support for V Rising dedicated servers.

Patch Changes

  • 743f3c0 Thanks @haydenbleasel! - Pin zod to 4.3.6 to match the version expected by @workflow/world and @workflow/world-vercel. Zod 4.4 changed how discriminated unions handle fields overridden with z.undefined() via .extend(), causing the workflow runtime to throw Schema validation failed for POST /v3/runs/.../events on every callback and leaving runs wedged in the pending state.