This release includes 1 breaking change for platform teams planning a safe upgrade.
Published 2mo
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agent
ai
ai-agents
cognitive
embedded
encryption
+5 more
llm
memory
offline
python
rust
Summary
AI summaryFixed PermissionError when closing files on Windows and overhauled server architecture to use Arc for concurrent access.
Full changelog
What's New
Windows File Handle Fix (Critical)
close()now properly releases file handles — fixesPermissionError(OS error 5) on WindowsDropdelegates toclose()for consistent cleanup- Python context manager:
with Aura("./data") as brain:
Server Architecture Overhaul
- Replaced global
Mutex<Option<AuraMemory>>withArc<Aura>— no request serialization - All server globals consolidated into typed
ServerState - Migrated from legacy
AuraMemoryto unifiedAuraAPI - Split
server.rsintoserver/{state,dto,middleware,handlers}.rs
Positioning & Metadata
- Description: "Adaptive cognitive layer for AI agents"
- Version synced to 1.3.2 across all manifests
- README with clearer competitive framing
Tests
- Regression tests:
close()thenremove_dir_all()on Windows - 265 Rust tests passing
Breaking Changes
- Replaced global `Mutex` with `Arc` for concurrent access, removing request serialization.
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 teolex2020/AuraSDK
Persistent cognitive memory for Claude Desktop. Sub-ms recall, offline, encrypted.
Related context
Beta — feedback welcome: [email protected]