Skip to content

teolex2020/AuraSDK

v1.3.2 Breaking

This release includes 1 breaking change 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 ai ai-agents cognitive embedded encryption
+5 more
llm memory offline python rust

Summary

AI summary

Fixed 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 — fixes PermissionError (OS error 5) on Windows
  • Drop delegates to close() for consistent cleanup
  • Python context manager: with Aura("./data") as brain:

Server Architecture Overhaul

  • Replaced global Mutex<Option<AuraMemory>> with Arc<Aura> — no request serialization
  • All server globals consolidated into typed ServerState
  • Migrated from legacy AuraMemory to unified Aura API
  • Split server.rs into server/{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() then remove_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

Track teolex2020/AuraSDK

Get notified when new releases ship.

Sign up free

About teolex2020/AuraSDK

Persistent cognitive memory for Claude Desktop. Sub-ms recall, offline, encrypted.

All releases →

Beta — feedback welcome: [email protected]