From c383c3c44749f9e18209b33d3bf98965eaa55f6f Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sat, 27 Dec 2025 22:19:39 -0500 Subject: [PATCH] Update CHANGELOG.md for v8.2.5 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa58942..7605b277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [8.2.5] - 2025-12-28 + +## Bug Fixes + +- **Logger**: Enhanced Error object handling in debug mode to prevent empty JSON serialization +- **ChromaSync**: Refactored DatabaseManager to initialize ChromaSync lazily, removing background backfill on startup +- **SessionManager**: Simplified message handling and removed linger timeout that was blocking completion + +## Technical Details + +This patch release addresses several issues discovered after the session continuity fix: + +1. Logger now properly serializes Error objects with stack traces in debug mode +2. ChromaSync initialization is now lazy to prevent silent failures during startup +3. Session linger timeout removed to eliminate artificial 5-second delays on session completion + +Full changelog: https://github.com/thedotmack/claude-mem/compare/v8.2.4...v8.2.5 + ## [8.2.4] - 2025-12-28 Patch release v8.2.4