Skip to content

feat: v0.7.0 — Multi-tenancy + Collection CRUD#4

Merged
bradleygauthier merged 1 commit intomainfrom
feat/v0.7.0-multi-tenancy
Apr 6, 2026
Merged

feat: v0.7.0 — Multi-tenancy + Collection CRUD#4
bradleygauthier merged 1 commit intomainfrom
feat/v0.7.0-multi-tenancy

Conversation

@bradleygauthier
Copy link
Copy Markdown
Contributor

Summary

CRITICAL-1 (multi-tenancy) + HIGH-6 (collection CRUD) + HIGH-7 (capsule auto-detect).

Changes

  • tenant_id parameter on add(), list(), search(), and all public methods
  • tenant_id column in storage schemas with index
  • Tenant-scoped search filtering
  • vault.create_collection() and vault.list_collections()
  • Auto-detect qp-capsule: if installed, CapsuleAuditor used automatically

Test plan

  • 448 tests passing on Python 3.12
  • Ruff lint clean
  • Build verified

CRITICAL-1: tenant_id on Resource, storage schemas, all public methods.
HIGH-6: vault.create_collection(), vault.list_collections().
HIGH-7: Auto-detect qp-capsule and wire CapsuleAuditor.

448 tests passing. Lint clean. Build verified.
@bradleygauthier bradleygauthier merged commit 3bff7d8 into main Apr 6, 2026
4 of 5 checks passed
@bradleygauthier bradleygauthier deleted the feat/v0.7.0-multi-tenancy branch April 6, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant