Changelog¶
1.1.0¶
- the
run_multipleconnector method now takes thebatch_sizeparameter. If the method gets more statements thanbatch_sizethen the statements are split over multiple HTTP requests. Therun_multiplemethod still returns a single list with the responses from all batches. This parameter can help make large jobs manageable for Neo4j (e.g not running out of memory).
1.0.1¶
- Improved documentation
1.0.0¶
- Initial release