From 4cf2c1bdb15515dbbc5546500bb1a85022bbf19c Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 23 Dec 2025 20:54:10 -0500 Subject: [PATCH] docs: update CHANGELOG.md from GitHub releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3613efc5..acac4762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.0.6] - 2025-12-24 + +## Bug Fixes + +- Add error handlers to Chroma sync operations to prevent worker crashes on timeout (#428) + +This patch release improves stability by adding proper error handling to Chroma vector database sync operations, preventing worker crashes when sync operations timeout. + ## [8.0.5] - 2025-12-24 ## Bug Fixes