Skip to content

Releases: albertoventurini/graphdb-intellij-plugin

v0.8.0

13 Dec 16:37
Compare
Choose a tag to compare

Release 0.8.0

This is a patch release that adds support for IntelliJ 2023.3

v0.7.0

06 Sep 03:47
fece746
Compare
Choose a tag to compare

Release v0.7.0

Added:

  • Language injections for official Python driver (thanks @robsdedude)

Release v0.6.2

27 Jul 17:26
536b4a6
Compare
Choose a tag to compare

This is a patch release that adds support for IntelliJ 2023.2

v0.6.1

02 Apr 16:09
34f6f44
Compare
Choose a tag to compare

Add support for IntelliJ 2023.1

v0.5.0

23 Jan 16:11
f5c039a
Compare
Choose a tag to compare
  • Add support for CALL subqueries (#20)
  • Remove unneeded hardcoded functions (#55)

v0.4.2

14 Jan 03:17
ba4c363
Compare
Choose a tag to compare

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

09 Jan 14:02
0f49a4c
Compare
Choose a tag to compare

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

10 Dec 03:01
Compare
Choose a tag to compare
  • Don't show Cypher autocompletion in comments (#4)
  • Support existential and count subqueries (#24)
  • Support connections to named databases

v0.2.2

25 Nov 07:14
Compare
Choose a tag to compare

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

23 Nov 16:06
Compare
Choose a tag to compare

Renamed notification group for update activity (#16). This fixes possible NullPointerExceptions on IDE startup.