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

1.0.0-RC1

Pre-release
Pre-release

Choose a tag to compare

@spacecowboy spacecowboy released this 03 Nov 10:06
· 423 commits to 4.3 since this 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-interactive has 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 --debug to get additional information in case of errors #41
  • Made semicolons optional for shell commands #55
  • Added version of connected Neo4j to welcome message #56