-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGES.xml
52 lines (42 loc) · 1.78 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
45
46
47
48
49
50
51
52
<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 Elasticsearch Committer Project</title>
<author email="[email protected]">Norconex Inc.</author>
</properties>
<body>
<release version="5.0.0" date="2022-01-04"
description="Major release. NOT a drop-in replacement for 4.x.">
<!-- 5.0.0 (GA) -->
<action dev="essiembre" type="update">
Maven dependency updates: Elasticsearch REST client 7.16.2.
</action>
<!-- 5.0.0-RC1 -->
<action dev="essiembre" type="fix">
Fixed invalid configuration in POM "maven-dependency-plugin".
</action>
<!-- 5.0.0-M2 -->
<action dev="essiembre" type="update">
Added back "typeName" support for backward compatibility with older
versions of Elasticsearch (lower than 7.0).
</action>
<action dev="essiembre" type="update">
Maven dependency updates: Elasticsearch REST client 7.12.0.
</action>
<!-- 5.0.0-M1 -->
<action dev="essiembre" type="add">
Ability to perform field mappings.
</action>
<action dev="essiembre" type="update">
Major refactor to support Norconex Committer 3.x.
</action>
<action dev="essiembre" type="update">
Maven dependency updates: Elasticsearch REST client 7.6.2.
</action>
<action dev="essiembre" type="remove">
Removed "typeName" "configuration option (deprecated in Elasticsearch).
</action>
</release>
</body>
</document>