This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryImproved stability by committing Go memory-store writes promptly and capping async continuation queues.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Bounded durable continuation queue caps pending work per source to prevent unbounded backlog growth. Bounded durable continuation queue caps pending work per source to prevent unbounded backlog growth. Source: granite4.1:8b-q6_K@2026-05-21 Confidence: high |
— |
| Dependency | Medium |
Added gateway-go tests for async pgvector fanout and continuation queue capping. Added gateway-go tests for async pgvector fanout and continuation queue capping. Source: granite4.1:8b-q6_K@2026-05-21 Confidence: low |
— |
| Performance | Medium |
/memory/write returns promptly despite slow downstream lanes. /memory/write returns promptly despite slow downstream lanes. Source: granite4.1:8b-q6_K@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
/status warnings avoid false positives from healthy long-running async age, focus on real queue/stale pressure. /status warnings avoid false positives from healthy long-running async age, focus on real queue/stale pressure. Source: granite4.1:8b-q6_K@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
/memory/write commits canonical path first, queues pgvector fanout asynchronously by default. /memory/write commits canonical path first, queues pgvector fanout asynchronously by default. Source: granite4.1:8b-q6_K@2026-05-21 Confidence: high |
— |
Full changelog
Stability hardening
This patch decouples /memory/write from slow continuation fanout so the canonical Go memory-store write can return promptly even when downstream retrieval/indexing lanes are cold or slow.
Changed
/memory/writenow commits the canonical Go memory-store path first and queues pgvector fanout asynchronously by default.- Bounded durable continuation queue behavior now caps pending work per source to prevent unbounded backlog growth.
/statuscontinuation warnings now avoid false positives from healthy long-running async age and focus on real queue/stale pressure.- Added gateway-go tests covering async pgvector fanout and continuation queue capping.
Validation
- Target commit:
43228e4008759b94636c2f9bc1d14da315e7bbf2 - Public PR:
#212 - Test gate:
go -C services/gateway-go test ./... -count=1 -timeout 420s - Live smoke:
/statusreported service health9/9, pending queues0, retrying0, durable pending0. - Write smoke after rebuild: approximately
0.09s, with pgvector reported asqueued_asyncand no warnings.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About sheawinkler/ContextLattice
Private-by-default memory and context layer for agents with Go/Rust runtime, staged retrieval across fused data backends, and long-horizon context continuity.
Related context
Related tools
Beta — feedback welcome: [email protected]