Releases¶
This page tracks SynapCores Community Edition releases. The latest release is always installed by the one-liner installer:
To pin a specific version:
Or via Docker:
Release artifacts (binaries + SHA-256 sidecars + the install script) live on the SynapCores/synapcores-releases GitHub repository.
Release history¶
| Version | Date | Headline |
|---|---|---|
| v1.14.5-ce | 2026-08-23 | Agent event bindings survived concurrency at last — a user write committing during any agent run silently lost its binding (0/2 in-flight before, 2/2 after); recipes executed against the master store instead of the tenant's; reloading any UI page froze for up to 30 minutes on a busy gateway |
| v1.14.4-ce | 2026-08-21 | Ten fixes for failures that looked like success — an indexed AND returned rows the WHERE excluded (no error raised), index definitions did not survive a restart, and the installer wrote a 30s query timeout that made GENERATE() fail on CPU-only hosts; plus six interface fixes |
| v1.14.3-ce | 2026-08-18 | Persistent agent memory — CREATE MEMORY makes multi-turn agent memory a database object (identity-scoped, authority-resolved conflicts, engine-side consolidation); plus cloud LLM providers (anthropic/gemini) now work for SQL GENERATE(), not just the REST endpoints |
| v1.14.2-ce | 2026-08-10 | Agentic reliability — durable agents stateless by default, personas as first-class objects, honest run audit; plus three index-maintenance fixes that returned silently wrong results |
| v1.14.1.1-ce | 2026-08-07 | Critical patch — explicit-projection NULL reads, oversized-prompt gateway abort, and Llama-model agentic abort all fixed |
| v1.14.1-ce | 2026-08-06 | MongoDB Data Sync — replicate a Mongo collection into a queryable SQL table (_id→PK, nested fields→JSON); data sync on by default; graph queries ~20× faster |
| v1.14.0-ce | 2026-07-29 | Native Vision — POST /v1/multimodal/describe interprets an image with a vision LLM entirely in-process (native libmtmd/LLaVA); no cloud, no API key, no daemon; CPU-friendly; the image never leaves the box |
| v1.11.0-ce | 2026-07-18 | MySQL wire protocol — connect Metabase / DBeaver / DataGrip / any MySQL client with just a connection string (OOB admin login); [mysql_wire] listener + SHOW … / information_schema introspection |
| v1.10.0-ce | 2026-07-16 | MySQL compatibility — ON DUPLICATE KEY UPDATE, JSON accessors, ENUM, ON UPDATE CURRENT_TIMESTAMP, FULLTEXT/MATCH, type aliases, mysqldump import, and index-backed constraint enforcement |
| v1.9.1-ce | 2026-07-14 | Tamper-evident agent decision lineage — every _system_agent_runs record hash-chained; detect tampering with WHERE verified = false |
| v1.9.0-ce | 2026-07-13 | The Autonomous Database — CREATE AGENT durable agents (schedule/event activations, governance, audit) + native cross-encoder reranker + reliability batch |
| v1.8.9-ce | 2026-07-10 | Agent memory upsert — MEMORY_UPSERT (revise/retract beliefs) + AGENT_RUN per-call limits + security hardening |
| v1.8.7-ce | 2026-06-19 | Controllable generation — GENERATE(prompt, options) sampling/JSON-output knobs + json_object() |
| v1.8.6.1-ce | 2026-06-18 | Docker OOB EMBED + AGENT_RUN restored (Dockerfile-only fix on v1.8.6 engine; carries the #388 negative-vector-literal SQL fix) |
| v1.8.5-ce | 2026-06-15 | Agent-memory primitives — MEMORY_STORE / MEMORY_RECALL / MEMORY_FORGET |
For every prior release (v1.0 → v1.8.4) with short user-facing summaries — what was fixed, what to watch out for if you're on that exact tag — see the Full changelog. Per-release deep-dive pages are added going forward starting with v1.8.5.