Releases: voidbase-cloud/voidbase
Releases · voidbase-cloud/voidbase
v0.9.0-beta.1
Compare
Sorry, something went wrong.
No results found
Bug Fixes
release: publish a prerelease with an explicit tag, which npm requires (e1e0260 )
v0.9.0-beta
Compare
Sorry, something went wrong.
No results found
Features
cli: voidbase update works whichever way voidbase is installed (a832922 )
Bug Fixes
cli: let the executable answer for itself when it is already current (150fa49 )
cli: offer a prerelease, which is what GitHub's latest release deliberately hides (72e5f7d )
v0.8.0
Compare
Sorry, something went wrong.
No results found
0.8.0 (2026-09-08)
Features
cli: list and delete instances without a project (2ee40bb )
cli: named instances on this machine, not only on Cloudflare (f0d3f6f )
Bug Fixes
cli: a scaffolded project can deploy itself from a build machine (c1cf2df )
Documentation
ci: record which build events are declined and why (a8aa34f )
setup guides, from an empty machine to a running instance (4268c00 )
v0.7.0
Compare
Sorry, something went wrong.
No results found
0.7.0 (2026-09-07)
Features
ci: three verbs that read the environment, not the dashboard (bd01033 )
cli: voidbase sync writes the three verbs into the triggers it creates (4d3815a )
Bug Fixes
ci: a build started inside the CI suite is the app build, not the suite again (50e1b4c )
test: the OTP suite waits for the user's own mail, not whatever lands first (0ddada3 )
Documentation
ci: record the three environment-reading verbs in the surface map (57d7d1e )
deploy: say what bun run build means in a Cloudflare build (f61870e )
v0.6.2
Compare
Sorry, something went wrong.
No results found
0.6.2 (2026-09-07)
Bug Fixes
adapter: the build never waits on a child it did not need (904ce3b )
deps: do not publish voidbase's own tsconfig (8d6aec5 )
Documentation
v0.6.1
Compare
Sorry, something went wrong.
No results found
0.6.1 (2026-09-07)
Bug Fixes
deploy: a project is not deployed onto another project's Worker (03aa8ac )
v0.6.0
Compare
Sorry, something went wrong.
No results found
0.6.0 (2026-09-07)
Features
hooks: $app.importCollections, $app.truncateCollection and record.setPassword (f0c41da )
Bug Fixes
deploy: sync's CI default is a default, and the tests pin CI (294ffba )
v0.5.1
Compare
Sorry, something went wrong.
No results found
0.5.1 (2026-09-07)
Bug Fixes
adapter: the void prepare spawn gets no stdin and a two-minute deadline (a5f5797 )
deploy: an installed package deploys from the consumer's tree with a self-contained env.ts (eae7e94 )
deploy: an installed package deploys: Node loads its TypeScript, the hub is imported by name (c00ec5b )
v0.5.0
Compare
Sorry, something went wrong.
No results found
0.5.0 (2026-09-07)
⚠ BREAKING CHANGES
deploy: defineSecrets({ KEY: string() }) is an error; write server(string()).
Features
deploy: a local tier for the tooling's own values (41ea2a3 )
deploy: every configuration key states who may read it (8cb8092 )
v0.4.1
Compare
Sorry, something went wrong.
No results found
0.4.1 (2026-09-07)
Bug Fixes
adapter: a fresh checkout builds (ace9519 )