0.08, 2018-11-27
- track whether transactions are open or closed
- support Perl 5.10
- add documentation and a test suite
0.07, 2018-11-19
- add ResultSummary and SummaryCounters, deprecate stats()
- deprecate get_bool()
- improve error handling
0.06, 2018-11-17
- change single() to die on failure rather than return undef
- fix size() to avoid dying on results with no rows
- allow REST::Neo4p::Query and Neo4j::Cypher::Abstract objects as queries
0.05, 2018-04-23
- make HTTP timeout configurable
0.04, 2018-04-23
- convert into a Dist::Zilla-compatible module
- move supporting classes into Neo4j::Driver namespace
- allow reuse under the terms of the Artistic License 2.0
0.03, 2017-07-20
- improve handling of server errors
0.02, 2017-01-28
- add Neo4j includeStats support
- add method to handle boolean values specially
0.01, 2016-11-19
- implement the Neo4j Driver API