Releases: kenn-io/docbank
Release list
v0.10.1
New Features
- Browse permanent audit history across an entire scope.
- Reorganize multiple documents atomically, so every move succeeds or none do.
- View the currently selected vault with
docbank info.
Improvements
- Show physical byte totals in the loose-blob packing backlog.
v0.10.0
-
Adds bounded embedded APIs for document ingestion, retrieval, traversal, and maintenance.
-
Adds immutable embedded content-addressed storage APIs.
-
Supports stable node IDs as reusable CLI selectors across document operations.
-
Compresses loose blob storage to reduce vault disk usage.
-
Bounds
treeoutput for safer, more manageable human and agent use.
v0.9.0
-
Search finds terms inside verified plain-text documents, not just their metadata.
-
Docbank is now licensed under the Apache License 2.0.
v0.8.1
- Provides a patch-level conformance-bootstrap release from the same source as v0.8.0, allowing automated updater checks to exercise an update between two releases that both implement
docbank version.
v0.8.0
- Makes CLI and daemon version commands explicit and consistent.
v0.7.0
- Automatically ingests stable files from configured watched inboxes into your local archive.
v0.6.0
-
Permanently enroll nodes in auditing and independently verify their complete evidence ancestry.
-
View audited node history across ingest, content reverts, moves, renames, trash, restore, and tag changes.
-
Audit filesystem ingestion, tag assignments, tag definition changes, and tag deletion.
-
Verify backup and restore fidelity with recorded audit evidence.
-
Return structured receipts for tree mutations.
-
Support structured output for legacy read commands.
-
Provide stable CLI exit codes for reliable scripting and automation.
-
Record reversible audit transitions for trash, restore, and content reverts.
v0.5.0
-
Exposes the embedded Go API directly from the module root.
-
Classifies unavailable embedded content separately during verification for clearer results.
v0.4.0
-
Exposes verified content history through the embedded API.
-
Persists the initial audit enrollment authority for durable integrity verification.
-
Supports portable JSON representations of audit authority data.
-
Stabilizes provenance as audit authority with canonical record shapes and collection ordering.
v0.3.0
-
Edit documents interactively with verified, versioned content replacement.
-
List, replace, revert, and explicitly prune immutable content versions.
-
Add, remove, list, and use stable user-facing tags.
-
Look up documents by authoritative content hash.
-
Embed independently rooted vaults in Go applications with selectable SQLite drivers, packing, and bounded child traversal.
-
Preflight large imports without modifying content and stream ingest progress to the terminal.
-
View supervised daemon background jobs and their status.
-
Preserve stable vault and document identities across ingest and metadata operations.
-
Strengthen daemon reliability by supervising background work.
-
Honor explicitly named cloud-storage roots during ingest.