This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Releases: neo4j/cypher-shell
Releases · neo4j/cypher-shell
1.0.1: Merge pull request #74 from praveenag/master
empty password will give relevant error.
1.0.0
1.0.0-RC2
1.0.0-RC1
Bug fixes
- Fixed lack of interactive detection on Windows #57
- Now always uses interactive mode on Windows by default
- If non-interactive mode is desired (for scripting) then a new flag
--non-interactivehas been added
Enhancements
- Added modes: verbose/plain. Verbose displays more information and is intended for interactive use. Plain displays only the data from queries, intended for scripting #23
- Added multiline statement support #25
- Added option (
--encryption) to choose between encrypted and unencrypted communication with the server #36 - Added option
--debugto get additional information in case of errors #41 - Made semicolons optional for shell commands #55
- Added version of connected Neo4j to welcome message #56