Closure Tree v4.2.5 Release Notes

    • Fix for potential deadlock from delete_hierarchy_references not being called within an advisory lock. Thanks, Armando Guereca, for finding that!

    • Sped up find_or_create_by_path to skip cycle detection validation. A node whose ancestry was 200-deep took 20 seconds to create (!!), and now takes < 1 second.

    • 🛠 Fixed issue with MySQL that prevented nodes > 60 levels deep from being created