Prior code retrieving properties from neo4j node instances
node.properties['property_name'] fails with the 1.7.0 version, due to the fact that properties was renamed to _properties.
This is a backward compatibility-breaking change and as per semantic version spec #8 has to be accompanied by a major version bump.
Please release a patch to support legacy behavior or bump the major version.