Releases: neo4j-field/neo4j_arrow
0.6.1
0.6.0
0.5.0 - Is this goodbye? 🥹
This project is now looking for a new maintainer as I head onto other pursuits outside Neo4j. Any takers? 😬 There are a lot of improvements one could make and so many possibilities!
Changes:
- fix bug with
CREATE_DATABASE
sending wrong keys in the start message - document usage in the README
0.4.0 - Better Error Handling
This release primarily adds better error handling and does a little bit of work to identify the types of errors returned by the Neo4j server.
In addition, the reading operations (read_nodes
and read_edges
) are updated to the latest procedure signatures.
0.3.0 - Update PyArrow Dependencies
- Relaxes the
PyArrow
dependencies to match Neo4j GDS Client and Apache Beam - Adds
Dockerfile
and aMakefile
to help automate testing the matrix of:
- Python 3.7, 3.8, and 3.9
- PyArrow 4, 5, 6, 7, 8, 9
0.2.0 - Match Apache Beam PyArrow needs
tl;dr: Apache Beam 2.41 still requires PyArrow be <8.0.0
. Relax things a bit for practical purposes until 2.42 drops.
0.1.2 - fix version number
Tag/release and setup.py
wasn't in alignment for 0.1.1
. Oopsie.
0.1.1 - fix nop mapper
Make the nop
mapper return the original data provided. Was returning None
, breaking loads without schema.
0.1.0 - Initial Release
Initial release to put a stake in the ground. Time to hack.