Bugfix: Don't break with non-ascii query parameters.
0.16.0
--------------
Manager `get` method now only queries via indexes. It is no longer possible to find nodes/relationships via `get` by providing non-indexed attribute values.
0.15.2
--------------
Bugfix to make sure indexes are only created for types with unique attrs. Downgrade py2neo to v1.5 until 1.6 has some performance enhancements.
0.15.1
--------------
Bug/performance fix for checking existence of nodes with multiple indexes.
0.15.0
--------------
Add compatibility shim for forward compatibility with neo4j 2.0. This begins our transition to 2.0, which going forward will mean dropping support for 1.9.
0.14.3
--------------
New module `migration_helpers` with tools to aid in making "schema" changes, e.g. altering the type hierarchy. Initially adds `validate_base_change` to check consistency is retained when changing the bases of a type.