docs: v0.39.1 release notes for ENV_LOCK deadlock fix
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -5,6 +5,17 @@
|
||||
|
||||
---
|
||||
|
||||
## [v0.39.1] — 2026-04-08
|
||||
|
||||
### Bug Fixes
|
||||
- **_ENV_LOCK deadlock resolved.** The environment variable lock was held for
|
||||
the entire duration of agent execution (including all tool calls and streaming),
|
||||
blocking all concurrent requests. Now the lock is acquired only for the brief
|
||||
env variable read/write operations, released before the agent runs, and
|
||||
re-acquired in the finally block for restoration.
|
||||
|
||||
---
|
||||
|
||||
## [v0.39.0] — 2026-04-08
|
||||
|
||||
### Security (12 fixes — PR #171 by @betamod, reviewed by @nesquena-hermes)
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<body>
|
||||
<div class="layout">
|
||||
<aside class="sidebar">
|
||||
<div class="sidebar-header"><div class="logo">H</div><div><h1 style="margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em">Hermes</h1><div style="font-size:10px;color:var(--muted);opacity:.8;margin-top:1px">v0.39.0</div></div></div>
|
||||
<div class="sidebar-header"><div class="logo">H</div><div><h1 style="margin:0;font-size:15px;font-weight:700;letter-spacing:-.01em">Hermes</h1><div style="font-size:10px;color:var(--muted);opacity:.8;margin-top:1px">v0.39.1</div></div></div>
|
||||
<div class="sidebar-nav">
|
||||
<button class="nav-tab active" data-panel="chat" data-label="Chat" onclick="switchPanel('chat')" title="Chat">💬</button>
|
||||
<button class="nav-tab" data-panel="tasks" data-label="Tasks" onclick="switchPanel('tasks')" title="Tasks">📅</button>
|
||||
|
||||
Reference in New Issue
Block a user