Neo4j.rb v8.1.3 Release Notes

Release Date: 2017-06-29 // almost 7 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘€ ActiveRel .first / .last aren't dependable for ordering in Neo4j enterprise, so fixed test (be aware that using .first / .last are not recommended in ActiveRel) (see #1396 / thanks @klobuczek)
    • ๐Ÿ‘€ Labels for models are now returned alphabetically (see #1396 / thanks @klobuczek)
    • ๐Ÿ‘€ JSON serialization is fixed for String and objects in general which respond to to_json (see #1397 / thanks @leviwilson)