-
Notifications
You must be signed in to change notification settings - Fork 60
/
CHANGES.txt
120 lines (72 loc) · 3.22 KB
/
CHANGES.txt
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
======================= Release 2.4.5 =======================
Improvements
* [GH-132] Upgrade to Elasticsearch 2.4.5
======================= Release 2.4.4 =======================
Improvements
* [GH-121] Support wrapped queries in the coordinator
* [GH-118] Upgrade to Elasticsearch 2.4.4
Bugs
* [GH-112] Cache hit/miss based on `range` filter in query is hitting same cache
======================= Release 2.4.2 =======================
Improvements
* [GH-113] Upgrade to Elasticsearch 2.4.2
======================= Release 2.4.1 =======================
Improvements
* [GH-98] Add some more info in the query response
* [GH-99] Set the parent index/type in the response debug actions of a filterjoin
* [GH-104] Upgrade to Elasticsearch 2.4.1
Bugs
* [GH-101] FieldDataTermsQueryParser dumps the byte array in the log if a query parsing exception occurs
======================= Release 2.3.5 =======================
Improvements
* [GH-86] Upgrade to Elasticsearch 2.3.5
======================= Release 2.3.4 =======================
Improvements
* [GH-81] Upgrade to Elasticsearch 2.3.4
====================== Release 2.3.3-1 ======================
Improvements
* [GH-69] Add an artifactory profile to deploy to artifactory
* [GH-78] Dictionary-based terms filter for highly selective join
Bugs
* [GH-73] Cache key must be based on a version number of the source index
======================= Release 2.3.3 =======================
Improvements
* [GH-55] Upgrade to Elasticsearch 2.3.1
* [GH-64] Upgrade to Elasticsearch 2.3.3
* [GH-65] Long encoding should be the default
Bugs
* [GH-60] Default cache size is set to 256kb instead of 256mb
======================= Release 2.2.0-1 =======================
Bugs
* [GH-49] Terms set implementation is using java 1.8 Math.toIntExact
======================= Release 2.2.0 =========================
Improvements
* [GH-29] Integrate a circuit breaker in the terms set computation
* [GH-32] Upgrade to Elasticsearch 2.2
* [GH-39] Bloom filter term encoding
* [GH-43] Readme improvement for building the plugin
* [GH-44] Review license header
* [GH-45] Shield compatibility
Bugs
* [GH-33] Report error when field does not exist in the index
* [GH-36] Incompatible javadoc flag with java 1.7 in maven build
* [GH-49] Terms set implementation is using java 1.8 Math.toIntExact
======================= Release 2.1.2 =========================
Improvements
* [GH-30] Upgraded to Elasticsearch 2.1.2
======================= Release 2.1.1 =========================
Improvements
* [GH-13] Add getting started guide and documentation
* [GH-17] Fix readme before public release
* [GH-19] Add compatibility table in the readme
* [GH-22] Upgraded to Elasticsearch 2.1.1
* [GH-25] Option to force the encoding of terms as integer instead of long
* [GH-27] Make FilterJoinCache configurable
======================= Release 1.0 =========================
Improvements
* [GH-3] Upgraded to Elasticsearch 1.7.2
* [GH-4] Removed references to proguard
* [GH-7] Changed namespace from com.sirensolutions to solutions.siren
* [GH-9] Added ossrh deployment configuration
* [GH-11] Release fails to complete due to missing information in pom.xml
* [GH-15] Update the Readme with the command to install the plugin from an online repository