Releases: neueda/jetbrains-plugin-graph-database-support
Releases · neueda/jetbrains-plugin-graph-database-support
GraphDB Support 3.0.3
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
GraphDB Support 3.0.2
GraphDB Support 3.0.1
GraphDB Support 3.0.0
- 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)
GraphDB Support 2.5.6
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:
GraphDB Support 2.5.5
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
GraphDB Support 2.5.2
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
GraphDB Support 2.5.1
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
GraphDB Support 2.5.0
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.
GraphDB Support 2.4.1
Bugfixes
- Fix NullPointerException when right-click in a project tree
- Fix NullPointerException when database return map with null values
- Minor Console log improvements