Skip to content

Releases: railwayapp/cli

v4.12.0

28 Nov 21:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #703 Dont hard error on no services
  • #692 Verbose logging for the add command
  • #704 Hide environments user can't access

v4.11.2

26 Nov 05:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #689 Consistent variable parsing
  • #698 improve error message for invalid token
  • #680 feat(service.rs): add service management features
  • #691 Fixes some typos
  • #700 Don't check for a linked project when the project, environment, and service flags are provided
  • #694 Address RUSTSEC-2021-0139, RUSTSEC-2024-0375, RUSTSEC-2025-0119, RUSTSEC-2024-0320, RUSTSEC-2021-0145, RUSTSEC-2025-0023
  • #701 retry log streaming on mid-connection failures

v4.11.1

14 Nov 16:18
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changes

  • #682 bug(environment.ts) Split variable definitions on "=" at into at most two parts
  • #685 Fix the behavior of the railway completion command
  • #677 Address RUSTSEC-2025-0057
  • #690 Emit on failures if RAILWAY_TOKEN is set

v4.11.0

21 Oct 20:04

Choose a tag to compare

Changes

  • #668 Fix environment tokens not working
  • #674 Replace no longer maintained paste crate
  • #681 Fix cronSchedule being unset during function push
  • #679 ssh-command: Allow passing one or two of -p, -e and -s

v4.10.0

26 Sep 21:16

Choose a tag to compare

Changes

  • #671 Fix for railway logs: allow using deployment ID to look up failed build logs
  • #672 Improving railway log --help docs for users and LLMs
  • #673 Add deployment command with subcommands for list, up and redeploy

v4.9.0

25 Sep 17:20

Choose a tag to compare

Changes

  • #665 longer log retry
  • #666 Fix osx compilation
  • #667 Add --lines / -n and -f / --filter options to log command
  • #669 Add logs --tail alias + examples in the logs --help output
  • #670 Improve logs --help

v4.8.0

12 Sep 00:35

Choose a tag to compare

Changes

  • #664 Use workspace based queries/mutations

v4.7.3

10 Sep 17:34

Choose a tag to compare

Changes

  • #658 Support --json for the whoami command
  • #661 Add CLAUDE.md with development guidance
  • #662 Add retry logic with exponential backoff for build log streaming
  • #663 Fix environment duplication timeout when process takes longer than 30s

v4.6.3

13 Aug 01:54

Choose a tag to compare

Changes

  • #654 fix: update check no longer relies on config
  • #656 Add --workspace option to railway init

v4.6.1

04 Aug 21:15

Choose a tag to compare

Changes

  • #653 Clippy fixes
  • #648 Add extra information when being ratelimited