Skip to content

sheawinkler/ContextLattice

v3.3.5 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ 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

Fixed gateway startup bottleneck that caused empty replies on port 8075 and removed O(n^2) trim pattern for faster large‑history startups.

Full changelog

ContextLattice v3.3.5

Startup reliability hotfix for public/main.

Critical fix

  • Fixed a gateway startup bottleneck that could leave :8075 accepting connections while returning empty replies during bootstrap.
  • Removed an O(n^2) trim pattern in Go memory-store history replay (services/gateway-go/memory_store.go) so startup remains responsive with larger history files.

Why this release matters

  • Restores reliable read/write connectivity during startup and restart windows.
  • Prevents startup stalls from growing with history size.

Validation

  • go test ./... passed in services/gateway-go.
  • Live check passed:
    • GET /health on http://127.0.0.1:8075 returns 200.
    • POST /memory/search returns 200 with degraded=false.

Merge reference

  • Public PR: #132
  • Merge commit: 22573b9f56aed65c619f46be9aa183ff466e968b

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 →

Beta — feedback welcome: [email protected]