Skip to content

Releases: vanshjain-0702/DBX-Database-Extreme

DBX v1.1.0

Choose a tag to compare

@cursor cursor released this 05 Sep 04:09
ffb2e1e

Product version stamps now match this cut: dbx-server -version, dbx-orchestrator -version, RESP HELLO / INFO (dbx_version), engine GET /info, the Python SDK, and the dashboard package all report 1.1.0.

v1.0.0 had no attached binaries. This release ships dbx-server and dbx-orchestrator (dashboard embedded) for linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, and windows/amd64.

Since v1.0.0

  • Linux strict Isolation Kernel: dedicated tenant worker, Landlock, envelope encryption, Unix sockets with peer-credential checks
  • Landlock restrict_self is pinned to one OS thread so a busy Go runtime cannot get EPERM and fail-close a worker
  • Unix-socket data plane for orchestrator-managed engines (public RESP stays on :6380)
  • Faster vector ingest: search can run during HNSW construction
  • Tenant checkpoints with a named live snapshot
  • Public site on GitHub Pages: https://vanshjain-0702.github.io/DBX-Database-Extreme/
  • Recorded product walkthrough: https://vanshjain-0702.github.io/DBX-Database-Extreme/demo.html

What this is not

  • Default make run-dev is inprocess, not Isolation Kernel strict
  • Isolation bench on the homepage is a browser sketch, not a live node
  • dbxdb.io is NXDOMAIN — no live mailbox at hello@dbxdb.io until MX exists
  • Certified profile remains 100 tenants/node and 100k vectors/tenant (durable strings + vectors)

Run

Dashboard :8000. Public RESP :6380. AUTH is tenant:key_id secret. Dev login is admin / adminadminadmin.

Publishing this release also tags GHCR via docker-publish.yml:

  • ghcr.io/vanshjain-0702/dbx-orchestrator:v1.1.0
  • ghcr.io/vanshjain-0702/dbx-orchestrator:latest

BSL 1.1: self-host free, including inside a SaaS. Paid only if you sell managed DBX.

DBX V1.0.0

Choose a tag to compare

@vanshjain-0702 vanshjain-0702 released this 29 Aug 08:01
DBX v1.0.0 — single-node launch profile

Supported contract: 100 tenants/node, 100k vectors/tenant, durable strings + vectors.
Reader keys cannot SET or VADD. Production /metrics requires Bearer. Control-plane TLS is required off localhost.

Not in this release: cluster, data-plane Raft, SOC 2, Linux-certified throughput numbers (Windows cert host only; Linux is CI).