From 78f6008d638fe356a1bb593c8098bd8d078011b0 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Mon, 29 Dec 2025 18:45:13 -0500 Subject: [PATCH] docs: update CHANGELOG.md for v8.2.9 release 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 Opus 4.5 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fda7315..4b4042c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.9] - 2025-12-29 + +## Bug Fixes + +- **Worker Service**: Remove file-based locking and improve Windows stability + - Replaced file-based locking with health-check-first approach for cleaner mutual exclusion + - Removed AbortSignal.timeout() calls to reduce Bun libuv assertion errors on Windows + - Added 500ms shutdown delays on Windows to prevent zombie ports + - Reduced hook timeout values for improved responsiveness + - Increased worker readiness polling duration from 5s to 15s + +## Internal Changes + +- Updated worker CLI scripts to reference worker-service.cjs directly +- Simplified hook command configurations + ## [8.2.8] - 2025-12-29 ## Bug Fixes