* Added bulk import to connection * Added bindvars to explain
1.2.8
=====
* BugFix: recursive field validation * BugFix: fullCount option now works * Length validator will raise a ValidationError if value has no length * users can now specify custom json encoders
1.2.7
=====
* Fixed connection reuse
1.2.6
=====
* Fixed Cache
* Cache now exposes document store and attributes transparently
1.2.5
=====
* Added getter for users
* Edges back compatibility with 2.8 solved "_from" "_to" are no longer foreign fields, ._from ._to work again
* Calls to json() now print the request's content upon failure.