Neo4j.rb v10.0.0 Release Notes

Release Date: 2020-07-06 // almost 4 years ago
    • 0️⃣ neo4j 4.0 support (default database only)
    • ⬇️ dropped support for neo4j 3.3 or earlier
    • 👍 full bolt support
    • 👍 full causal cluster support
    • 👍 removal of http support
    • 👍 removal of embedded support (neo4j embedded is still supported via bolt)
    • 👌 support for a neo4j ruby driver with an api of the official drivers
    • 💎 discontinuation of the neo4j-core gem. Its functionality is replaced partially by neo4j-ruby-driver and partially by activegraph
    • higher naming consistency with activerecord and the official neo4j-java-driver
    • 🔧 configuration more consistent with activerecord
    • 🔄 changed transaction API
    • 👌 support for sessions with bookmarks and read and write transaction
    • enforcing has one constraint on relationships
    • 👍 better handling of has_many (no deletion and recreation)
    • executing association callbacks on relationship deletion