Jetbrains Plugin Graph Database Support Versions Save

Graph Databases support for JetBrains family IDEs.

3.0.3

4 years ago

Download Plugin

Breaking changes:

  • Now supporting Neo4j database versions 3.4+ (previously: 3.0-3.5)
  • Java 11 required for compiling the plugin

Improvements:

  • Added bolt+routing support

3.0.2

4 years ago

Download Plugin

Improvements:

  • Now supports IntelliJ 2019.3

3.0.1

4 years ago

Download Plugin

Improvements:

  • One-time post install notification appearance (#156)

Bugfixes:

  • Fix for CREATE without RETURN in Cosmos DB (#155)

3.0.0

4 years ago

Download Plugin

  • Now you can query TinkerPop Gremlin-enabled databases like Cosmos DB, Neptune and JanusGraph using Cypher

Improvements:

  • Gremlin support
  • Faster startup when using a number of databases
  • Graph metadata is refreshed in the background
  • DB connection testing is asynchronous
  • Improved UI
  • More intuitive graph view zoom

Bugfixes:

  • Execute Query button in gutter (#132)

2.5.6

4 years ago

Download Plugin

Improvements:

  • Datasource-specific query parameter editor (#107)
  • Added support for multipart queries (#109)
  • Copy query result to clipboard (tool window button/context menu/ctrl+c) (#114, #126)
  • New flat scalable icons (support dark theme and retina) (#119)
  • Show multiple relations in Graph view (#125)
  • Various UX improvements: (#122, #123)

Bugfixes:

  • Validation failing on queries without WHERE (#108)
  • Plugin failing with IntelliJ 2019.2 (#128)

2.5.5

5 years ago

Download Plugin

Improvements:

  • Updated Cypher support
  • Auto-publishing via Travis CI
  • Harness and DB versions 3.4 and 3.5 tested, older versions upped

Bugfixes:

  • Fixed some deprecation notices
  • CALL apoc.schema.assert({}, {}); no longer gets reformatted to ASSERT
  • Added support in parser for YIELD ... WHERE
  • Reformat no longer uglifies query, and it gets interpreted correctly

2.5.2

5 years ago

Download Plugin

Improvements:

  • Added left margin badge for query execution
  • Gradle and Idea versions updated

Bugfixes:

  • Queries now have no problems executing in IntelliJ IDEA 2018.2 and up
  • Newer Bolt protocol support for common Neo4J functionality

2.5.1

5 years ago

Download Plugin

Improvements:

  • Add BNF rule to accept multiple properties in INDEX operations

Bugfixes:

  • Fix empty tip for methods with no parameters
  • Fix parser error with numbers preceding plus/minus operator
  • Fix string index error

2.5.0

7 years ago

Download Plugin

New:

  • Possibility to add/edit/delete nodes and relationship via context menu.

Improvements:

  • Constraints and indexes are added to data source metadata view.

Bugfixes:

  • Sometimes not all labels and relationship types were visible in data source view. Fixed.
  • Data source will correctly update metadata information if label or relationship type contain spaces.

2.4.1

7 years ago

Download Plugin

Bugfixes

  • Fix NullPointerException when right-click in a project tree
  • Fix NullPointerException when database return map with null values
  • Minor Console log improvements