Releases: kalamstack/KalamDB
v0.4.2-rc2 - pg_kalam - PostgreSQL Extension for KalamDB
This release adds first-class PostgreSQL extension support to KalamDB through the new pg_kalam extension. PostgreSQL can now connect to a running KalamDB server over gRPC, query and modify KalamDB data through SQL, and create Kalam-backed tables directly from PostgreSQL.
- New
pg_kalamextension and FDW support, withCREATE EXTENSION pg_kalam;and PostgreSQL 13 through 18 support viapgrx0.17. - New PostgreSQL-side SQL bridge functions, including
kalam_exec(...),kalam_version(),kalam_compiled_mode(), session user helpers, andsnowflake_id()for generated IDs. - New
CREATE TABLE ... USING kalamdbpath, so PostgreSQL can create and mirror KalamDB tables directly instead of relying only on manual FDW setup. - DDL propagation between PostgreSQL and KalamDB now covers create, alter, and drop flows, including add/drop column changes and mirrored defaults,
NOT NULL, and primary key metadata. - Improved transaction handling for PostgreSQL clients, with stronger batch validation, better cleanup after remote errors, and more reliable commit/rollback behavior.
- New PostgreSQL session visibility in
system.sessions, plus stale session pruning and idle trimming to keep long-lived PG-connected deployments healthier. - Better handling of internal/system column behavior for mirrored tables, including automatic column injection where required and
SERIAL/IDENTITYnormalization throughSNOWFLAKE_ID(). - Expanded build and packaging support with multi-version PostgreSQL Docker builds, updated release workflow, and
pgvectorpreinstalled in the PostgreSQL images. - Broader end-to-end and performance coverage for DDL, transactions, proxy/disconnect failures, sync stress, and PG extension test bootstrapping.
Notes
IMPORT FOREIGN SCHEMAis still not supported in remote mode.- The extension requires a running KalamDB server and a configured
kalam_serverforeign server.
v0.4.1-beta
What's Changed
Full Changelog: v0.4.0-alpha4...v0.4.1-beta
What's Changed
Full Changelog: v0.4.0-alpha4...v0.4.1-beta
What's Changed
Full Changelog: v0.4.0-alpha4...v0.4.1-beta
What's Changed
Full Changelog: v0.4.0-alpha4...v0.4.1-beta
What's Changed
Full Changelog: v0.4.0-alpha4...v0.4.1-beta
What's Changed
Full Changelog: v0.4.0-alpha4...v0.4.1-beta
v0.4.0-alpha3
What's Changed
- Migrated from using bincode for serdes obnjects to hot storage to use FlatBuffers by @jamals86 in #139
- Fixed npm i issue by @jamals86 in #140
- Feature/flatbuffers by @jamals86 in #141
- Improve tracing and stabilize tests by @jamals86 in #142
- Feature/flatbuffers by @jamals86 in #143
- Feature/flatbuffers by @jamals86 in #144
- Feature/flatbuffers by @jamals86 in #145
- Update kalamdb_logo.png by @jamals86 in #146
- Feature/flatbuffers by @jamals86 in #147
- Feature/flatbuffers by @jamals86 in #148
Full Changelog: v0.3.0-alpha2...v0.4.0-alpha3
What's Changed
- Migrated from using bincode for serdes obnjects to hot storage to use FlatBuffers by @jamals86 in #139
- Fixed npm i issue by @jamals86 in #140
- Feature/flatbuffers by @jamals86 in #141
- Improve tracing and stabilize tests by @jamals86 in #142
- Feature/flatbuffers by @jamals86 in #143
- Feature/flatbuffers by @jamals86 in #144
- Feature/flatbuffers by @jamals86 in #145
- Update kalamdb_logo.png by @jamals86 in #146
- Feature/flatbuffers by @jamals86 in #147
- Feature/flatbuffers by @jamals86 in #148
Full Changelog: v0.3.0-alpha2...v0.4.0-alpha3
What's Changed
- Migrated from using bincode for serdes obnjects to hot storage to use FlatBuffers by @jamals86 in #139
- Fixed npm i issue by @jamals86 in #140
- Feature/flatbuffers by @jamals86 in #141
- Improve tracing and stabilize tests by @jamals86 in #142
- Feature/flatbuffers by @jamals86 in #143
- Feature/flatbuffers by @jamals86 in #144
- Feature/flatbuffers by @jamals86 in #145
- Update kalamdb_logo.png by @jamals86 in #146
- Feature/flatbuffers by @jamals86 in #147
- Feature/flatbuffers by @jamals86 in #148
Full Changelog: v0.3.0-alpha2...v0.4.0-alpha3
What's Changed
- Migrated from using bincode for serdes obnjects to hot storage to use FlatBuffers by @jamals86 in #139
- Fixed npm i issue by @jamals86 in #140
- Feature/flatbuffers by @jamals86 in #141
- Improve tracing and stabilize tests by @jamals86 in #142
- Feature/flatbuffers by @jamals86 in #143
- Feature/flatbuffers by @jamals86 in #144
- Feature/flatbuffers by @jamals86 in #145
- Update kalamdb_logo.png by @jamals86 in #146
- Feature/flatbuffers by @jamals86 in #147
- Feature/flatbuffers by @jamals86 in #148
Full Changelog: v0.3.0-alpha2...v0.4.0-alpha3
What's Changed
- Migrated from using bincode for serdes obnjects to hot storage to use FlatBuffers by @jamals86 in #139
- Fixed npm i issue by @jamals86 in #140
- Feature/flatbuffers by @jamals86 in #141
- Improve tracing and stabilize tests by @jamals86 in #142
- Feature/flatbuffers by @jamals86 in #143
- Feature/flatbuffers by @jamals86 in #144
- Feature/flatbuffers by @jamals86 in #145
- Update kalamdb_logo.png by @jamals86 in #146
- Feature/flatbuffers by @jamals86 in #147
- Feature/flatbuffers by @jamals86 in #148
Full Changelog: v0.3.0-alpha2...v0.4.0-alpha3
What's Changed
- Migrated from using bincode for serdes obnjects to hot storage to use FlatBuffers by @jamals86 in #139
- Fixed npm i issue by @jamals86 in #140
- Feature/flatbuffers by @jamals86 in #141
- Improve tracing and stabilize tests by @jamals86 in #142
- Feature/flatbuffers by @jamals86 in #143
- Feature/flatbuffers by @jamals86 in #144
- Feature/flatbuffers by @jamals86 in #145
- Update kalamdb_logo.png by @jamals86 in #146
- Feature/flatbuffers by @jamals86 in #147
- Feature/flatbuffers by @jamals86 in #148
Full Changelog: v0.3.0-alpha2...v0.4.0-alpha3
v0.3.0-alpha2
What's Changed
- Feature/pubsub by @jamals86 in #128
- Feature/pubsub by @jamals86 in #130
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #129
- Feature/pubsub by @jamals86 in #131
- Replace nextest experimental JSON output with JUnit XML for CI test reporting by @Copilot in #132
- Fix type mismatch: wrap DB instances in Arc for RocksDBBackend::new() by @Copilot in #133
- Feature/pubsub by @jamals86 in #134
- Feature/pubsub by @jamals86 in #135
- Add column def metadata and UI refactor by @jamals86 in #137
- Support latest offsets & add Gemini AI agent by @jamals86 in #138
Full Changelog: v0.3.0-alpha1...v0.3.0-alpha2
What's Changed
- Feature/pubsub by @jamals86 in #128
- Feature/pubsub by @jamals86 in #130
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #129
- Feature/pubsub by @jamals86 in #131
- Replace nextest experimental JSON output with JUnit XML for CI test reporting by @Copilot in #132
- Fix type mismatch: wrap DB instances in Arc for RocksDBBackend::new() by @Copilot in #133
- Feature/pubsub by @jamals86 in #134
- Feature/pubsub by @jamals86 in #135
- Add column def metadata and UI refactor by @jamals86 in #137
- Support latest offsets & add Gemini AI agent by @jamals86 in #138
Full Changelog: v0.3.0-alpha1...v0.3.0-alpha2
What's Changed
- Feature/pubsub by @jamals86 in #128
- Feature/pubsub by @jamals86 in #130
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #129
- Feature/pubsub by @jamals86 in #131
- Replace nextest experimental JSON output with JUnit XML for CI test reporting by @Copilot in #132
- Fix type mismatch: wrap DB instances in Arc for RocksDBBackend::new() by @Copilot in #133
- Feature/pubsub by @jamals86 in #134
- Feature/pubsub by @jamals86 in #135
- Add column def metadata and UI refactor by @jamals86 in #137
- Support latest offsets & add Gemini AI agent by @jamals86 in #138
Full Changelog: v0.3.0-alpha1...v0.3.0-alpha2
What's Changed
- Feature/pubsub by @jamals86 in #128
- Feature/pubsub by @jamals86 in #130
- Bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #129
- Feature/pubsub by @jamals86 in #131
- Replace nextest experimental JSON output with JUnit XML for CI test reporting by @Copilot in #132
- Fix type mismatch: wrap DB instances in Arc for RocksDBBackend::new() by @Copilot in #133
- Feature/pubsub by @jamals86 in #134
- Feature/pubsub by @jamals86 in #135
- Add column def metadata and UI refactor by @jamals86 in #137
- Support latest offsets & add Gemini AI agent by @jamals86 in #138
Full Changelog: v0.3.0-alpha1...v0.3.0-alpha2
v0.3.0-alpha1
What's Changed
- Feature/cluster by @jamals86 in #103
- Feature/cluster by @jamals86 in #104
- Feature/cluster by @jamals86 in #105
- Add durable topic pub/sub design specs and improve Docker test by @jamals86 in #106
- Refactor RBAC to central permissions module and add remote setup option by @jamals86 in #107
- Update connect.rs by @jamals86 in #108
- Topic pubsub by @jamals86 in #109
- Feature/pubsub by @jamals86 in #110
- Feature/pubsub by @jamals86 in #111
- Configure CI to run nextest on main branch only, add test badge by @Copilot in #112
- Feature/pubsub by @jamals86 in #113
- Feature/pubsub by @jamals86 in #114
- Feature/pubsub by @jamals86 in #115
- Feature/pubsub by @jamals86 in #117
- Bump jsonwebtoken from 10.2.0 to 10.3.0 in the cargo group across 1 directory by @dependabot[bot] in #116
- Feature/pubsub by @jamals86 in #119
- Bump bytes from 1.11.0 to 1.11.1 in the cargo group across 1 directory by @dependabot[bot] in #118
- Add topic consumer, CLI auth-retry tests, fix schema by @jamals86 in #120
- Fixes by @jamals86 in #121
- Fixes by @jamals86 in #122
- fixes by @jamals86 in #123
- Feature/pubsub by @jamals86 in #125
- Feature/pubsub by @jamals86 in #126
- Feature/pubsub by @jamals86 in #127
Full Changelog: v0.2.0-alpha2...v0.3.0-alpha1
v0.2.0-alpha2
What's Changed
- Feature/cluster by @jamals86 in #78
- Feature/cluster by @jamals86 in #79
- Refactor metrics, ALTER TABLE, and settings; improve schema history by @jamals86 in #80
- Improve DDL plan cache invalidation and test infra by @jamals86 in #81
- Feature/cluster by @jamals86 in #82
- Feature/cluster by @jamals86 in #83
- Add cluster HTTP tests and improve CI/test coverage by @jamals86 in #84
- Improve test isolation and index usage in system table tests by @jamals86 in #85
- Feature/cluster by @jamals86 in #86
- Refactor Docker structure and config loading by @jamals86 in #87
- Feature/cluster by @jamals86 in #88
- Update release.yml by @jamals86 in #89
- Feature/cluster by @jamals86 in #90
- Feature/cluster by @jamals86 in #91
- Feature/cluster by @jamals86 in #92
- Lower log level from info to debug across core modules by @jamals86 in #93
- Feature/cluster by @jamals86 in #94
- Feature/cluster by @jamals86 in #95
- Feature/cluster by @jamals86 in #96
- Refactor config overrides and improve CLI retry handling by @jamals86 in #97
- Update ci.yml by @jamals86 in #98
- Feature/cluster by @jamals86 in #99
- Feature/cluster by @jamals86 in #100
- Feature/cluster by @jamals86 in #101
- Feature/cluster by @jamals86 in #102
Full Changelog: v0.2.0-alpha1...v0.2.0-alpha2
What's Changed
- Feature/cluster by @jamals86 in #78
- Feature/cluster by @jamals86 in #79
- Refactor metrics, ALTER TABLE, and settings; improve schema history by @jamals86 in #80
- Improve DDL plan cache invalidation and test infra by @jamals86 in #81
- Feature/cluster by @jamals86 in #82
- Feature/cluster by @jamals86 in #83
- Add cluster HTTP tests and improve CI/test coverage by @jamals86 in #84
- Improve test isolation and index usage in system table tests by @jamals86 in #85
- Feature/cluster by @jamals86 in #86
- Refactor Docker structure and config loading by @jamals86 in #87
- Feature/cluster by @jamals86 in #88
- Update release.yml by @jamals86 in #89
- Feature/cluster by @jamals86 in #90
- Feature/cluster by @jamals86 in #91
- Feature/cluster by @jamals86 in #92
- Lower log level from info to debug across core modules by @jamals86 in #93
- Feature/cluster by @jamals86 in #94
- Feature/cluster by @jamals86 in #95
- Feature/cluster by @jamals86 in #96
- Refactor config overrides and improve CLI retry handling by @jamals86 in #97
- Update ci.yml by @jamals86 in #98
- Feature/cluster by @jamals86 in #99
- Feature/cluster by @jamals86 in #100
- Feature/cluster by @jamals86 in #101
- Feature/cluster by @jamals86 in #102
Full Changelog: v0.2.0-alpha1...v0.2.0-alpha2
What's Changed
- Feature/cluster by @jamals86 in #78
- Feature/cluster by @jamals86 in #79
- Refactor metrics, ALTER TABLE, and settings; improve schema history by @jamals86 in #80
- Improve DDL plan cache invalidation and test infra by @jamals86 in #81
- Feature/cluster by @jamals86 in #82
- Feature/cluster by @jamals86 in #83
- Add cluster HTTP tests and improve CI/test coverage by @jamals86 in #84
- Improve test isolation and index usage in system table tests by @jamals86 in #85
- Feature/cluster by @jamals86 in #86
- Refactor Docker structure and config loading by @jamals86 in #87
- Feature/cluster by @jamals86 in #88
- Update release.yml by @jamals86 in #89
- Feature/cluster by @jamals86 in #90
- Feature/cluster by @jamals86 in #91
- Feature/cluster by @jamals86 in #92
- Lower log level from info to debug across core modules by @jamals86 in #93
- Feature/cluster by @jamals86 in #94
- Feature/cluster by @jamals86 in #95
- Feature/cluster by @jamals86 in #96
- Refactor config overrides and improve CLI retry handling by @jamals86 in #97
- Update ci.yml by @jamals86 in #98
- Feature/cluster by @jamals86 in #99
- Feature/cluster by @jamals86 in #100
- Feature/cluster by @jamals86 in #101
- Feature/cluster by @jamals86 in #102
Full Changelog: v0.2.0-alpha1...v0.2.0-alpha2
What's Changed
- Feature/cluster by @jamals86 in #78
- Feature/cluster by @jamals86 in #79
- Refactor metrics, ALTER TABLE, and settings; improve schema history by @jamals86 in #80
- Improve DDL plan cache invalidation and test infra by @jamals86 in #81
- Feature/cluster by @jamals86 in #82
- Feature/cluster by @jamals86 in #83
- Add cluster HTTP tests and improve CI/test coverage by @jamals86 in #84
- Improve test isolation and index usage in system table tests by @jamals86 in #85
- Feature/cluster by @jamals86 in #86
- Refactor Docker structure and config loading by @jamals86 in #87
- Feature/cluster by @jamals86 in #88
- Update release.yml by @jamals86 in #89
- Feature/cluster by @jamals86 in #90
- Feature/cluster by @jamals86 in #91
- Feature/cluster by @jamals86 in #92
- Lower log level from info to debug across core modules by @jamals86 in #93
- Feature/cluster by @jamals86 in #94
- Feature/cluster by @jamals86 in #95
- Feature/cluster by @jamals86 in #96
- Refactor config overrides and improve CLI retry handling by @jamals86 in #97
- Update ci.yml by @jamals86 in #98
- Feature/cluster by @jamals86 in #99
- Feature/cluster by @jamals86 in #100
- Feature/cluster by @jamals86 in #101
- Feature/cluster by @jamals86 in #102
Full Changelog: v0.2.0-alpha1...v0.2.0-alpha2
What's Changed
- Feature/cluster by @jamals86 in #78
- Feature/cluster by @jamals86 in #79
- Refactor metrics, ALTER TABLE, and settings; improve schema history by @jamals86 in #80
- Improve DDL plan cache invalidation and test infra by @jamals86 in #81
- Feature/cluster by @jamals86 in https://github.com/jamals86/KalamDB/p...
v0.2.0-alpha1
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals86 in #69
- Feature/api schema by @jamals86 in #70
- Switch reqwest to rustls-tls for cross-compilation by @jamals86 in #71
- Update release.yml by @jamals86 in #72
- Feature/api schema by @jamals86 in #73
- Update server.example.toml by @jamals86 in #74
- Feature/cluster by @jamals86 in #76
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals86 in #69
- Feature/api schema by @jamals86 in #70
- Switch reqwest to rustls-tls for cross-compilation by @jamals86 in #71
- Update release.yml by @jamals86 in #72
- Feature/api schema by @jamals86 in #73
- Update server.example.toml by @jamals86 in #74
- Feature/cluster by @jamals86 in #76
Full Changelog: v0.1.3-rc...v0.2.0-alpha1
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals86 in #69
- Feature/api schema by @jamals86 in #70
- Switch reqwest to rustls-tls for cross-compilation by @jamals86 in #71
- Update release.yml by @jamals86 in #72
- Feature/api schema by @jamals86 in #73
- Update server.example.toml by @jamals86 in #74
- Feature/cluster by @jamals86 in #76
Full Changelog: v0.1.3-rc...v0.2.0-alpha1
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals86 in #69
- Feature/api schema by @jamals86 in #70
- Switch reqwest to rustls-tls for cross-compilation by @jamals86 in #71
- Update release.yml by @jamals86 in #72
- Feature/api schema by @jamals86 in #73
- Update server.example.toml by @jamals86 in #74
- Feature/cluster by @jamals86 in #76
Full Changelog: v0.1.3-rc...v0.2.0-alpha1
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals86 in #69
- Feature/api schema by @jamals86 in #70
- Switch reqwest to rustls-tls for cross-compilation by @jamals86 in #71
- Update release.yml by @jamals86 in #72
- Feature/api schema by @jamals86 in #73
- Update server.example.toml by @jamals86 in #74
- Feature/cluster by @jamals86 in #76
Full Changelog: v0.1.3-rc...v0.2.0-alpha1
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals86 in #69
- Feature/api schema by @jamals86 in #70
- Switch reqwest to rustls-tls for cross-compilation by @jamals86 in #71
- Update release.yml by @jamals86 in #72
- Feature/api schema by @jamals86 in #73
- Update server.example.toml by @jamals86 in #74
- Feature/cluster by @jamals86 in #76
Full Changelog: v0.1.3-rc...v0.2.0-alpha1
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals86 in #69
- Feature/api schema by @jamals86 in #70
- Switch reqwest to rustls-tls for cross-compilation by @jamals86 in #71
- Update release.yml by @jamals86 in #72
- Feature/api schema by @jamals86 in #73
- Update server.example.toml by @jamals86 in #74
- Feature/cluster by @jamals86 in #76
Full Changelog: v0.1.3-rc...v0.2.0-alpha1
What's Changed
- Improve credential error messages and static linking by @jamals86 in #64
- Add OS-specific credentials file path handling by @jamals86 in #65
- Add smoke tests to CI and improve Windows build config by @jamals86 in #66
- Merge remote-tracking branch 'origin/main' into feature/api-schema by @jamals86 in #67
- Update dependencies and improve Windows static linking by @jamals86 in #68
- Upgrade object_store and reqwest dependencies by @jamals8...
v0.1.3-rc
What's Changed
- Bump esbuild from 0.21.5 to 0.25.12 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #59
- Bump js-yaml from 4.1.0 to 4.1.1 in /examples/simple-typescript in the npm_and_yarn group across 1 directory by @dependabot[bot] in #58
- Feature/api schema by @jamals86 in #60
- Bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #61
- Feature/api schema by @jamals86 in #62
- Update release.yml by @jamals86 in #63
New Contributors
- @dependabot[bot] made their first contribution in #59
Full Changelog: v0.1.3...v0.1.3-rc
v0.1.3-alpha1
What's Changed
- Update release.yml by @jamals86 in #49
- Feature/object store by @jamals86 in #51
- Track Cargo.lock for reproducible Rust builds by @jamals86 in #52
- Feature/api schema by @jamals86 in #53
- Code cleanup: Fix clippy warnings, use typed IDs, refactor AppContext usage by @Copilot in #54
- Feature/api schema by @jamals86 in #55
- Remove sccache from CI workflows by @jamals86 in #56
- Add prebuilt Dockerfile and update release workflow by @jamals86 in #57
Full Changelog: v0.1.2...v0.1.3
What's Changed
- Update release.yml by @jamals86 in #49
- Feature/object store by @jamals86 in #51
- Track Cargo.lock for reproducible Rust builds by @jamals86 in #52
- Feature/api schema by @jamals86 in #53
- Code cleanup: Fix clippy warnings, use typed IDs, refactor AppContext usage by @Copilot in #54
- Feature/api schema by @jamals86 in #55
- Remove sccache from CI workflows by @jamals86 in #56
- Add prebuilt Dockerfile and update release workflow by @jamals86 in #57
Full Changelog: v0.1.2...v0.1.3
KalamDB v0.1.2
KalamDB v0.1.2
Installation
Linux/macOS
# Download and extract
wget https://github.com/jamals86/KalamDB/releases/download/v0.1.2/kalamdb-server-0.1.2-<platform>.tar.gz
tar -xzf kalamdb-server-0.1.2-<platform>.tar.gz
chmod +x kalamdb-server-0.1.2-<platform>
sudo mv kalamdb-server-0.1.2-<platform> /usr/local/bin/kalamdb-serverWindows
Download the .zip file and extract to a directory in your PATH.
Checksums
SHA256 checksums available in SHA256SUMS.
What's Changed
- 015 admin UI by @jamals86 in #45
- 015 admin UI by @jamals86 in #46
- Update release.yml by @jamals86 in #47
- Refactor release workflow and Dockerfiles for CI builds by @jamals86 in #48
Full Changelog: v0.1.1...v0.1.2
What's Changed
- 015 admin UI by @jamals86 in #45
- 015 admin UI by @jamals86 in #46
- Update release.yml by @jamals86 in #47
- Refactor release workflow and Dockerfiles for CI builds by @jamals86 in #48
Full Changelog: v0.1.1...v0.1.2
What's Changed
- 015 admin UI by @jamals86 in #45
- 015 admin UI by @jamals86 in #46
- Update release.yml by @jamals86 in #47
- Refactor release workflow and Dockerfiles for CI builds by @jamals86 in #48
Full Changelog: v0.1.1...v0.1.2
What's Changed
- 015 admin UI by @jamals86 in #45
- 015 admin UI by @jamals86 in #46
- Update release.yml by @jamals86 in #47
- Refactor release workflow and Dockerfiles for CI builds by @jamals86 in #48
Full Changelog: v0.1.1...v0.1.2