Neo4j.rb v0.3.2 Release Notes

Release Date: 2009-09-17 // over 14 years ago
    • โž• Added support for aggregating nodes (#65)
    • Wrapped Neo4j GraphAlgo AllSimplePath (#70)
    • โž• Added traversal with traversal position (#71)
    • โœ‚ Removed DynamicAccessors mixin, replaced by [] operator (#67)
    • Impl Neo4j.all_nodes (#69)
    • Upgrated Neo4j jar file to 1.0-b9
    • The Neo4j#relationship method now allows a filter parameter (#66)
    • Neo4j.rb now can read database not created by Neo4j.rb - does not require classname property (#63)
    • REST - added an "all" value for the depth traversal query parameter (#62)
    • ๐ŸŽ REST - Performance improvments using the Rest Mixin (#60)