Skip to content

Releases: railwayapp/cli

v4.25.1

14 Jan 22:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #764 fix: dev --no-tui stops services on quit

v4.25.0

14 Jan 20:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #763 feat: wait for workflow completion when adding templates/databases

v4.24.0

14 Jan 18:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #762 fix: remove duplicate crates.io publish from create-release workflow
  • #761 feat: restructure CLI to object-action pattern

v4.23.2

13 Jan 03:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #759 feat: Handle 2FA enforcement error gracefully

v4.23.1

12 Jan 20:59
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #757 Update documentation link to go straight to CLI reference
  • #758 Fix TUI tab ordering for code and image services

v4.23.0

08 Jan 22:09
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #755 feat: Add bun support to upgrade command
  • #756 refactor: remove --restart flag from redeploy command

v4.22.0

08 Jan 21:51
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #754 feat: Add standalone railway restart command

v4.21.0

08 Jan 21:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #751 refactor: Move crates.io publish to release.yml for parallelization
  • #752 fix: Use consistent yellow styling for deployment list warnings
  • #753 feat: Add -y/--yes flag to unlink command

v4.20.0

08 Jan 21:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #744 fix: Handle missing linked service in status command gracefully
  • #745 feat: Add --json flag to link command for CI usage
  • #746 fix: Fix auto-release workflow bugs
  • #747 fix: Improve InvalidRailwayToken error message
  • #748 fix: Run release directly in auto-release workflow
  • #749 feat: Add --print flag to open command

v4.19.0

08 Jan 20:34
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #734 fix: Show error when deployment cannot be redeployed
  • #735 feat: Add railway delete command for project deletion
  • #736 feat: Add --project flag to railway run command
  • #737 feat: Add local alias for railway run command
  • #738 feat: Improve SSH error message for serverless services
  • #739 feat: Add --set-from-stdin flag to read variable values from stdin
  • #740 feat: Add auto-release workflow for batched releases
  • #741 feat: Add --restart flag to redeploy for container restart without rebuild
  • #742 feat: Add railway upgrade command
  • #743 fix: Fix flaky "Failed to stream build logs" error in railway up