-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges-Lite
183 lines (140 loc) · 4.5 KB
/
Changes-Lite
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# version 0.70.1
- Renamed entity and service packages in core
- Renamed web.controller package in core
- Moved SearchNetworkEndpoint to core.service package
- Merged lite into full
# version 0.70
- Added data folder containing super_client_info and database
for mounting into docker
# version 0.69.4
- Support token array in matchinfo (fixes #570; diewald)
# version 0.69.3
# version 0.69.2
- Upgrade version for E2E-simplified Docker images (diewald)
# version 0.69.1
- Upgrade version for docker including indexer (diewald)
# version 0.69
- Migrated to Java 11 and Jersey 2
- Updated dependencies
# version 0.68
2022-06-03
- Implemented searching option using a network endpoint
# version 0.67
# version 0.66
# version 0.65.2
2022-03-03
- Removed VCLoader.
# version 0.65.1
# version 0.65
!!! includes security updates - please update all Kustvakt libraries
!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
2021-12-10
- [security] Updated log4j libs due to CVE -2021 -44228.
2022-01-03
- [security] More log4j security updates
- Updated tests.
2022-01-25
- Added show-tokens option to the search API.
# version 0.64
2021-07-29
- Updated the change files and made a new version.
2021-08-12
- Removed initializator from lite config.
# version 0.63.2
2021-07-19
- Updated mockserver dependency -order in pom.
2021-07-26
- Replaced annotation parsing with restoring the annotation tables to the
database.
- Excluded jackson core libraries from Mockserver.
# version 0.63
04/12/2020
- Fix hibernate dialect for SQLite. (margaretha)
14/01/2021
- Updated Flyway (margaretha)
21/01/2021
- Fixed running pipe and updated tests with mockserver (margaretha)
19/02/2021
- Enabled API info web -service (margaretha)
# version 0.62.4
24/01/2020
- Removed salt from config and updated config files.
04/03/2020
- Updated the sample index (diewald)
# version 0.62.3
03/12/2019
- Implemented pipe extension in the search API (margaretha)
12/12/2019
- Added support for multiple cq parameters (margaretha, resolved #46)
13/12/2019
- Handled pipe errors and added tests (margaretha)
# version 0.62.2
13/11/2019
- Added tests for issue #43 (margaretha)
22/11/2019
- Added tests for the statistic API with KoralQuery (margaretha)
# version 0.62.1
08/07/2019
- Added tests for public metadata response in search API (margaretha, issue #43)
- Disabled some tests of unused/disabled web -services (margaretha)
version 0.62
19/03/2019
- Added close index controller (margaretha)
version 0.61.3
05/02/2019
- Updated kustvakt -lite.conf (margaretha)
18/02/2019
- Updated core version (margaretha)
version 0.61.2
14/11/2018
- Integrated lite and full services and controllers in core (margaretha)
- Added annotation services (margaretha)
19/12/2018
- Fixed getUser in DummyAuthenticationManager (margaretha)
- Fixed search test with fields parameter (margaretha)
version 0.61.1
22/10/2018
- Updated spring and kustvakt -core versions (margaretha)
29/10/2018
- Added rewrite handler post construct (margaretha)
07/11/2018
- OpenJDK8u181 -workaround (see Debian Bug report #911925; diewald)
13/11/2018
- Added shutdown handler (margaretha)
version 0.61.0
30/08/2018
- Fixed root packages & added api version properties in kustvakt -lite.conf (margaretha)
- Added API versioning tests (margaretha)
version 0.60.2
05/07/2018
- Added support for unrestricted corpus statistics (ndiewald)
- Do not pass broken queries to Krill (diewald)
27/08/2018
- Added vc reference test (margaretha)
28/08/2018
- Added API URL versioning (margaretha)
version 0.60.1
12/06/2018
- removed kustvakt_encryption (margaretha)
- updated kustvakt core version (margaretha)
- adopted statistics query parameter from full (ndiewald)
version 0.60
23/03/2018
- updated field type:date in the metadata test (margaretha)
- removed loading application context via BeanFactory (margaretha)
- fixed missing kustvakt -lite.conf (margaretha)
- added support for highlights in matchinfo (diewald)
version 0.59.9
01/02/2018
- renamed light to lite (margaretha)
- added Changes file (margaretha)
- updated library versions and java environment (margaretha)
- added metadata test (diewald)
version 0.59.8
17/01/2018
- restructured Kustvakt and created /lite project
- removed version from service paths (margaretha)
- updated query serialization tests (margaretha)
- added statistic service test (margaretha)
- updated KustvaktResponseHandler (margaretha)
- removed FastJerseyLight and simplified Jersey test configuration (margaretha)