Skip to content

Releases: JULIELab/julielab-neo4j-server-plugins

v3.2.1

23 Jan 21:01
Compare
Choose a tag to compare
  • [enhancement] Add an option to override prefName on existing concepts #33

v3.2.0

20 Dec 14:00
0633467
Compare
Choose a tag to compare
  • [enhancement] Export: Allow to add source prefix to lingpipe dictionary creation #31
  • [enhancement] Allow the specification of the name property for the creation of equal_name aggregates #30

v3.1.0

11 Dec 06:48
Compare
Choose a tag to compare

This release contains a number of bug fixes and API enhancements not mentioned in the issues below (unfortunately).

  • [closed] Boost Neo4j version to 4.4.2. #23
  • [closed] Add a single endpoint to create schema indexes #9
  • [closed] Raise Neo4j version to 4.x #8
  • [closed] Remove legacy indexes #7

v3.0.0

19 Oct 11:47
a6fd131
Compare
Choose a tag to compare

This release brings compatibility of the plugin mechanisms with Neo4j 4.
In Neo4j , the legacy server plugin extension mechanism was removed. What had been a server plugin in this project earlier has been converted to an unmanaged extension.

  • [closed] Fix Fulltext index performance issues #16
  • [closed] Make the primary concept source in ImportConcepts a stream #15
  • [closed] Add a temporary properties map to ImportConcept #14
  • [closed] Add the total number of concepts to ImportConcepts. #13
  • [closed] Add an endpoint for IE-based relation insertion #12
  • [closed] Insert concepts from a stream #11
  • [closed] Let insertMappings use ImportMapping objects #10
  • [closed] Convert ServerPlugins to Unmanaged Server Extensions #6

v2.1.0

14 May 05:46
cd86e0f
Compare
Choose a tag to compare

Works with Neo4j version 3.5.17.

v.1.7.5

11 Feb 17:05
Compare
Choose a tag to compare

Library versions match those of Neo4j 3.4.12.
This is the last version of this plugin in the 1.7.x series.
From Neo4j 3.5 onwards server plugins are deprecated and one should use unmanaged extensions instead.

v2.0.0

30 Nov 08:46
Compare
Choose a tag to compare

This release removes a lot of deprecated elements like constants and classes and thus is not downwards compatible to the 1.x series of releases.
Some quality-of-life utility methods have been added to the NodeUtilities.
Update to Neo4j 3.4.7.

v1.7.4

25 Sep 09:28
Compare
Choose a tag to compare

Synced dependencies with Neo4j 3.2.12.
Exchanged deprecated Neo4j classes with recommended replacements.

v1.9.0

17 Sep 14:22
Compare
Choose a tag to compare

Pushed Neo4j version to 3.4.7.

v1.8.1

17 Sep 13:10
Compare
Choose a tag to compare

Included IBM RuleBasedCollator in the plug-in to correctly load TermNameAndSynonymComparator.
Included Jackson (FasterXML) to correctly load ConceptsJsonSerializer.