Skip to content

Releases: voidbase-cloud/voidbase

v0.9.0-beta.1

v0.9.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 08 Sep 03:07
faf04e2

0.9.0-beta.1 (2026-09-08)

Bug Fixes

  • release: publish a prerelease with an explicit tag, which npm requires (e1e0260)

v0.9.0-beta

v0.9.0-beta Pre-release
Pre-release

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 08 Sep 01:53
0d53e85

0.9.0-beta (2026-09-08)

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

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 08 Sep 00:16
f499b4b

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

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 07 Sep 16:52
8e1ba96

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

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 07 Sep 15:29
b0a8557

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

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 07 Sep 14:55
483a2ce

0.6.1 (2026-09-07)

Bug Fixes

  • deploy: a project is not deployed onto another project's Worker (03aa8ac)

v0.6.0

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 07 Sep 14:22
884c319

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

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 07 Sep 13:23
4f6d2a2

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

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 07 Sep 12:50
03c337c

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

Choose a tag to compare

@MahmoodKhalil57 MahmoodKhalil57 released this 07 Sep 12:11
439eba4

0.4.1 (2026-09-07)

Bug Fixes

  • adapter: a fresh checkout builds (ace9519)