Skip to content

Releases: ISGNeuroTeam/complex_rest_dtcd_supergraph

Release 0.3.3

Choose a tag to compare

@atsysin atsysin released this 18 Aug 11:12

Changed

  • Rename startup initialization script to database_init.sh.

Fixed

  • Correct order of installation instructions for Neo4j.

Release 0.3.2

Choose a tag to compare

@atsysin atsysin released this 16 Aug 13:23

Hotfix

Added

  • Startup initialization script: automatic re-installation of constraints & indexes, default Root initialization.

Fixed

  • Error when removing non-existent labels in neomodel_remove_labels.

Release 0.3.1

Choose a tag to compare

@atsysin atsysin released this 11 Aug 06:11

Fixed

  • Add an endpoint for default root graph management.
  • Fix bug with content deletion in root graph view delete() method. Now it correctly leaves fragments intact.

Release 0.3.0

Choose a tag to compare

@atsysin atsysin released this 10 Aug 14:08

Added

  • Support for root management.
  • Default root initialization to keep backward compatibility with older API.

Changed

  • Switched to neomodel and neo4j-driver.
  • Architecture rework.
  • Endpoints for fragment management.
  • Now we keep suffix complex_rest_dtcd_ from plugin folder when making final archive, again.

Deprecated

  • User guide is no longer up-to-date. Will update in a future release.

Removed

  • py2neo dependency and supporting scripts.
  • Deprecated support for recursive serialization of nested structures.

Release 0.2.0

Choose a tag to compare

@atsysin atsysin released this 22 Jul 09:46

Added

  • Support for groups in graph data.
  • Serializer with validation for incoming payloads with graph content (IDs & integrity checks).

Changed

  • Logger name changed to supergraph.
  • Support for Neo4j v3.5.

Release 0.1.3

Choose a tag to compare

@atsysin atsysin released this 01 Jul 07:08

Changed

  • Name of the source folder with code is now complex_rest_dtcd_supergraph, again.
  • Now we remove suffix complex_rest_dtcd_ from plugin folder when making final archive.

    We do this to simplify URL management - see how complex_rest uses plugin folder names.

Release 0.1.2

Choose a tag to compare

@atsysin atsysin released this 30 Jun 09:48

Changed

  • Name of the source folder with code is now dtcd_supergraph.

Fixed

  • Bug in branch generation on Jenkins.
  • Symlink copy problems on Jenkins.

Release 0.1.1

Choose a tag to compare

@atsysin atsysin released this 27 Jun 09:54

Added

  • Script for fixing py2neo bug.

Fixed

  • Typo / bug in requirements files.
  • Freeze package versions in requirements files.

Notes

The binary archive is from develop branch, built from commit 9adebc8.