Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@michaelnchin michaelnchin released this 26 Feb 01:32
· 337 commits to main since this release
  • Added new notebooks: guides for using SPARQL and RDF with Neptune ML (Link to PR)
  • Added the ability to run explain plans to openCypher queries via %%oc explain. (Link to PR)
  • Added the ability to download the explain/profile plans for openCypher/Gremlin/SPARQL. (Link to PR)
  • Changed the %stream_viewer magic to use PropertyGraph and RDF as the stream types. This better aligns with Gremlin and openCypher sharing the PropertyGraph stream. (Link to PR)
  • Updated the airports property graph seed files to the latest level and suffixed all doubles with 'd'. (Link to PR)
  • Added grouping by depth for Gremlin and openCypher queries (PR #1)(PR #2)
  • Added grouping by raw node results (Link to PR)
  • Added --no-scroll option for disabling truncation of query result pages (Link to PR)
  • Added --results-per-page option (Link to PR)
  • Added relaxed seed command error handling (Link to PR)
  • Renamed Gremlin profile query options for clarity (Link to PR)
  • Suppressed default root logger error output (Link to PR)
  • Fixed Gremlin visualizer bug with handling non-string node IDs (Link to PR)
  • Fixed error in openCypher Bolt query metadata output (Link to PR)
  • Fixed handling of Decimal type properties when rendering Gremlin query results (Link to PR)