Skip to content

sheawinkler/ContextLattice

v3.3.27 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-framework agent-orchestration ai-infra ai-interface context-engineering context-management
+4 more
go long-horizon-agents long-horizon-intelligence rust

Summary

AI summary

Improved stability by committing Go memory-store writes promptly and capping async continuation queues.

Changes in this release

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/write now 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.
  • /status continuation 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: /status reported service health 9/9, pending queues 0, retrying 0, durable pending 0.
  • Write smoke after rebuild: approximately 0.09s, with pgvector reported as queued_async and 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

Track sheawinkler/ContextLattice

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]