File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.4.2 (2026-01-29)
5+
6+ ### Bug Fixes
7+
8+ - Prevent crash loop from filling disk with logs
9+ ([ ` 0388bc8 ` ] ( https://github.com/ernestkoe/obsidian-notes-rag/commit/0388bc8c1ac8e9e4cb07643b1e9dd38cc498af28 ) )
10+
11+ Add ThrottleInterval (30s) to launchd plist to prevent rapid restarts from generating massive log
12+ files. Move logs from /tmp to proper macOS location ~ /Library/Logs/obsidian-notes-rag/ and add
13+ rotating file handler (10MB max, 3 backups) to cap total log size at ~ 40MB.
14+
15+ Co-Authored-By: Claude Opus 4.5 < noreply@anthropic.com >
16+
17+
418## v0.4.1 (2026-01-22)
519
620### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " obsidian-notes-rag"
7- version = " 0.4.1 "
7+ version = " 0.4.2 "
88description = " MCP server for semantic search over Obsidian notes using local RAG"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments