Changelog
Release notes for WaferCMS
0.1.1
Changes
- Uploads are private by default (
isPublic: falsein API, DB default, and inserts). Mark assets public when you need unauthenticated URLs. Demo seed still marks sample assets public. CMS_REQUIRE_API_KEYdefaults totrue.- AI flags default to
false; enabling drafts or the agent requiresOPENROUTER_API_KEY. - Server env validated with
@t3-oss/env-core(including production startup checks). - Migration
0008for the files public-access default. - Docs site (getting started, architecture, deploy, operations).
Upgrade
- Bump to
0.1.1and run migrations (includes0008). - Mark assets public if you depended on public-by-default uploads.
- Set
CMS_REQUIRE_API_KEY=falseonly if you intentionally want an open content API. - For AI drafts/agent: enable the flags and set
OPENROUTER_API_KEY.
0.1.0
First tagged line: container images, collections/drafts/assets, Better Auth, optional AI, and Compose layouts (plus an optional TLS-termination example).