Skip to Content
v0.5.3-rc.1 Release

KalamDB v0.5.3-rc.1 Release

KalamDB v0.5.3-rc.1 is the June 17 pre-release for the local CLI project workflow: kalam init, kalam dev, schema apply, generated SDK artifacts, and supervised app logs.

v0.5.3-rc.1 Performance Benchmark

The synced benchmark artifact for 0.5.3-rc.1 reports 38/38 benchmarks passed with 213,667.71 ms measured benchmark time.

That is 8.0% faster measured benchmark time than 0.5.2-rc.1, which reported 232,155.85 ms.

CLI Project Workflow

The release makes the CLI project loop the recommended path for local development:

  1. Run Project Init to create kalam.toml, schema.sql, migrations, optional starter files, and package-manager wiring.
  2. Run Local Development to start or reuse a KalamDB server, apply schema changes, regenerate SDK code, and stream supervised process logs.
  3. Use Migrations when schema changes need a committed rollout path.
BASH
mkdir my-agent-app && cd my-agent-appkalam init --yes --name my-agent-app --languages typescript --package-manager pnpmkalam dev

Release Post

For the narrative announcement with the CLI workflow image, benchmark summary, and release links, read the KalamDB v0.5.3-rc.1 pre-release blog post.

Last updated on