Skip to content

Release v2.4.0

Choose a tag to compare

@kmcginnes kmcginnes released this 22 Oct 21:23
· 53 commits to main since this release
41daf44

This release introduces support for SPARQL queries within the query editor. Now, all three query engines are supported: Gremlin, openCypher, and SPARQL. This does not mean we are done with the query editor. We have many exciting ideas being considered for future releases.

SPARQL Query Support

  • Support for SELECT, ASK, DESCRIBE, and CONSTRUCT queries
  • DESCRIBE and CONSTRUCT queries will result in fully materialized vertex and edge results
  • SELECT and ASK queries will result in raw statements, but do not materialize results as vertices or edges
  • Support for RDF resources without a defined rdf:type
  • Updated display name defaults to use rdfs:label if it is available

Other Notable Changes

  • Added support for vertices that have no label in openCypher
  • Hide properties that don't have a value for the given vertex or edge
  • Added confirmation dialog when deleting a connection (thanks @dwrth)
  • Added ability to horizontally scroll toolbars if space is limited (thanks @Ansh2004P)
  • Added zoom to fit toolbar button (thanks @cnaples79)
  • Updated the strings used to represent no value, no type, and empty value to be more clear
  • Updated handling of neighbor counts when neighbors have more than one type or label
  • Updated handling of date values, specifically in openCypher connections
  • Updated behavior of auto open details panel when a node is selected
  • Fixed many bugs

All Changes

New Contributors

Full Changelog: v2.3.1...v2.4.0