blob: cf7213fe9a552036f50d12ae703c45e15c822e8c [file] [log] [blame]
margarethac20741a2024-11-13 12:59:18 +01001# version 0.76-SNAPSHOT
2
margarethab4472102024-11-13 13:15:36 +01003- Add institution & landingPage to the resource web-service (#777)
4
margaretha34595a52024-10-28 08:54:10 +01005# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +02006
7- Alter role and remove privilege database tables (#763)
8- Update user-group and user-group member web-services (#763)
9- Remove edit member role web-service (#763)
10- Remove query access table (#763)
11- Remove query access admin, merged with user-group admin (#763)
12- Update share-query and query-access web-services (#763)
13- Add new web-service: delete role by query and group (#763)
14- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020015- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020016- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020017- Removed deleted_by from user_group and user_group_member tables (#764)
18- Removed created_by, status and status_date from user_group_member table (#764)
19- Removed GroupMemberStatus (#764)
20- Replace invite and subscribe to add member (#764)
21- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020022- Added deprecation messages to deprecated services
23- Removed mail configuration (#764)
margarethab6a0e6a2024-08-20 11:10:49 +020024- Deprecate VC access deletion.
margarethafeb0cce2024-09-19 08:32:39 +020025- Change default port to 8089.
26- Disallow scope all for non super clients.
margaretha34595a52024-10-28 08:54:10 +010027- Added config for total result cache and fixed inconsistency (#774).
margaretha83cdf7f2024-10-23 10:50:29 +020028- Changed memberUsername to member in the new member-role-addition web-service.
29- Removed user-privileges from user-group list response.
margaretha987a0512024-10-23 11:19:29 +020030- Added role names to user-group list
margarethabf6b0582024-10-24 09:43:49 +020031- Added not-timeExceeded to the totalResult constraints.
margarethae5336262024-10-24 12:36:43 +020032- Replace EDIT_VC occurrences with CREATE_VC, and removed it.
margaretha083b0ea2024-10-25 12:20:05 +020033- Fixed administrative user group retrieval to return groups with empty members.
margaretha83cdf7f2024-10-23 10:50:29 +020034
margaretha34c9fba2024-08-09 17:44:03 +020035
Akron7ba60862024-08-09 16:55:01 +020036# version 0.74.1-SNAPSHOT
37
38- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020039- - Introduce filter_by and deprecate authorized_only in OAuth2
40 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020041
margarethaac09c4f2024-10-10 12:46:50 +020042# version 0.74 hot-fix
43
44- Removed admin & owner restriction on client info access.
45- Removed registered_by and restrict registration_date to admin/owner-
46 only.
47
margaretha144be1a2024-08-09 15:38:40 +020048# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020049
50- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020051- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020052- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020053- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020054- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020055- Unified ResourceFilters and SearchResourceFilters.
56- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020057- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020058
margaretha1ef2a032024-06-11 11:39:57 +020059# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020060
margaretha46e2c952024-05-23 09:09:54 +020061- Added tests for the DNB scenario with custom max match
62 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020063- Cleaned up named-vc.
64- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020065- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020066- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020067- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020068- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020069
margaretha21879752024-04-22 12:12:58 +020070# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010071
margaretha387e4682024-03-22 11:26:29 +010072- Fixed jakarta validation error.
73- Added openapi doc (#744)
74- Moved service.properties to src/main/resources/properties
75- Moved free-resources.json to src/main/resources/json
76- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010077- Changed loading external kustvakt.conf and jdbc.properties
78 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020079- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020080- Setup vc-cache in the data folder (#598)
81- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020082- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020083- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020084- Updated configurations of the lite version to use the
85 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020086- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010087
margaretha28a53d12024-02-20 12:57:38 +010088# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010089
margarethab06377e2024-01-30 11:06:35 +010090- Moved the content of the full folder to the root folder
91- Removed Piwik
92- Removed unused libraries
93- Cleaned up spring configs
94- Updated Krill and Koral with new groupIds
95- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010096- Updated search Krill and removed Lucene
97- Updated readme
margarethab06377e2024-01-30 11:06:35 +010098
99# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100100
101- Replaced javax.ws to jakarta.ws namespace (#648)
102- Upgrading Jersey 2.40 to 3.x (#646)
103- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
104- Replaced javax.persistence with jakarta.persistence (#648)
105- Migrate Hibernate 5 to 6 (#649)
106- Fix missing placeholders
107- Fixed conflicting jackson-jarxrs
108- Fixed conflicting commons-logging and spring jcl
109- Replaced javax.servlet with jakarta.servlet (#648)
110- Updated authorization services using Nimbus (#650)
111- Fixed BlockingFilter by replacing javax.annotation.Priority
112 with jakarta.annotation.Priority (#659, #648)
113- Replaced javax.annotation with jakarta.annotation
114- Enabled legacy support for authorization POST request
115- Changed OAuth2 token request using Nimbus (#650)
116- Removed Apache Oltu API from token requests (#650)
117- Removed OpenID
118- Fixed clearing cache
119- Fix JettyServerTest, init package, and some java docs.
120- Make scope extraction more flexible.
121- Updated token response using Nimbus (#650)
122- Remove Oltu request and validator implementations (#650)
123- Updated OAuth2 response handler (#650)
124- Fixed ShutdownHandler (fixed #708)
125- Fixed issues with multi-release jar (#706, #708)
126
127
128# version 0.71.1
129
130- Removed auditing (#611)
131- Removed old database configurations (#612)
132- Removed old tests
133- Removed unnecessary caches and methods in the authentication interface
134- Added total result cache (#599)
135- Fixed missing project.version in info web-service
136- Make sure totalResults and other numeric results are numbers (Kupietz)
137- Introduce CQP query language in Koral 0.41
138- Changed DB connection (fixed #670)
139- Resolved duplicate libraries
140- Fixed testing expiry access token
141- Fix lombok compile warning
142- Ensure the order of clean token tests.
143
144# version 0.71
145
146- Renamed entity and service packages in core
147- Renamed web.controller package in core
148- Moved SearchNetworkEndpoint to core.service package
149- Merged lite into full
150- Merged core into full
151
152
153# version 0.70.1
154
155- Added data folder containing super_client_info and database
156 for mounting into docker
157- Added an error for missing redirect uri in a token request
158 when it has been included in the authorization request.
159- Added tests for VC sharing and for OAuth2 client using VC services
160- Added and updated VC controller tests
161- Moved hibernate.properties
162- Added maximum number of user persistent virtual corpora and queries
163
164# version 0.70
165
166- Support token array in matchinfo (fixes #570; diewald)
167- Updated VC list API and deprecated owner VC list (addressed #580)
168- Added user info web-service (solved #566)
169- Implemented configurable resource filters for search and match
170 info APIs (#539)
171- Added getting username from LDAP (#568)
172- Disabled LDAP auth provider and token API in the auth filter (#587)
173- Added LDAP log for users without idsC2Profile
174- Fixed log4j2 properties.
175
176
177# version 0.69.3
178
179- Moved the service path of VC admin services to admin/vc (closed #543)
180- Added an admin service to load and cache system vc (solved #268)
181- Move oauth2 admin service path (closed #544)
182- Excluded admin service to load-cache VC from the test suite
183- Fixed refresh token expiry test
184- Fixed scope check in OAuth2 token request with refresh token
185
186# version 0.69.2
187
1882022-12-05
189- Upgrade version for E2E-simplified Docker images (diewald)
1902023-01-27
191- Updated client info API (replaced user authorization requirement with super
192 client authentication)
1932023-01-30
194- Made scope param required in authorization request (solved #508)
1952023-01-31
196- Allowed OAuth2 clients to use localhost as redirect URIs.
1972023-02-03
198- Fixed content-type in error responses by changing it to application/json
1992023-02-06
200- Allow admin access using admin token for the clean token API
2012023-02-10
202- Use admin filter instead of OAuth2 ADMIN scope
203- Added a plugin test.
2042023-02-15
205- Moved user-group retrieval API to UserGroupAdminController
206 and changed the service path URL of UserGroupAdminController.
2072023-02-20
208- Deprecate API token (JWT) web-service
209- Fixed Slf4J binding
2102023-02-28
211- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2122023-03-06
213- Fixed testing refresh token expiry.
214
215
216# version 0.69.1
217
218- Upgrade version for docker including indexer (diewald)
219
220
221# version 0.69
222
223 - Migrated to Java 11 and Jersey 2
224 - Updated dependencies
225 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
226
227
228# version 0.68
229
2302022-05-25
231 - Added a new API: list plugins (e.g for marketplace)
232 - Added redirect URI validation in authorization request (addressed #374)
233 - Handled user-defined refresh token expiry (added in client info and
234 list API response)
235 - Added installed_plugins table
236 - Added a new API: install plugin
237 - Handled redundant plugin installation
238 - Handled super client id in plugin installation
239 - Deprecated UserClientDto and uses ClientinfoDto instead
240 - Updated redirect URI error message for coherence
2412022-05-27
242 - Added maximum limit to custom refresh token expiry
2432022-06-01
244 - Added new APIs: list user-installed plugins and uninstall plugin.
245 - Moved install and list plugin APIs to PluginController and updated their
246 service paths under /plugins.
2472022-06-03
248 - Implemented searching option using a network endpoint
249 - Implemented initial super client registration for user authentication.
250 - Fixed admin clean token API and restrict plugins to confidential only.
251
252
253
254# version 0.67.1
255
2562022-05-12
257 - Implemented mapping of LDAP username to email
258 - Handled null parameters in authorization requests
2592022-05-25
260 - Fixed null client_id
261 - Updated ldap.config path in the kustvakt-test.conf
262
263
264# version 0.67
265
2662022-05-09
267 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
268 - An embedded LDAP server can now be started automatically if configured accordingly.
2692022-05-11
270 - Changed the SQL script updating oauth2_client table
271
272
273# version 0.66
274
2752022-03-31
276 - Updated query and user-group name pattern.
2772022-04-08
278 - Added redirect_uri to client info API.
2792022-04-11
280 - Added registration_date, refresh_token_expiry, source and is_permitted
281 to the oauth2_client database table, and updated the OAuth2 client
282 registration mechanism.
283 - Added authorization request with GET and deprecated that with POST.
2842022-04-13
285 - Updated OAuth2Client list API (added redirect_uri, registration_date,
286 permitted, source to OAuth2UserClientDto).
2872022-04-20
288 - Updated authorization error response. (Included error and error
289 description in the client redirect URI except for missing or
290 invalid client id or redirect URI.
291
292
293# version 0.65.2
294
2952022-03-03
296 - Removed VCLoader.
297 - Added foreign keys to the DB tables of access and refresh token scopes.
2982022-03-07
299 - Added more parameter checks and OAuth2Client web-service tests.
3002022-03-17
301 - Updated admin filter by using admin token and role checks.
3022022-03-18
303 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
3042022-03-28
305 - Updated admin filter (admintoken as a form param) and uses
306 it for the closing index reader API.
307 - Removed unused admin API: clear access token cache.
3082022-03-29
309 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
310
311# version 0.65.1
312
3132022-03-01
314 - Restricts the field retrieval web-service to admin only.
315
316# version 0.65
317
318!!! includes security updates - please update all Kustvakt libraries
319!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
320
3212021-12-02
322 - Updated VC cache.
3232021-12-03
324 - Enabled listing system vc for authorized users.
3252021-12-08
326 - Removed koralQuery and statistics from VC list.
327 - Added a web-service to retrieve KoralQuery of a VC
3282021-12-10
329 - [security] Updated log4j libs due to CVE-2021-44228.
3302021-12-13
331 - Fixed broken test suite.
3322022-01-03
333 - [security] More log4j security updates
334 - Bumped unboundid-ldapsdk
335 - Updated tests.
3362022-01-25
337 - Added show-tokens option to the search API.
3382022-01-31
339 - Added an API retrieving fields of a virtual corpus.
340
341# version 0.64.1
342
3432021-10-26
344 - Bump Kustvakt and Krill versions.
345
346
347# version 0.64
3482021-07-29
349 - Updated the change files and made a new version.
3502021-08-12
351 - Fixed errors due to missing query type and added tests.
3522021-08-13
353 - Fixed missing request entity.
354 - Updated the query service to enable editing query references.
3552021-08-16
356 - Fixed creator param when storing query or VC by admins for
357 the system or other users.
358
359# version 0.63.2
3602021-06-11
361 - Updated OAuth2 token length & secure random algorithm config.
362 - Added character set filter to random code generator, e.g. for client_id.
3632021-06-14
364 - Updated roleId and super client parameters.
3652021-06-24
366 - Fixed broken test.
3672021-07-22
368 - Updated cache settings and some loggings.
3692021-07-26
370 - Replaced annotation parsing with restoring the annotation tables to the
371database.
372 - Moved cache config to the full config.
373
374# version 0.63.1
3752021-02-22
376 - Updated libraries (margaretha)
377 - Renamed virtual corpus to query (margaretha)
3782021-02-26
379 - Added query access roles and fixed vc access roles (margaretha)
380 - Added delete query webservice and tests (margaretha)
3812021-03-25
382 - Updated Koral version for Info Controller (margaretha)
383 - Updated OAuth2 token list with token type and user clientId
384parameters (margaretha)
3852021-03-29
386 - Added client type in the client list web-service. Resolved #58 (margaretha)
3872021-04-19
388 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3892021-04-26
390 - Updated OAuth2 Client list (margaretha)
3912021-04-30
392 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
393 - Updated OAuth2 API responses for coherence (margaretha)
3942021-06-07
395 - Updated OAuth2 client dto (margaretha)
396
397# version 0.63
39826/10/2020
399 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
40029/10/2020
401 - Introduction of a query reference rewrite mechanism (diewald)
40230/10/2020
403 - Added database methods for storing query references (diewald)
40404/12/2020
405 - Fix hibernate dialect for SQLite. (margaretha)
40604/12/2020
407 - Fix pipe warning. (margaretha)
40814/01/2021
409 - Updated Flyway (margaretha)
41021/01/2021
411 - Fixed running pipe and updated tests with mockserver (margaretha)
41201/02/2021
413 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
41405/02/2021
415 - Add query reference web-service (diewald,margaretha)
41610/02/2021
417 - Fixed problem with multiple desktop apps (diewald, margaretha)
41812/02/2021
419 - Added listing available queries for users (margaretha)
42017/02/2021
421 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
422 - Added query and query language in virtual corpus table (margaretha)
42318/02/2021
424 - Set corpus access public for stored query (margaretha)
42519/02/2021
426 - Enabled API info web-service (margaretha)
427
428
429# version 0.62.4
43024/01/2020
431 - Removed salt from config and updated config files (margaretha)
43203/02/2020
433 - Added an admin API for clearing access token cache (margaretha)
43405/02/2020
435 - Added a config properties for a long-time access token expiry
436 and excluded refresh tokens for public clients in OAuth2 token
437 responses (margaretha)
438 - Removed client authentication from the client deregistration and
439 client-secret reset APIs (margaretha)
44004/03/2020
441 - Updated the sample index (diewald)
442
443# version 0.62.3
44403/12/2019
445 - Implemented pipe extension in the search API (margaretha)
44611/12/2019
447 - Added errors when requesting VC in caching process (margaretha,
448 resolved #47)
44912/12/2019
450 - Added support for multiple cq parameters (margaretha, resolved #46)
45113/12/2019
452 - Handled pipe errors and added tests (margaretha)
45319/12/2019
454 - Updated create update user-group API (margaretha)
45520/12/2019
456 - Removed transactional annotations from simple select queries (margaretha)
457 - Updated free resource controller (margaretha)
45815/01-2020
459 - Added additional statistic figures to virtual corpus info API
460 response (margaretha)
461
462# version 0.62.2
46317/10/2019
464 - Handled vulnerability CVE-2019-17195. (margaretha)
4658/11/2019
466 - Added user-group name pattern (margaretha, issue #33)
46711/11/2019
468 - Updated user group service paths and replaced groupId with groupName
469 (margaretha, resolved #33)
47012/11/2019
471 - Removed UserGroupJson & updated listUserGroups and createUserGroup
472 services (margaretha)
473 - Added prefixes to username and groupname parameters in service paths
474 (margaretha, resolved #35)
47513/11/2019
476 - Added tests for issue #43 (margaretha)
47714/11/2019
478 - Added client description and URL to list-authorized-clients service
479 (margaretha, close #53)
480 - Implemented a service to list clients registered by a user (margaretha,
481 close #52)
482 - Added a check for OAuth2 client, VC, and group name length (margaretha)
48315/11/2019
484 - Merged list authorized client and list registered client services
485 (margaretha)
48621/11/2019
487 - Added a service to list active refresh tokens of a user (margaretha)
488 - Added username filtering to token revocation service via super client
489 (margaretha)
49026/11/2019
491 - Added a service to revoke a single refresh token via super client
492 (margaretha)
493
494# version 0.62.1
49508/07/2019
496 - Added tests for public metadata response in search api (margaretha,
497 issue #43)
498 - Disabled some tests of unused/disabled web-services (margaretha)
49907/08/2019
500 - Fixed missing scopes after requesting access token with refresh token
501 (margaretha)
502 - Fixed post requests with status OK and empty body (margaretha)
50307/08/2019
504 - Added users to hidden group when searching in a published VC (margaretha,
505 resolved #40)
50615/08/2019
507 - Updated the response statuses of VC PUT requests (margaretha)
508
509# version 0.62
51028/02/2019
511 - Removed old VC controllers and updated tests (margaretha, issue #34)
512 - Updated VC access controllers (margaretha)
51319/03/2019
514 - Added close index controller (margaretha)
51511/04/2019
516 - Fixed unknown authentication scheme, missing VC entity, and parameter
517 checker (margaretha)
518 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
519 unique group name and unknown VC access (margaretha)
52027/06/2019
521 - Handled LDAP errors, fixed #45 (margaretha)
52203/07/2019
523 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
524 - Changed the response media-type of authentication controllers (margaretha)
525 - Fixed bugs: allow guest to retrieve system VC,
526 remove VC from cache when it is deleted (margaretha)
52704/07/2019
528 - Updated VC name pattern and tests (margaretha)
529
530# version 0.61.6
53104/02/2019
532 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
533 - Updated client deregistration behavior (margaretha)
53405/02/2019
535 - Added delete-group-by-name controller (margaretha)
536 - Added unique index to group name (margaretha)
53706/02/2019
538 - Updated a user setting test using array for multiple values (margaretha)
539 - Added metadata controller tests (margaretha)
54018/02/2019
541 - Fixed tests (margaretha)
542 - Updated handling errors from Koral (margaretha)
54319/02/2019
544 - Added fields to metadata controller (margaretha, issue #39)
545
546# version 0.61.5
54717/12/2018
548 - Added a search timeout test (margaretha)
54918/12/2018
550 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
55108/01/2019
552 - Improved predefined vc caching (issue #28, margaretha)
55309/01/2019
554 - Added comments (margaretha)
555 - Updated code structure (margaretha)
55611/01/2019
557 - Degraded API version to 1.0 (margaretha)
558 - Added OAuth2 client info tests (margaretha)
55914/01/2019
560 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
56116/01/2019
562 - Added a PUT request for both creating and editing vc (margaretha)
563 - Added aliases to some VC controllers (margaretha)
564 - Merged VC access list controllers (margaretha)
56521/01/2019
566 - Removed codes related to user registration & password management (margaretha)
56722/01/2019
568 - Added create, edit, retrieve user default setting controllers (margaretha)
56922/01/2019
570 - Updated default setting controllers & added tests (margaretha)
571 - Added delete key in setting controllers (margaretha)
57223/01/2019
573 - Added default setting key validation (margaretha)
574 - Fixed UserdataTest (margaretha)
57524/01/2019
576 - Added default setting key validation & fixed UserdataTest (margaretha)
57725/01/2019
578 - Added VC reference and MapUtil tests (margaretha)
57928/01/2019
580 - Fixed username verification in DefaultSettingService (margaretha)
581 - Added foundry rewrite with user default setting (margaretha)
582 - Added default foundry for morphology layer (margaretha)
58329/01/2019
584 - Fixed share VC type (margaretha)
585 - Added delete setting controller (margaretha)
586 - Handled "no resource found" cases (margaretha, issue #37)
58730/01/2019
588 - Added server shutdown description in readme (margaretha)
589
590# version 0.61.4
59114/11/2018
592 - Integrated lite and full services and controllers in core (margaretha)
59321/11/2018
594 - Updated OAuth2 refresh token request to create a new refresh token and
595 revoke the old one per request (margaretha)
59628/11/2018
597 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
598 - Handled storing cached VC with VC reference (margaretha)
59929/11/2018
600 - Added a controller for listing user clients having active refresh tokens
601 (margaretha)
6026/12/2018
603 - Added debug flags to mitigate log4j debugging performance (margaretha)
604 - Fixed KoralNode at() method (margaretha)
60511/12/2018
606 - Implemented revoking all tokens of a user client via a super client
607 (margaretha)
608 - Removed document controllers and KustvaktResource (margaretha)
609 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
610
611
612# version 0.61.3
61317/10/2018
614 - Updated NamedVCLoader to be optional (margaretha)
615 - Updated annotation tables & implemented key-value structure (margaretha)
616 - Added annotation parser for annotation data from kalamar (margaretha)
617 - Implemented parsing free resource info from json (margaretha)
61822/10/2018
619 - Updated jetty, spring and hibernate versions (margaretha)
620 - Fixed the order of annotation keys and values, and added tests (margaretha)
621 - Fixed resource DAO & added tests (margaretha)
62224/10/2018
623 - Fixed query serialization service (margaretha)
624 - Added "highlights" parameter to matchInfo controller (margaretha)
625 - Added "fields" parameter to search controllers (margaretha)
626 - Integrated lite controllers, services and tests in full version (margaretha)
62729/10/2018
628 - Moved javax.servlet-api to core (margaretha)
62907/11/2018
630 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
63113/11/2018
632 - Added Shutdown handler to Jetty server (margaretha)
633 - Fixed storing VC order in NamedVCLoader (margaretha)
634
635# version 0.61.2
63612/09/2018
637 - Added various log4j2 configurations (margaretha)
63813/09/2018
639 - Implemented VirtualCorpusRewrite (margaretha)
64014/09/2018
641 - Fixed SpringJerseyTest ApplicationContext (margaretha)
642 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
643 - Enabled VCReferenceTest in maven test suite (margaretha)
64418/09/2018
645 - Handled unique constraints / inserting duplicate items to DB (margaretha)
646 - Added a controller for editing user group member roles (margaretha)
64719/09/2018
648 - Fixed cached-VC ref with username (margaretha)
649
650# version 0.61.1
65128/08/2018
652 - Added API URL versioning (margaretha)
653 - Deactivated IdRewrite (margaretha)
654 - Fixed kustvakt controller (margaretha)
65530/08/2018
656 - Fixed root packages & added api version properties in kustvakt.conf
657 (margaretha)
658 - Fixed versioning in SearchController (margaretha)
659 - Added API versioning tests (margaretha)
660
661# version 0.61.0
662
66302/08/2018
664 - Added VC reference tests (margaretha)
665 - Implemented loading and caching named VCs (margaretha)
66603/08/2018
667 - Implemented OAuth2 revoke token (margaretha)
668 - Updated OAuth2 refresh token implementation (margaretha)
66914/08/2018
670 - Implemented revoke all OAuth2 access tokens and authorization codes of
671 client users when deregistering/deleting a client (margaretha)
672 - Fixed update OAuth2 access token (margaretha)
673 - Implemented reset client secret (margaretha)
674 - Fixed revoking latest access token when refreshing OAuth2 access token
675 (margaretha)
67615/08/2018
677 - Implemented OAuth2 client info controller (margaretha)
678 - Implemented update OAuth2 client privilege controller for admins
679 (margaretha)
680 - Implemented unlimited authorization scope for super clients with OAuth2
681 password grant (margaretha)
682 - Marked native clients implementation to deprecated in favour of super
683 clients (margaretha)
684 - Enabled using Bearer tokens as user authentication tokens (Authorization
685 header value) for many controllers including OAuth2 controllers (margaretha)
68616/08/2018
687 - Implemented degrading super clients (margaretha)
688 - Improved and added OAuth2 tests (margaretha)
68921/08/2018
690 - Added VC name pattern check (margaretha)
69122/08/2018
692 - Implemented loading VC from gz files (margaretha)
693 - Updated OAuth2 authorization codes' & access tokens' expiry check
694 (margaretha)
69523/08/2018
696 - Updated RefreshToken implementations with separate DB tables (margaretha)
697 - Allows multiple access tokens per refresh token (margaretha)
69827/08/2018
699 - Added statistic with VC reference tests (margaretha)
700 - Fixed OAuth2 SQL files (margaretha)
70128/08/2018
702 - Added c3p0 datasource configuration to Spring default-config-xml
703 (margaretha)
704 - Added running Kustvakt server with custom spring config in the readme
705 (margaretha)
706 - Removed old OAuth2 codes (margaretha)
707 - Moved non-config test codes to misc (margaretha)
708
709
710# version 0.60.5
711
71209/07/2018
713 - Added service layer to the search controller (margaretha)
714 - Added OAuth2 scope checking in search and VC controllers (margaretha)
715 - Added handling OAuth2 bearer token for VC access and User group
716 controllers (margaretha)
717 - Added default scope to password grant (margaretha)
71810/07/2018
719 - Made createBasicAuthorizationHeaderValue static (margaretha)
720 - Added store access token in openID token service (margaretha)
721 - Fixed empty scope in openID authorization and token service (margaretha)
722 - Implemented storing authorization code in cache (margaretha)
72311/07/2018
724 - Fixed authentication time in authentication controller (margaretha)
725 - Added OAuth2 access token tests (margaretha)
72612/07/2018
727 - Updated maven surefire setting for faster test suite runtime (margaretha)
728 - Implemented refreshing OAuth2 access token (margaretha)
72926/07/2018
730 - Fixed issue #27 (margaretha)
73102/08/2018s
732 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
733
734
735# version 0.60.4
736
73705/07/2018
738 - implemented OAuth2 authorization code request with OpenID Authentication
739 (margaretha)
740 - enabled OAuth2 authorization without OpenID authentication using Nimbus
741 library (margaretha)
742 - implemented response handler for OpenID authentication errors in authorization
743 requests (margaretha)
744 - added tests regarding OpenID authentication in authorization requests
745 (margaretha)
746 - implemented OAuth2 authorization error response via redirect URI instead of
747 JSON (margaretha)
748 - added state to OAuth2 authorization error response (margaretha)
749 - implemented OpenID token service for authorization code flow (margaretha)
750 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
751 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
752 keys (margaretha)
753 - implemented OpenId configuration (margaretha)
754 - added authentication time and support for auth_time in id_token (margaretha)
755 - implemented support for nonce and max_age parameters in OpenID authentication
756 (margaretha)
757 - implemented OAuth2 token request with password grant using Nimbus library
758 (margaretha)
759 - updated redirect URI validator (margaretha)
760 - updated client registration requirement to allow desktop applications
761 (margaretha)
762 - fixed RSA key configuration (margaretha)
763 - merged OAuth2 client deregistration controllers (margaretha)
764 - fixed OAuth2 client unique URL-hashcode (margaretha)
765 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
766 - Added support for unrestricted corpus statistics (ndiewald)
767 - updated paths of user-group deletion-controllers (margaretha)
768 - Do not pass broken queries to Krill (diewald)
769 - added OAuth2 token request with client authentication via Authorization
770 header (margaretha)
771 - added port checking in test suite (margaretha)
772
773# version 0.60.3
774
77506/06/2018
776 - improved user authentication by using authentication filter for authorization
777 code request (margaretha)
778 - limited client authentication to client id checking in authorization code
779 request (margaretha)
780 - added user_id in the oauth2_access_token database table (margaretha)
781 - implemented OAuth2Authentication provider for token context management
782 (margaretha)
783 - added parameter checking for authorization DAO (margaretha)
784 - added controller tests using OAuth2 access token (margaretha)
785 - added database tables for MySQL (margaretha)
786 - updated JWT library and related codes (margaretha)
787
788# version 0.60.2
789
79003/05/2018
791 - implemented OAuth2 client registration (margaretha)
792 - implemented OAuth2 client authentication (margaretha)
793 - changed virtual corpus search to retrieval (margaretha)
794 - implemented public client deregistration task (margaretha)
795 - added client registration and deregistration tests (margaretha)
796 - implemented confidential client deregistration task (margaretha)
797 - fixed storing client secret (margaretha)
798 - implemented OAuth2 response handler (margaretha)
799 - implemented OAuth2 request access token with client credentials grant
800 (margaretha)
801 - implemented OAuth2 request access token with resource owner password grant
802 (margaretha)
803 - implemented OAuth2 authorization code request (margaretha)
804 - added OAuth2 error codes (margaretha)
805 - added OAuth2 authorization, scope and access token tables for SQLite
806 (margaretha)
807 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
808 - implemented OAuth2 request access token with authorization code grant
809 (margaretha)
810 - added setting default scopes in the config file (margaretha)
811 - fixed loading spring config multiple times in the test suite (margaretha)
812 - added SQLite created_date trigger for access token (margaretha)
813 - added a join table for access token scopes (margaretha)
814 - added access scopes handling (margaretha)
815 - added tests about request token with authorization code (margaretha)
816
817# version 0.60.1
818
81928/03/2018
820 - added admin-related SQL codes (margaretha)
821 - updated AdminDao (margaretha)
822 - added optional username query parameter to group list controller (margaretha)
823 - fixed non hierarchical URI of kustvakt conf files (margaretha)
824 - added delete group member triggers (margaretha)
825 - added list user-group by username and status for system admin (margaretha)
826 - added user-group status in user-group DTO (margaretha)
827 - added check for hidden groups in user-group tests (margaretha)
828 - added database trigger test on deleting members when deleting group
829 (margaretha)
830 - renamed VC type PREDEFINED to SYSTEM (margaretha)
831 - added VC list controller for system admin (margaretha)
832 - added VC controller tests with for system admin (margaretha)
833 - added hidden access removal when deleting published VC (margaretha)
834 - added check for hidden groups in VC controller tests (margaretha)
835 - added search user-group controller (margaretha)
836 - removed createdBy from VirtualCorpusJson (margaretha)
837 - moved member role setting from the invitation phase to the after-subscription
838 phase (margaretha)
839 - added member role removal after deleting members (margaretha)
840 - added add and delete member role controllers (margaretha)
841
842# version 0.60
843
84414/03/2018
845 - set up mail settings using localhost port 25 (margaretha)
846 - added mail template in kustvakt configuration (margaretha)
847 - added mail settings to readme (margaretha)
848 - disabled email notification for auto group (margaretha)
849 - added metadata retrieval (diewald)
850 - enabled custom implementation for email address retrieval (margaretha)
851 - removed old policy and deprecated code (margaretha)
852 - moved authentication related code to /full (margaretha)
853 - added userRoles attribute to UserGroupDto. (margaretha)
854 - fixed sqlite trigger (margaretha)
855 - fixed member exist error message (margaretha)
856 - fixed member invitation to join deleted group (margaretha)
857 - added checking deleted group (margaretha)
858
859# version 0.59.10
860
86120/02/2018
862 - added sort VC by id (margaretha)
863 - added test cases regarding VC sharing (margaretha)
864 - implemented withdraw VC from publication (margaretha)
865 - added Changes file (margaretha)
866 - implemented add/invite users to group (margaretha)
867 - implemented delete user-group and member tasks (margaretha)
868 - added userMemberStatus in group lists (margaretha)
869 - updated and added SQL test data (margaretha)
870 - added user group related tests (margaretha)
871 - implemented custom configuration for deleting user groups and members (margaretha)
872 - updated library versions and java environment (margaretha)
873 - added expiration time check for member invitation (margaretha)
874 - moved .properties files (margaretha)
875 - merged changelog file to Changes (margaretha)
876 - updated status codes and error messages to be more detailed (margaretha)
877 - testing mail implementation using embedded jetty jndi (margaretha)
878 - fixed collection rewrite regarding OR operation with other fields
879 (margaretha)
880 - implemented sending mail using spring injection and removed jetty jndi
881 (margaretha)
882 - fixed unrecognized application/json (margaretha)
883 - fixed and updated velocity template (margaretha)
884
885# version 0.59.9
886
88719/01/2018
888 - restructured basic authentication (margaretha)
889 - fixed AuthenticationException to include authentication scheme (margaretha)
890 - fixed rewrite redundancy in collection rewrite (margaretha)
891 - fixed foundry rewrite for constituents (margaretha)
892 - introduced authentication methods, schemes and tokens (margaretha)
893 - implemented collection rewrite with multiple licenses (margaretha)
894 - fixed foundry rewrite for korap span without wrap node (margaretha)
895 - implemented list user group (margaretha)
896 - implemented delete VC task (margaretha)
897 - implemented create user-group, subscribe to user-groups, unsubscribe to
898 user-groups tasks(margaretha)
899 - fixed handling JSON mapping exception for missing enums (margaretha)
900 - implemented list VC task (margaretha)
901 - added KoralQuery in VC lists (margaretha)
902 - implemented edit VC task (margaretha)
903 - implemented publish VC task (margaretha)
904 - implemented share VC task (margaretha)
905 - implemented list only owned VC task (margaretha)
906 - implemented list VC access task (margaretha)
907 - implemented search VC by id task (margaretha)
908 - implemented delete VC access (margaretha)
909 - implemented search for project VC (margaretha)
910 - added search VC related tests (margaretha)
911 - removed PredefinedUserGroup.ALL and related codes (margaretha)
912 - implemented search for published VC (margaretha)
913
914# version 0.59.8
915
91621/09/2017
917 - restructured statistics service (margaretha)
918 - removed deprecated loader codes and tests (margaretha)
919 - removed old Spring java configurations (margaretha)
920 - implemented entity classes for the new database (margaretha)
921 - added MySQL codes regarding VC and for testing (margaretha)
922 - added dao methods regarding VC (margaretha)
923 - added similar SQL codes (to MySQL) for sqlite (margaretha)
924 - added dao methods regarding user groups (margaretha)
925 - restructured web-service codes into controller and logic/business-service
926 (margaretha)
927 - implemented user role and privilege, and added tests (margaretha)
928 - prepared test suite using new database (margaretha)
929 - implemented UserGroupDao and tests (margaretha)
930 - fixed missing exceptions in JsonUtils (margaretha)
931 - restructured web filters and authentication codes (margaretha)
932 - implemented create/store VC (margaretha)
933 - fixed collection rewrite bug regarding availability with operation or
934 (margaretha)
935
936# version 0.59.7
937
93813/10/2016
939 - MOD: updated search to use new siglen (diewald)
940 - MOD: fixed matchinfo retrieval in light service (diewald)
941
94205/05/2015
943 - ADD: rest test suite for user service (hanl)
944 - MOD: setup parameter modification (hanl)
945 - ADD: oauth2 client unique constraint (hanl)