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.
- Open the v0.5.3-rc.1 HTML benchmark report
- View all synced benchmark reports
- Open the GitHub release
CLI Project Workflow
The release makes the CLI project loop the recommended path for local development:
- Run Project Init to create
kalam.toml,schema.sql, migrations, optional starter files, and package-manager wiring. - Run Local Development to start or reuse a KalamDB server, apply schema changes, regenerate SDK code, and stream supervised process logs.
- Use Migrations when schema changes need a committed rollout path.
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