This repository was archived by the owner on Jul 6, 2023. It is now read-only.
1.0.0-RC1
Pre-release
Pre-release
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