Skip to content

Release 3.5.3

Choose a tag to compare

@michaelnchin michaelnchin released this 26 Jul 01:41
· 288 commits to main since this release
fe8039e
  • Docker support. Docker image can be built using the command docker build . and through Docker's buildx, this can support non-x86 CPU Architectures like ARM. (Link to PR)
    • Fix service.sh conditional checks, SSL parameter can now be changed. Fix permissions error on service.sh experienced by some users. (Link to PR)
  • Added %%neptune_config_allowlist magic (Link to PR)
  • Added check to remove whitespace in %graph_notebook_config host fields (Link to PR)
  • Added silent output option to additional magics (Link to PR)
  • Fixed %sparql_status magic to return query status without query ID (Link to PR)
  • Fixed incorrect Gremlin query --store-to output (Link to PR)
  • Fixed certain characters not displaying correctly in results table (Link to PR)
  • Fixed extra index column displaying in Gremlin results table on older Pandas versions (Link to PR)
  • Reverted Gremlin console tab to single results column (Link to PR)
  • Bumped jquery-ui from 1.13.1 to 1.13.2 ((Link to PR)