From b844665da17b75bdca4e262f0350c9ca67424a59 Mon Sep 17 00:00:00 2001 From: zhanghui Date: Fri, 24 Jul 2026 16:04:10 +0800 Subject: [PATCH] docs(changelog): record native OpenTelemetry tracing under Unreleased Summarizes the OTel observability feature (instrumentation + the review / telemetry-audit fixes) as one user-facing Added entry; the fixes themselves targeted an unreleased feature so they need no separate lines. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227c223..761c097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 backward-compatible alias: both prefixes resolve to the same handlers with identical request/response contracts, so existing integrations keep working unchanged. Infrastructure endpoints (`/health`, `/metrics`) stay unversioned. +- **Native OpenTelemetry tracing** — memory operations (add / flush, memcell + boundary, episode extraction, search, and OME reflection) export to any + OTLP backend (e.g. Langfuse) as nested traces carrying LLM/embedding token + usage, per-request correlation, and recall-quality scores. Off by default; + enabled via the `[observability]` config with the optional `otel` extra. + Content capture (query / extracted memory) is opt-in and redaction-aware. ## [1.1.4] - 2026-07-20