CortexDB · docs

CortexDB 0.9.1 — connector fidelity release (connectors 0.2.12)

Maintenance release. The server is unchanged from 0.9.0 apart from the version stamp — no format changes, no migration: 0.9.0 data directories work as-is. The substance of this release is cortexdb-connectors 0.2.12 (on PyPI now), which fixes every finding from three external bug reports and a 14-report canary-fleet audit.

Connectors 0.2.12 highlights

tl;dv — the headline fixes, validated against real meetings:

Confluence — comments are now ingested (they were silently dropped), bound to their host page by container (title-spoof-proof); page bodies land in full as clean text (previously ≤1,000 chars of raw XHTML with the search snippet preferred over the body).

Google Workspace — Gmail message bodies are now ingested (previously subject + snippet only); calendar recurrence expansion is bounded to 90 days out.

Jira — webhook 409 replays ack 200 instead of 500 (ends Jira redelivery storms); webhook ADF descriptions are flattened instead of dropped. Attachment byte-purge (DELETE /v1/blobs/{id}) works end-to-end on servers ≥ 0.9.0.

All connectors — surrogate-safe content, error messages that name the exception type, crash-proof watch loops.

Full details: connectors/CHANGELOG.md.

Upgrade