Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Releases: neo4j/cypher-shell

1.1.12

11 Oct 15:04
0903d49
Compare
Choose a tag to compare
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

13 Sep 11:18
4e94b2e
Compare
Choose a tag to compare
Release 1.1.11 of cypher shell

1.2.0-alpha05

20 Aug 08:11
c7ea456
Compare
Choose a tag to compare
Cypher shell 1.2.0 alpha 05

1.2.0-alpha04

09 Jul 08:03
ee310a0
Compare
Choose a tag to compare
Merge pull request #156 from sherfert/1.2-bolt-errors

Stop unwrapping Bolt exceptions.

1.2.0-alpha03

31 May 16:46
2684011
Compare
Choose a tag to compare
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

21 May 13:13
90cf424
Compare
Choose a tag to compare
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

18 Apr 11:58
Compare
Choose a tag to compare
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

18 Apr 09:14
3d79d5b
Compare
Choose a tag to compare

Cypher shell 1.1.9:

  • Bug fix: Always said 0 rows available
  • Bug fix: Removed unnecessary new lines

1.1.9

08 Apr 12:57
a38a6b1
Compare
Choose a tag to compare
Cypher shell 1.1.9:

 * streaming results under auto-commit
 * client side parameter evaluation
 * support for java 11

1.1.8

22 Mar 09:32
15abf87
Compare
Choose a tag to compare
Merge pull request #137 from pontusmelke/explain-rule-planner

EXPLAIN and rule planner