Skip to content

Releases: kenn-io/docbank

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:04
23e645b

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

Choose a tag to compare

@github-actions github-actions released this 21 Jul 21:24
7af1617
  • 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 tree output for safer, more manageable human and agent use.

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 03:31
52ca067
  • 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

Choose a tag to compare

@github-actions github-actions released this 19 Jul 22:12
90ab3d3
  • 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

Choose a tag to compare

@github-actions github-actions released this 19 Jul 22:08
90ab3d3
  • Makes CLI and daemon version commands explicit and consistent.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:47
189c8ca
  • Automatically ingests stable files from configured watched inboxes into your local archive.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 12:32
dc27f7d
  • 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

Choose a tag to compare

@github-actions github-actions released this 17 Jul 23:05
de822b3
  • Exposes the embedded Go API directly from the module root.

  • Classifies unavailable embedded content separately during verification for clearer results.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 13:29
ee5948e
  • 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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 23:51
ce7cde9
  • 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.