From c3d424d5844527cd6e96f13168885a55d329e7bb Mon Sep 17 00:00:00 2001 From: Tom Ballard Date: Mon, 29 Jun 2026 17:36:27 +0000 Subject: [PATCH] docs(release): add CHANGELOG for the 2026.6.1 release [roadmap:rac-connectors] First published release of rac-connectors (renamed from lore-connectors, ADR-095). Documents the inaugural 2026.6.1 entry; the version derives from the git tag via setuptools-scm (CalVer YYYY.M.N, ADR-008) and the publish workflow fires on the GitHub Release. --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e767439 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +All notable changes to `rac-connectors` are recorded here. Versions are CalVer +(`YYYY.M.N`, ADR-008); the version is derived from the git tag by setuptools-scm, +and the published distribution is `rac-connectors`. + +## 2026.6.1 + +First published release of **rac-connectors** — the integrations companion for +RAC (requirements-as-code): one distribution covering the backend connectors +(ADR-073), renamed from the former `lore-connectors` under the `rac-*` topology +(ADR-092, ADR-095). + +### Added + +- The `rac-connect` CLI and the connector library, one subdir per integration + under `src/rac_connectors/`: `supermemory`, `mem0`, `zep`, `letta`, `cognee`, + and the `neo4j` graph connector. +- Thin export-contract consumers over `rac export --documents` / `--graph` and the + public `rac` CLI — no engine internals, no embeddings or model calls (ADR-063, + ADR-002). + +### Changed + +- Renamed from `lore-connectors` / `lore_connectors`: distribution + `rac-connectors`, import package `rac_connectors`, CLI `lore-connect` → + `rac-connect`. +- Outbound record id field `lore_id` → `rac_id` (cognee header `Lore-Id:` → + `Rac-Id:`); the value is unchanged (the canonical `RAC-*` id). `lore-connectors` + was never published to PyPI, so there is no migration (ADR-095).