neo4j-labs / neo4rs

Neo4j driver for rust

Home Page:https://docs.rs/neo4rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest tagged version is from 2021, newest crate available from crates.io is 0.5.9

daveman1010221 opened this issue · comments

Hey, all. I apologize if this is the wrong place for this.

It took a while to confirm, but I was having problems with the driver establishing connection with a recent 5.4.0 server. When I realized the newest available crate on crates.io might be rather old, I built this from source and tested it. It works.

Does anyone know who updates the tagged releases here? Anyone know who updates crates.io? I'm willing to help out, but I'm not entirely sure where to start. Is there any official build instructions? My local build is a bit of a mess at the moment. Using a locally-built crate to resolve issues is not ideal. Thanks.

Hi @daveman1010221,

We've moved this project to the neo4j-labs organization recently and proper support for Neo4j 5 has only been added recently. We are currently preparing a first release to crates.io from the new organization, soon.

The newest version is now 0.6.0 and it seems to work with Neo4j 5. I'm going to close this.