-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES.xml
44 lines (34 loc) · 1.49 KB
/
CHANGES.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Norconex Neo4j Committer Project</title>
<author email="info@norconex.com">Norconex Inc.</author>
</properties>
<body>
<release version="2.0.0" date="2022-01-04"
description="Major release. NOT a drop-in replacement for 1.x.">
<!-- 2.0.0 (GA) -->
<action dev="essiembre" type="update">
Updated transitive dependencies with known vulnerabilities.
</action>
<!-- 2.0.0-RC1 -->
<action dev="essiembre" type="fix">
Fixed invalid configuration in POM "maven-dependency-plugin".
</action>
<!-- 2.0.0-M2 -->
<action dev="essiembre" type="add" issue="7">
Can now configure a database name.
</action>
<!-- 2.0.0-M1 -->
<action dev="essiembre" type="update">
Major refactor to support Norconex Committer Core 3.x. Adds ability
to retry failing batches, perform field mapping, routing, etc. See
Norconex Committer Core 3.x documentation for more details.
</action>
<action dev="essiembre" type="update">
Now works with Cypher queries for adding/deleting document/nodes.
</action>
</release>
</body>
</document>