Skip to content

v0.6.8

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 14:01
· 8 commits to main since this release

Semantica v0.6.8

Released: 2026-09-05
Tag: v0.6.8 · Compare: v0.6.7...v0.6.8 · PyPI: semantica 0.6.8

Highlights

Every release from here on is cryptographically signed — the build now runs SLSA build-provenance attestation plus Sigstore signing, and .sigstore.json bundles ship alongside the wheel/sdist on every GitHub Release, closing the OpenSSF Scorecard Signed-Releases gap. This is also the release that actually exercises that pipeline for the first time: it surfaced a latent bug where the Sigstore output broke PyPI publishing, now fixed by running publish before signing writes into dist/.

Ships: real vector-store enumeration (scan_vectors()/iter_vectors()) across FAISS, SQLiteVec, PgVector, Qdrant, Weaviate, Pinecone, and Milvus, making semantica store migrate functional between backends for the first time; first-class Anthropic, Gemini, Ollama, DeepSeek, and Novita LLM provider wrappers in semantica.llms; a deterministic, CI-friendly ontology quality gate; first-class Google ADK integration; a Salesforce ingestor; ErasureCoordinator (completing the erasure workflow purge_node() only started, so a purged entity no longer survives verbatim in AgentMemory or as an embedding); and Explorer's read-only Markdown viewer becoming a full editor for live ContextGraph nodes and host-supplied AgentMemory items.

Also fixes: 35 correctness bugs (Python 3.9 install breakage, FAISS save/load metadata loss, semantica ingest's silent no-op against a configured graph store, MCP persistence, Explorer graph rendering, ontology property-collision handling, and more) and closes 12 Dependabot aiohttp alerts, 5 HIGH-severity Trivy container findings, and 2 npm advisories — see CHANGELOG.md for the full breakdown.

What's Changed

104 pull requests merged from 27 contributors.