✓ No known CVEs patched in this version
ReleasePort's take
Moderate signalRootprint v0.3.0 changes its deployment architecture to a Bun‑workspace monorepo with Hono API and SvelteKit SPA, and migrates the datastore from SQLite to PostgreSQL.
Why it matters: All existing deployments must manually migrate to Bun‑workspace and switch the datastore to PostgreSQL before using this release; no automated migration path is provided.
Summary
AI summaryRootprint now requires a manual migration to Bun‑workspace with Hono API and PostgreSQL, replacing the previous SvelteKit‑server SQLite deployment.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
Architecture changed to Bun-workspace monorepo with separate Hono API and SvelteKit SPA. Architecture changed to Bun-workspace monorepo with separate Hono API and SvelteKit SPA. Source: llm_adapter@2026-06-02 Confidence: high |
— |
| Breaking | High |
Datastore migrated from SQLite to PostgreSQL. Datastore migrated from SQLite to PostgreSQL. Source: llm_adapter@2026-06-02 Confidence: high |
— |
Full changelog
Complete architectural rewrite. Rootprint is now a Bun-workspace monorepo: a standalone Hono API (apps/api) and a separate SvelteKit SPA (apps/web) that talks to it over HTTP. The previous single SvelteKit-server deployment is gone, and the datastore has moved from SQLite to PostgreSQL.
⚠️ 0.3.0 is not an in-place upgrade from 0.2.x. The architecture and storage engine both changed. See the upgrade notes in the changelog before deploying.
📋 See the full release notes in CHANGELOG.md for breaking changes and upgrade steps.
Full Changelog: https://github.com/rootprint/rootprint/compare/v0.2.2...v0.3.0
Full Changelog: https://github.com/rootprint/rootprint/compare/v0.2.2...v0.3.0
Breaking Changes
- Removed single SvelteKit‑server deployment; replaced with separate Hono API (`apps/api`) and SvelteKit SPA (`apps/web`).
- Datastore migrated from SQLite to PostgreSQL.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Rootprint
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]