• v6.5.0 c1deb7a623

    v6.5.0 Stable

    dpsifr released this 2025-12-11 22:27:45 +01:00 | 491 commits to main since this release

    What's Changed

    Bug Fixes

    • fix(vfs): prevent race condition in bulkWrite by ordering operations
      • Process mkdir operations sequentially first (sorted by path depth)
      • Then process write/delete/update operations in parallel batches
      • Prevents duplicate directory entities when mkdir and write for related paths are in the same batch

    Documentation

    • Updated API documentation for accuracy
    • Added comprehensive bulkWrite documentation to VFS_CORE.md
    • Fixed incorrect API signatures in docs/README.md, docs/guides/neural-api.md

    Tests

    • Added comprehensive tests for bulkWrite race condition scenarios

    Full Changelog: https://github.com/soulcraftlabs/brainy/compare/v6.4.0...v6.5.0

    Downloads