Releases: albertoventurini/graphdb-intellij-plugin
Releases · albertoventurini/graphdb-intellij-plugin
v0.8.0
Release 0.8.0
This is a patch release that adds support for IntelliJ 2023.3
v0.7.0
Release v0.7.0
Added:
- Language injections for official Python driver (thanks @robsdedude)
Release v0.6.2
This is a patch release that adds support for IntelliJ 2023.2
v0.6.1
Add support for IntelliJ 2023.1
v0.5.0
- Add support for CALL subqueries (#20)
- Remove unneeded hardcoded functions (#55)
v0.4.2
Fixed:
- Fail gracefully when retrieving function metadata for Neo4j 3.x (#51)
- Remove unnecessary aggregation on relationship types, which might fail metadata retrieval (#51)
v0.4.0
Added
- Support new syntax for CREATE INDEX commands (#45)
- Add scrollbars to new database panel (#44)
Changed
Various internal improvements (e.g. using Testcontainers, enabling GitHub actions)
and refactorings.
v0.3.0
- Don't show Cypher autocompletion in comments (#4)
- Support existential and count subqueries (#24)
- Support connections to named databases
v0.2.2
Fail gracefully when retrieving metadata for Neo4j 3.x (#21). Support metadata display for Neo4j 3.x servers (excluding indexes, constraints and procedures).
v0.2.1
Renamed notification group for update activity (#16). This fixes possible NullPointerExceptions on IDE startup.