Commit ee96296
release: v10.25.3 — strict stdio timeout cap, syntax fixes, gitignore certs
Bumps version from 10.25.2 to 10.25.3.
Changes included in this release:
- fix: cap strict stdio eager-init timeout to 5 s (#569, co-author: SergioChan)
Prevents Codex CLI and other strict stdio clients from timing out during
the MCP handshake. Closes #561.
- fix: resolve syntax errors from PR #569 (duplicate call, orphaned paren,
duplicate return, magic numbers, dead-code guard, warning message clarity)
- fix: hybrid sync premature early-exit — early-exit now only fires after
all secondary_count memories are checked, not at the 1,000-memory mark
when synced_count is 0 (#568)
- fix: dashboard version badge calls /health/detailed instead of /health
(status-only since GHSA-73hc hardening in v10.21.0) (#568)
- chore: gitignore TLS certificate files (*.pem, certs/)
Files updated: _version.py, pyproject.toml, CHANGELOG.md, README.md,
CLAUDE.md, uv.lock
Co-authored-by: Heinrich Krupp <hkr@Mac-mini-von-Heinrich.local>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 53d3bb7 commit ee96296
File tree
6 files changed
+24
-8
lines changed- src/mcp_memory_service
6 files changed
+24
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
13 | 26 | | |
14 | 27 | | |
15 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
274 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
| 281 | + | |
279 | 282 | | |
280 | 283 | | |
281 | 284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments