This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
Releases: neo4j/cypher-shell
Releases · neo4j/cypher-shell
1.1.12
Cypher Shell 1.1.12 Fixes issue where cypher-shell would hang if it was run with the timeout command from inside a shell script. - Only prompt if interactive input is available - Prompt directly to /dev/tty if stdout is redirected - Prompt to /dev/null if no tty is available - If only username is given, but not password, prompt directly before attempting to connect
1.1.11
Release 1.1.11 of cypher shell
1.2.0-alpha05
Cypher shell 1.2.0 alpha 05
1.2.0-alpha04
Merge pull request #156 from sherfert/1.2-bolt-errors Stop unwrapping Bolt exceptions.
1.2.0-alpha03
Cypher Shell 1.2.0-alpha03 Fixes for Neo4j 4.0.0-alpha07mr01 release. - Fix Java version check for Mac OS X. E.g. if having only Java 11 installed cypher-shell could fail to start with the error `Unable to find any JVMs matching version "1.8".` - Fix case sensitivity issue with system database name. `:use SYSTEM` should be case insensitive.
1.2.0-alpha02
Cypher Shell 1.2.0-alpha02 Refinement round 1 for multi-database. - Upgrade driver dependency to 2.0.0-alpha02 - `:use` without a database name will reconnect to the server default database - Connecting to `system` no longer result in a `Not a recognised system command: RETURN 1` - Get the actual database name in the result summary from the server - Show an error status in the prompt in interactive mode if the database is offline or non-existing - The prompt no longer contains a newline if shorter than 50 characters
1.2.0-alpha01
Cypher shell 1.2.0-alpha01 Support for multi database. - Add :use command for selecting active database - Add -d, --database command line parameter - Upgrade driver dependency to 2.0.0-alpha01
1.1.10
Cypher shell 1.1.9:
- Bug fix: Always said
0 rows available
- Bug fix: Removed unnecessary new lines
1.1.9
Cypher shell 1.1.9: * streaming results under auto-commit * client side parameter evaluation * support for java 11
1.1.8
Merge pull request #137 from pontusmelke/explain-rule-planner EXPLAIN and rule planner