• v5.0.0 f3e98a8bde

    dpsifr released this 2025-11-01 19:57:31 +01:00 | 639 commits to main since this release

    🚀 Brainy v5.0.0 - Git for Databases

    TRUE Instant Fork - Snowflake-style Copy-on-Write for databases

    Highlights

    ONLY vector database with fork/merge workflow
    Clone entire database in <100ms (Snowflake-style COW)
    Full Git-style branching (fork, merge, commit, checkout)
    Works with ALL 8 storage adapters
    Zero premium feature contamination - clean open source

    New APIs

    • fork() - Instant clone in <100ms
    • merge() - Merge with conflict resolution (3 strategies)
    • commit() - Create state snapshots
    • getHistory() - View commit history
    • checkout() - Switch between branches
    • listBranches() - List all branches
    • deleteBranch() - Delete branches

    Use Cases

    • Safe migrations - Fork → Test → Merge
    • A/B testing - Multiple experiments in parallel
    • Feature branches - Development isolation
    • Zero risk - Original data untouched

    Documentation

    Installation

    ```bash
    npm install @soulcraft/brainy@5.0.0
    ```

    What's New in v5.0.0

    See the full CHANGELOG for details.

    Zero breaking changes - v5.0.0 is fully backward compatible with v4.x.

    Full Changelog: https://github.com/soulcraftlabs/brainy/compare/v4.11.2...v5.0.0

    Downloads