This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed 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
:8075accepting 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 inservices/gateway-go.- Live check passed:
GET /healthonhttp://127.0.0.1:8075returns200.POST /memory/searchreturns200withdegraded=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
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]