Releases: JULIELab/julielab-neo4j-server-plugins
Releases · JULIELab/julielab-neo4j-server-plugins
v3.2.1
- [enhancement] Add an option to override prefName on existing concepts #33
v3.2.0
- [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
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
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
Works with Neo4j version 3.5.17.
v.1.7.5
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
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
Synced dependencies with Neo4j 3.2.12.
Exchanged deprecated Neo4j classes with recommended replacements.
v1.9.0
Pushed Neo4j version to 3.4.7.
v1.8.1
Included IBM RuleBasedCollator in the plug-in to correctly load TermNameAndSynonymComparator.
Included Jackson (FasterXML) to correctly load ConceptsJsonSerializer.