Release notes
Each Honeyframe release ships with a release notes page covering features, fixes, schema changes, upgrade steps, and known issues. Release notes for older versions live in the version-pinned snapshots — pick a version from the version selector at the top of the page.
Latest
- v0.0.44 — Self-serve workspace, public sharing, system health (2026-05-04)
- v0.0.41 — Prod-blocker sweep, AI generator polish, SaaS startup fix (2026-05-04)
- v0.0.40 — RLS bind-param hotfix, per-card auto-refresh dropdown (2026-05-04)
- v0.0.39 — Honeyframe Cloud Phase 2/3, dashboards-as-product, three-tier lock (2026-05-04)
- v0.0.38 — Dashboards overhaul, org-isolation, CircleCI (2026-05-02)
Earlier releases
The version selector at the top of the page jumps to a frozen snapshot of the docs as they shipped with that release. Within each snapshot, the release notes for that version are linked from the same sidebar slot.
How releases are cut
Tagged releases are built on CircleCI from the hub-data-intelligence repo. A git tag vX.Y.Z push triggers the Nuitka tarball build (3–4 hr cold) and produces hub-platform-vX.Y.Z-linux-x86_64-compiled.tar.gz — the artifact tenants install via the honeyframe update flow.
Schema-migrating releases run their migrations on first boot of the new binary. The release notes page for that version lists exactly which migrations land. Snapshots of the install + DB are taken pre-upgrade; rollback is honeyframe update --rollback.
Schedule
There is no fixed cadence. Releases ship when the work is ready — typically every 3–10 days. The hub-platform-release build history on CircleCI is the source of truth for what has shipped.