RailRocket
Changelog

Every release since v0.1.

We ship when something is ready, not on a schedule. Subscribe via email for release notes.

v0.6.4
2026-05-22
major

Postgres workspaces.

  • New postgres: section in railrocket.yml provisions a fresh Postgres instance per workspace.
  • Optional seed: path to a SQL file or migration runner; runs on workspace create.
  • Cross-workspace data isolation is automatic; each branch gets its own DB state.
  • Snapshot restore includes Postgres state — 0.2s typical.
v0.6.3
2026-05-08
minor

VS Code Remote — faster connect.

  • Reduced connection setup time from ~2.4s to ~0.7s for the desktop VS Code attach flow.
  • Reuses the existing snapshot tunnel when possible.
  • Fixed a crash when attaching from VS Code Insiders.
v0.6.2
2026-04-19
minor

JetBrains Gateway plugin published.

  • RailRocket plugin in the JetBrains Marketplace. WebStorm, PyCharm, IntelliJ — all the major IDEs.
  • Same auth flow as the CLI; workspaces appear in the Gateway client list.
v0.6.0
2026-03-26
major

Snapshot restore in 1.4 s.

  • Reworked snapshot format. Median restore time across the test fleet: 4.1s → 1.4s.
  • Snapshot deltas use content-addressed dedup; saves ~70% on snapshot storage costs (passed to customers).
  • Removed deprecated railrocket spawn — use railrocket workspace create.
v0.5.4
2026-02-29
minor

Spending caps; misc fixes.

  • Per-account spending cap setting in dashboard. Hacker plan default: $0 (so accidental usage spikes can’t bill you).
  • Fixed a CLI panic on Windows when the home directory had a non-ASCII char.
  • Fixed double-counting of cached snapshot reads in compute hour metrics.
v0.5.0
2026-01-22
major

Org tier; SSO + SAML.

  • New Org plan with SSO/SAML, SCIM, audit log, signed DPA.
  • Bring-your-own-cloud (AWS, GCP, Azure) on Org — workspaces run in your VPC.
  • Configurable audit log retention (90d → 2yr).
v0.4.2
2025-12-04
minor

GitLab + Bitbucket support.

  • GitLab integration: workspace per merge request, comments wired to MR threads.
  • Bitbucket Cloud integration (Server is on the roadmap).
v0.4.0
2025-11-12
major

Workspace sharing.

  • Click Share in the IDE topbar (or railrocket share) to generate a workspace URL.
  • Read-only mode and time-limited links available.
  • Shared workspaces appear in your teammate’s dashboard automatically.
v0.3.0
2025-10-08
minor

railrocket.yml schema v2.

  • New schema with setup:, expose:, env: sections.
  • v1 schema still supported, deprecation warning emitted.
  • Schema reference added to docs.
v0.1.0
2025-09-18
major

Public launch.

  • Workspaces, branch mapping, preview URLs.
  • GitHub integration only.
  • Hacker plan free; Team $19/dev/mo at launch (later raised to $29 with grandfathering).

If you were with us in the original beta, thank you. We remember you.

// 2024-08 — 2025-09: private beta. Nothing public.