Revision history for Perl module Neo4j::Client
0.54 2024-11-01
- Add compatibility with Neo4j 5
- switch to majensen/libneo4j-omni (fork from cleishm/libneo4j-client)
(v5.0.4)
0.52 2023-04-15
- update to latest majensen/libneo4j-client (fork from cleishm/libneo4j-client)
(v5.0.2-maj-beta)
0.50 2023-04-09
- update to latest majensen/libneo4j-client (fork from cleishm/libneo4j-client)
(v5.0.0-maj-beta)
- BUILD.md describes how to update the libneo4j-client version
0.45 2021-01-09
- Use --disable-werror on configure; may acheive more
successes on "alternative" OSes
0.43 2021-01-02
- Complete refactor to employ Alien build framework
- majensen/libneo4j-client (source for build/ dir)
can handle up to to Bolt v4.0
0.20 2020-12-19
- Add -DHAVE_BIO_METH_NEW for openssl 1.1.1
0.17 2020-06-03
- Workaround when pkg-config not present, but ssl libs are (freebsd)
0.16 2020-06-03
- Install config.h, libneo4j-client src/lib/*.h, and add DEV_CCFLAGS
0.12 2020-06-02
- Abort Makefile.PL on MSWin
0.11 2020-06-02
- Pull CFLAGS from configure run and append
0.1 2020-05-31
- Initial version