[RELEASES]

Changelog

What's new in Archway. Every feature, fix, and improvement.

V2.0.0DEEPERAPRIL_2026
NEW

Repo → C4 diagram: paste a GitHub URL on the scan page, pick "C4 Container", and get a multi-system C4 diagram of the codebase in seconds

NEW

Schema → ERD (deterministic, no AI cost): scan a repo containing a schema.prisma, Drizzle schema (db/schema.ts), or SQL DDL file and click "Database ERD" and a parser converts the schema directly into an Entity Relationship Diagram in under a second

NEW

Model-aware entity swap: right-click any service node on a cloud-arch diagram and pick a swap target (e.g. AWS RDS → Aurora, → Azure SQL, → GCP Cloud SQL). The underlying architecture model and the rendered diagram update together

NEW

/scan picker: choose between three output formats: Cloud Architecture (services + zones), C4 Container (system boundaries), or Database ERD (when a schema file is detected)

IMP

Canonical architecture model is now persisted alongside the diagram so future model-aware features (alternate-view derivation, what-if exploration) have something to read from

IMP

C4 generation prompt tightened: external systems require evidence in the input rather than being filled in from a generic checklist; placeholder dashed boxes ("Email Service", "Payment Gateway") with no relationships are no longer emitted

FIX

C4 system boundary correctly encompasses every container in multi-row layouts (was: large diagrams had containers spilling visually outside the dashed system box)

FIX

Signup form bounds the submit fetch with a 30-second timeout and surfaces a "taking longer than expected" message instead of hanging indefinitely on a slow database connection

FIX

Quota-exceeded errors render a clickable "Upgrade" link to billing settings instead of a dead-end toast

V1.0.0LAUNCHAPRIL_2025
NEW

7 diagram types: Cloud Architecture, Sequence, ERD, Data Flow, C4, Flowchart, Network

NEW

AI-powered diagram generation from natural language prompts

NEW

Image-to-diagram conversion (whiteboard photos, screenshots)

NEW

IaC import: Terraform, Docker Compose, Kubernetes manifests

NEW

Archway DSL: declarative diagram-as-code language

NEW

1,900+ cloud provider icons (AWS, Azure, GCP, Kubernetes, and 95+ infrastructure tools)

NEW

Multi-format export: PNG, SVG, PDF, Mermaid, PlantUML, D2, draw.io

NEW

Real-time collaboration with cursor presence

NEW

Version history with instant restore

NEW

Shareable links with view/comment/edit permissions

NEW

Embeddable iframe diagrams

NEW

16 starter templates across all diagram types

NEW

Team workspaces with role-based access

NEW

Comment threads anchored to diagram nodes