blob: d4f1302d038a21a11796d3f2cae5932121ef5010 [file] [log] [blame]
margaretha34c9fba2024-08-09 17:44:03 +02001# version 0.75-SNAPSHOT
2
3- Alter role and remove privilege database tables (#763)
4- Update user-group and user-group member web-services (#763)
5- Remove edit member role web-service (#763)
6- Remove query access table (#763)
7- Remove query access admin, merged with user-group admin (#763)
8- Update share-query and query-access web-services (#763)
9- Add new web-service: delete role by query and group (#763)
10- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020011- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020012- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020013- Removed deleted_by from user_group and user_group_member tables (#764)
14- Removed created_by, status and status_date from user_group_member table (#764)
15- Removed GroupMemberStatus (#764)
16- Replace invite and subscribe to add member (#764)
17- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020018- Added deprecation messages to deprecated services
19- Removed mail configuration (#764)
margarethab6a0e6a2024-08-20 11:10:49 +020020- Deprecate VC access deletion.
margarethafeb0cce2024-09-19 08:32:39 +020021- Change default port to 8089.
22- Disallow scope all for non super clients.
margaretha83cdf7f2024-10-23 10:50:29 +020023- Changed memberUsername to member in the new member-role-addition web-service.
24- Removed user-privileges from user-group list response.
margaretha987a0512024-10-23 11:19:29 +020025- Added role names to user-group list
margaretha83cdf7f2024-10-23 10:50:29 +020026
margaretha34c9fba2024-08-09 17:44:03 +020027
Akron7ba60862024-08-09 16:55:01 +020028# version 0.74.1-SNAPSHOT
29
30- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020031- - Introduce filter_by and deprecate authorized_only in OAuth2
32 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020033
margarethaac09c4f2024-10-10 12:46:50 +020034# version 0.74 hot-fix
35
36- Removed admin & owner restriction on client info access.
37- Removed registered_by and restrict registration_date to admin/owner-
38 only.
39
margaretha144be1a2024-08-09 15:38:40 +020040# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020041
42- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020043- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020044- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020045- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020046- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020047- Unified ResourceFilters and SearchResourceFilters.
48- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020049- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020050
margaretha1ef2a032024-06-11 11:39:57 +020051# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020052
margaretha46e2c952024-05-23 09:09:54 +020053- Added tests for the DNB scenario with custom max match
54 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020055- Cleaned up named-vc.
56- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020057- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020058- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020059- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020060- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020061
margaretha21879752024-04-22 12:12:58 +020062# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010063
margaretha387e4682024-03-22 11:26:29 +010064- Fixed jakarta validation error.
65- Added openapi doc (#744)
66- Moved service.properties to src/main/resources/properties
67- Moved free-resources.json to src/main/resources/json
68- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010069- Changed loading external kustvakt.conf and jdbc.properties
70 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020071- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020072- Setup vc-cache in the data folder (#598)
73- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020074- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020075- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020076- Updated configurations of the lite version to use the
77 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020078- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010079
margaretha28a53d12024-02-20 12:57:38 +010080# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010081
margarethab06377e2024-01-30 11:06:35 +010082- Moved the content of the full folder to the root folder
83- Removed Piwik
84- Removed unused libraries
85- Cleaned up spring configs
86- Updated Krill and Koral with new groupIds
87- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010088- Updated search Krill and removed Lucene
89- Updated readme
margarethab06377e2024-01-30 11:06:35 +010090
91# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010092
93- Replaced javax.ws to jakarta.ws namespace (#648)
94- Upgrading Jersey 2.40 to 3.x (#646)
95- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
96- Replaced javax.persistence with jakarta.persistence (#648)
97- Migrate Hibernate 5 to 6 (#649)
98- Fix missing placeholders
99- Fixed conflicting jackson-jarxrs
100- Fixed conflicting commons-logging and spring jcl
101- Replaced javax.servlet with jakarta.servlet (#648)
102- Updated authorization services using Nimbus (#650)
103- Fixed BlockingFilter by replacing javax.annotation.Priority
104 with jakarta.annotation.Priority (#659, #648)
105- Replaced javax.annotation with jakarta.annotation
106- Enabled legacy support for authorization POST request
107- Changed OAuth2 token request using Nimbus (#650)
108- Removed Apache Oltu API from token requests (#650)
109- Removed OpenID
110- Fixed clearing cache
111- Fix JettyServerTest, init package, and some java docs.
112- Make scope extraction more flexible.
113- Updated token response using Nimbus (#650)
114- Remove Oltu request and validator implementations (#650)
115- Updated OAuth2 response handler (#650)
116- Fixed ShutdownHandler (fixed #708)
117- Fixed issues with multi-release jar (#706, #708)
118
119
120# version 0.71.1
121
122- Removed auditing (#611)
123- Removed old database configurations (#612)
124- Removed old tests
125- Removed unnecessary caches and methods in the authentication interface
126- Added total result cache (#599)
127- Fixed missing project.version in info web-service
128- Make sure totalResults and other numeric results are numbers (Kupietz)
129- Introduce CQP query language in Koral 0.41
130- Changed DB connection (fixed #670)
131- Resolved duplicate libraries
132- Fixed testing expiry access token
133- Fix lombok compile warning
134- Ensure the order of clean token tests.
135
136# version 0.71
137
138- Renamed entity and service packages in core
139- Renamed web.controller package in core
140- Moved SearchNetworkEndpoint to core.service package
141- Merged lite into full
142- Merged core into full
143
144
145# version 0.70.1
146
147- Added data folder containing super_client_info and database
148 for mounting into docker
149- Added an error for missing redirect uri in a token request
150 when it has been included in the authorization request.
151- Added tests for VC sharing and for OAuth2 client using VC services
152- Added and updated VC controller tests
153- Moved hibernate.properties
154- Added maximum number of user persistent virtual corpora and queries
155
156# version 0.70
157
158- Support token array in matchinfo (fixes #570; diewald)
159- Updated VC list API and deprecated owner VC list (addressed #580)
160- Added user info web-service (solved #566)
161- Implemented configurable resource filters for search and match
162 info APIs (#539)
163- Added getting username from LDAP (#568)
164- Disabled LDAP auth provider and token API in the auth filter (#587)
165- Added LDAP log for users without idsC2Profile
166- Fixed log4j2 properties.
167
168
169# version 0.69.3
170
171- Moved the service path of VC admin services to admin/vc (closed #543)
172- Added an admin service to load and cache system vc (solved #268)
173- Move oauth2 admin service path (closed #544)
174- Excluded admin service to load-cache VC from the test suite
175- Fixed refresh token expiry test
176- Fixed scope check in OAuth2 token request with refresh token
177
178# version 0.69.2
179
1802022-12-05
181- Upgrade version for E2E-simplified Docker images (diewald)
1822023-01-27
183- Updated client info API (replaced user authorization requirement with super
184 client authentication)
1852023-01-30
186- Made scope param required in authorization request (solved #508)
1872023-01-31
188- Allowed OAuth2 clients to use localhost as redirect URIs.
1892023-02-03
190- Fixed content-type in error responses by changing it to application/json
1912023-02-06
192- Allow admin access using admin token for the clean token API
1932023-02-10
194- Use admin filter instead of OAuth2 ADMIN scope
195- Added a plugin test.
1962023-02-15
197- Moved user-group retrieval API to UserGroupAdminController
198 and changed the service path URL of UserGroupAdminController.
1992023-02-20
200- Deprecate API token (JWT) web-service
201- Fixed Slf4J binding
2022023-02-28
203- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2042023-03-06
205- Fixed testing refresh token expiry.
206
207
208# version 0.69.1
209
210- Upgrade version for docker including indexer (diewald)
211
212
213# version 0.69
214
215 - Migrated to Java 11 and Jersey 2
216 - Updated dependencies
217 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
218
219
220# version 0.68
221
2222022-05-25
223 - Added a new API: list plugins (e.g for marketplace)
224 - Added redirect URI validation in authorization request (addressed #374)
225 - Handled user-defined refresh token expiry (added in client info and
226 list API response)
227 - Added installed_plugins table
228 - Added a new API: install plugin
229 - Handled redundant plugin installation
230 - Handled super client id in plugin installation
231 - Deprecated UserClientDto and uses ClientinfoDto instead
232 - Updated redirect URI error message for coherence
2332022-05-27
234 - Added maximum limit to custom refresh token expiry
2352022-06-01
236 - Added new APIs: list user-installed plugins and uninstall plugin.
237 - Moved install and list plugin APIs to PluginController and updated their
238 service paths under /plugins.
2392022-06-03
240 - Implemented searching option using a network endpoint
241 - Implemented initial super client registration for user authentication.
242 - Fixed admin clean token API and restrict plugins to confidential only.
243
244
245
246# version 0.67.1
247
2482022-05-12
249 - Implemented mapping of LDAP username to email
250 - Handled null parameters in authorization requests
2512022-05-25
252 - Fixed null client_id
253 - Updated ldap.config path in the kustvakt-test.conf
254
255
256# version 0.67
257
2582022-05-09
259 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
260 - An embedded LDAP server can now be started automatically if configured accordingly.
2612022-05-11
262 - Changed the SQL script updating oauth2_client table
263
264
265# version 0.66
266
2672022-03-31
268 - Updated query and user-group name pattern.
2692022-04-08
270 - Added redirect_uri to client info API.
2712022-04-11
272 - Added registration_date, refresh_token_expiry, source and is_permitted
273 to the oauth2_client database table, and updated the OAuth2 client
274 registration mechanism.
275 - Added authorization request with GET and deprecated that with POST.
2762022-04-13
277 - Updated OAuth2Client list API (added redirect_uri, registration_date,
278 permitted, source to OAuth2UserClientDto).
2792022-04-20
280 - Updated authorization error response. (Included error and error
281 description in the client redirect URI except for missing or
282 invalid client id or redirect URI.
283
284
285# version 0.65.2
286
2872022-03-03
288 - Removed VCLoader.
289 - Added foreign keys to the DB tables of access and refresh token scopes.
2902022-03-07
291 - Added more parameter checks and OAuth2Client web-service tests.
2922022-03-17
293 - Updated admin filter by using admin token and role checks.
2942022-03-18
295 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2962022-03-28
297 - Updated admin filter (admintoken as a form param) and uses
298 it for the closing index reader API.
299 - Removed unused admin API: clear access token cache.
3002022-03-29
301 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
302
303# version 0.65.1
304
3052022-03-01
306 - Restricts the field retrieval web-service to admin only.
307
308# version 0.65
309
310!!! includes security updates - please update all Kustvakt libraries
311!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
312
3132021-12-02
314 - Updated VC cache.
3152021-12-03
316 - Enabled listing system vc for authorized users.
3172021-12-08
318 - Removed koralQuery and statistics from VC list.
319 - Added a web-service to retrieve KoralQuery of a VC
3202021-12-10
321 - [security] Updated log4j libs due to CVE-2021-44228.
3222021-12-13
323 - Fixed broken test suite.
3242022-01-03
325 - [security] More log4j security updates
326 - Bumped unboundid-ldapsdk
327 - Updated tests.
3282022-01-25
329 - Added show-tokens option to the search API.
3302022-01-31
331 - Added an API retrieving fields of a virtual corpus.
332
333# version 0.64.1
334
3352021-10-26
336 - Bump Kustvakt and Krill versions.
337
338
339# version 0.64
3402021-07-29
341 - Updated the change files and made a new version.
3422021-08-12
343 - Fixed errors due to missing query type and added tests.
3442021-08-13
345 - Fixed missing request entity.
346 - Updated the query service to enable editing query references.
3472021-08-16
348 - Fixed creator param when storing query or VC by admins for
349 the system or other users.
350
351# version 0.63.2
3522021-06-11
353 - Updated OAuth2 token length & secure random algorithm config.
354 - Added character set filter to random code generator, e.g. for client_id.
3552021-06-14
356 - Updated roleId and super client parameters.
3572021-06-24
358 - Fixed broken test.
3592021-07-22
360 - Updated cache settings and some loggings.
3612021-07-26
362 - Replaced annotation parsing with restoring the annotation tables to the
363database.
364 - Moved cache config to the full config.
365
366# version 0.63.1
3672021-02-22
368 - Updated libraries (margaretha)
369 - Renamed virtual corpus to query (margaretha)
3702021-02-26
371 - Added query access roles and fixed vc access roles (margaretha)
372 - Added delete query webservice and tests (margaretha)
3732021-03-25
374 - Updated Koral version for Info Controller (margaretha)
375 - Updated OAuth2 token list with token type and user clientId
376parameters (margaretha)
3772021-03-29
378 - Added client type in the client list web-service. Resolved #58 (margaretha)
3792021-04-19
380 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3812021-04-26
382 - Updated OAuth2 Client list (margaretha)
3832021-04-30
384 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
385 - Updated OAuth2 API responses for coherence (margaretha)
3862021-06-07
387 - Updated OAuth2 client dto (margaretha)
388
389# version 0.63
39026/10/2020
391 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
39229/10/2020
393 - Introduction of a query reference rewrite mechanism (diewald)
39430/10/2020
395 - Added database methods for storing query references (diewald)
39604/12/2020
397 - Fix hibernate dialect for SQLite. (margaretha)
39804/12/2020
399 - Fix pipe warning. (margaretha)
40014/01/2021
401 - Updated Flyway (margaretha)
40221/01/2021
403 - Fixed running pipe and updated tests with mockserver (margaretha)
40401/02/2021
405 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
40605/02/2021
407 - Add query reference web-service (diewald,margaretha)
40810/02/2021
409 - Fixed problem with multiple desktop apps (diewald, margaretha)
41012/02/2021
411 - Added listing available queries for users (margaretha)
41217/02/2021
413 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
414 - Added query and query language in virtual corpus table (margaretha)
41518/02/2021
416 - Set corpus access public for stored query (margaretha)
41719/02/2021
418 - Enabled API info web-service (margaretha)
419
420
421# version 0.62.4
42224/01/2020
423 - Removed salt from config and updated config files (margaretha)
42403/02/2020
425 - Added an admin API for clearing access token cache (margaretha)
42605/02/2020
427 - Added a config properties for a long-time access token expiry
428 and excluded refresh tokens for public clients in OAuth2 token
429 responses (margaretha)
430 - Removed client authentication from the client deregistration and
431 client-secret reset APIs (margaretha)
43204/03/2020
433 - Updated the sample index (diewald)
434
435# version 0.62.3
43603/12/2019
437 - Implemented pipe extension in the search API (margaretha)
43811/12/2019
439 - Added errors when requesting VC in caching process (margaretha,
440 resolved #47)
44112/12/2019
442 - Added support for multiple cq parameters (margaretha, resolved #46)
44313/12/2019
444 - Handled pipe errors and added tests (margaretha)
44519/12/2019
446 - Updated create update user-group API (margaretha)
44720/12/2019
448 - Removed transactional annotations from simple select queries (margaretha)
449 - Updated free resource controller (margaretha)
45015/01-2020
451 - Added additional statistic figures to virtual corpus info API
452 response (margaretha)
453
454# version 0.62.2
45517/10/2019
456 - Handled vulnerability CVE-2019-17195. (margaretha)
4578/11/2019
458 - Added user-group name pattern (margaretha, issue #33)
45911/11/2019
460 - Updated user group service paths and replaced groupId with groupName
461 (margaretha, resolved #33)
46212/11/2019
463 - Removed UserGroupJson & updated listUserGroups and createUserGroup
464 services (margaretha)
465 - Added prefixes to username and groupname parameters in service paths
466 (margaretha, resolved #35)
46713/11/2019
468 - Added tests for issue #43 (margaretha)
46914/11/2019
470 - Added client description and URL to list-authorized-clients service
471 (margaretha, close #53)
472 - Implemented a service to list clients registered by a user (margaretha,
473 close #52)
474 - Added a check for OAuth2 client, VC, and group name length (margaretha)
47515/11/2019
476 - Merged list authorized client and list registered client services
477 (margaretha)
47821/11/2019
479 - Added a service to list active refresh tokens of a user (margaretha)
480 - Added username filtering to token revocation service via super client
481 (margaretha)
48226/11/2019
483 - Added a service to revoke a single refresh token via super client
484 (margaretha)
485
486# version 0.62.1
48708/07/2019
488 - Added tests for public metadata response in search api (margaretha,
489 issue #43)
490 - Disabled some tests of unused/disabled web-services (margaretha)
49107/08/2019
492 - Fixed missing scopes after requesting access token with refresh token
493 (margaretha)
494 - Fixed post requests with status OK and empty body (margaretha)
49507/08/2019
496 - Added users to hidden group when searching in a published VC (margaretha,
497 resolved #40)
49815/08/2019
499 - Updated the response statuses of VC PUT requests (margaretha)
500
501# version 0.62
50228/02/2019
503 - Removed old VC controllers and updated tests (margaretha, issue #34)
504 - Updated VC access controllers (margaretha)
50519/03/2019
506 - Added close index controller (margaretha)
50711/04/2019
508 - Fixed unknown authentication scheme, missing VC entity, and parameter
509 checker (margaretha)
510 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
511 unique group name and unknown VC access (margaretha)
51227/06/2019
513 - Handled LDAP errors, fixed #45 (margaretha)
51403/07/2019
515 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
516 - Changed the response media-type of authentication controllers (margaretha)
517 - Fixed bugs: allow guest to retrieve system VC,
518 remove VC from cache when it is deleted (margaretha)
51904/07/2019
520 - Updated VC name pattern and tests (margaretha)
521
522# version 0.61.6
52304/02/2019
524 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
525 - Updated client deregistration behavior (margaretha)
52605/02/2019
527 - Added delete-group-by-name controller (margaretha)
528 - Added unique index to group name (margaretha)
52906/02/2019
530 - Updated a user setting test using array for multiple values (margaretha)
531 - Added metadata controller tests (margaretha)
53218/02/2019
533 - Fixed tests (margaretha)
534 - Updated handling errors from Koral (margaretha)
53519/02/2019
536 - Added fields to metadata controller (margaretha, issue #39)
537
538# version 0.61.5
53917/12/2018
540 - Added a search timeout test (margaretha)
54118/12/2018
542 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
54308/01/2019
544 - Improved predefined vc caching (issue #28, margaretha)
54509/01/2019
546 - Added comments (margaretha)
547 - Updated code structure (margaretha)
54811/01/2019
549 - Degraded API version to 1.0 (margaretha)
550 - Added OAuth2 client info tests (margaretha)
55114/01/2019
552 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
55316/01/2019
554 - Added a PUT request for both creating and editing vc (margaretha)
555 - Added aliases to some VC controllers (margaretha)
556 - Merged VC access list controllers (margaretha)
55721/01/2019
558 - Removed codes related to user registration & password management (margaretha)
55922/01/2019
560 - Added create, edit, retrieve user default setting controllers (margaretha)
56122/01/2019
562 - Updated default setting controllers & added tests (margaretha)
563 - Added delete key in setting controllers (margaretha)
56423/01/2019
565 - Added default setting key validation (margaretha)
566 - Fixed UserdataTest (margaretha)
56724/01/2019
568 - Added default setting key validation & fixed UserdataTest (margaretha)
56925/01/2019
570 - Added VC reference and MapUtil tests (margaretha)
57128/01/2019
572 - Fixed username verification in DefaultSettingService (margaretha)
573 - Added foundry rewrite with user default setting (margaretha)
574 - Added default foundry for morphology layer (margaretha)
57529/01/2019
576 - Fixed share VC type (margaretha)
577 - Added delete setting controller (margaretha)
578 - Handled "no resource found" cases (margaretha, issue #37)
57930/01/2019
580 - Added server shutdown description in readme (margaretha)
581
582# version 0.61.4
58314/11/2018
584 - Integrated lite and full services and controllers in core (margaretha)
58521/11/2018
586 - Updated OAuth2 refresh token request to create a new refresh token and
587 revoke the old one per request (margaretha)
58828/11/2018
589 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
590 - Handled storing cached VC with VC reference (margaretha)
59129/11/2018
592 - Added a controller for listing user clients having active refresh tokens
593 (margaretha)
5946/12/2018
595 - Added debug flags to mitigate log4j debugging performance (margaretha)
596 - Fixed KoralNode at() method (margaretha)
59711/12/2018
598 - Implemented revoking all tokens of a user client via a super client
599 (margaretha)
600 - Removed document controllers and KustvaktResource (margaretha)
601 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
602
603
604# version 0.61.3
60517/10/2018
606 - Updated NamedVCLoader to be optional (margaretha)
607 - Updated annotation tables & implemented key-value structure (margaretha)
608 - Added annotation parser for annotation data from kalamar (margaretha)
609 - Implemented parsing free resource info from json (margaretha)
61022/10/2018
611 - Updated jetty, spring and hibernate versions (margaretha)
612 - Fixed the order of annotation keys and values, and added tests (margaretha)
613 - Fixed resource DAO & added tests (margaretha)
61424/10/2018
615 - Fixed query serialization service (margaretha)
616 - Added "highlights" parameter to matchInfo controller (margaretha)
617 - Added "fields" parameter to search controllers (margaretha)
618 - Integrated lite controllers, services and tests in full version (margaretha)
61929/10/2018
620 - Moved javax.servlet-api to core (margaretha)
62107/11/2018
622 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
62313/11/2018
624 - Added Shutdown handler to Jetty server (margaretha)
625 - Fixed storing VC order in NamedVCLoader (margaretha)
626
627# version 0.61.2
62812/09/2018
629 - Added various log4j2 configurations (margaretha)
63013/09/2018
631 - Implemented VirtualCorpusRewrite (margaretha)
63214/09/2018
633 - Fixed SpringJerseyTest ApplicationContext (margaretha)
634 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
635 - Enabled VCReferenceTest in maven test suite (margaretha)
63618/09/2018
637 - Handled unique constraints / inserting duplicate items to DB (margaretha)
638 - Added a controller for editing user group member roles (margaretha)
63919/09/2018
640 - Fixed cached-VC ref with username (margaretha)
641
642# version 0.61.1
64328/08/2018
644 - Added API URL versioning (margaretha)
645 - Deactivated IdRewrite (margaretha)
646 - Fixed kustvakt controller (margaretha)
64730/08/2018
648 - Fixed root packages & added api version properties in kustvakt.conf
649 (margaretha)
650 - Fixed versioning in SearchController (margaretha)
651 - Added API versioning tests (margaretha)
652
653# version 0.61.0
654
65502/08/2018
656 - Added VC reference tests (margaretha)
657 - Implemented loading and caching named VCs (margaretha)
65803/08/2018
659 - Implemented OAuth2 revoke token (margaretha)
660 - Updated OAuth2 refresh token implementation (margaretha)
66114/08/2018
662 - Implemented revoke all OAuth2 access tokens and authorization codes of
663 client users when deregistering/deleting a client (margaretha)
664 - Fixed update OAuth2 access token (margaretha)
665 - Implemented reset client secret (margaretha)
666 - Fixed revoking latest access token when refreshing OAuth2 access token
667 (margaretha)
66815/08/2018
669 - Implemented OAuth2 client info controller (margaretha)
670 - Implemented update OAuth2 client privilege controller for admins
671 (margaretha)
672 - Implemented unlimited authorization scope for super clients with OAuth2
673 password grant (margaretha)
674 - Marked native clients implementation to deprecated in favour of super
675 clients (margaretha)
676 - Enabled using Bearer tokens as user authentication tokens (Authorization
677 header value) for many controllers including OAuth2 controllers (margaretha)
67816/08/2018
679 - Implemented degrading super clients (margaretha)
680 - Improved and added OAuth2 tests (margaretha)
68121/08/2018
682 - Added VC name pattern check (margaretha)
68322/08/2018
684 - Implemented loading VC from gz files (margaretha)
685 - Updated OAuth2 authorization codes' & access tokens' expiry check
686 (margaretha)
68723/08/2018
688 - Updated RefreshToken implementations with separate DB tables (margaretha)
689 - Allows multiple access tokens per refresh token (margaretha)
69027/08/2018
691 - Added statistic with VC reference tests (margaretha)
692 - Fixed OAuth2 SQL files (margaretha)
69328/08/2018
694 - Added c3p0 datasource configuration to Spring default-config-xml
695 (margaretha)
696 - Added running Kustvakt server with custom spring config in the readme
697 (margaretha)
698 - Removed old OAuth2 codes (margaretha)
699 - Moved non-config test codes to misc (margaretha)
700
701
702# version 0.60.5
703
70409/07/2018
705 - Added service layer to the search controller (margaretha)
706 - Added OAuth2 scope checking in search and VC controllers (margaretha)
707 - Added handling OAuth2 bearer token for VC access and User group
708 controllers (margaretha)
709 - Added default scope to password grant (margaretha)
71010/07/2018
711 - Made createBasicAuthorizationHeaderValue static (margaretha)
712 - Added store access token in openID token service (margaretha)
713 - Fixed empty scope in openID authorization and token service (margaretha)
714 - Implemented storing authorization code in cache (margaretha)
71511/07/2018
716 - Fixed authentication time in authentication controller (margaretha)
717 - Added OAuth2 access token tests (margaretha)
71812/07/2018
719 - Updated maven surefire setting for faster test suite runtime (margaretha)
720 - Implemented refreshing OAuth2 access token (margaretha)
72126/07/2018
722 - Fixed issue #27 (margaretha)
72302/08/2018s
724 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
725
726
727# version 0.60.4
728
72905/07/2018
730 - implemented OAuth2 authorization code request with OpenID Authentication
731 (margaretha)
732 - enabled OAuth2 authorization without OpenID authentication using Nimbus
733 library (margaretha)
734 - implemented response handler for OpenID authentication errors in authorization
735 requests (margaretha)
736 - added tests regarding OpenID authentication in authorization requests
737 (margaretha)
738 - implemented OAuth2 authorization error response via redirect URI instead of
739 JSON (margaretha)
740 - added state to OAuth2 authorization error response (margaretha)
741 - implemented OpenID token service for authorization code flow (margaretha)
742 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
743 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
744 keys (margaretha)
745 - implemented OpenId configuration (margaretha)
746 - added authentication time and support for auth_time in id_token (margaretha)
747 - implemented support for nonce and max_age parameters in OpenID authentication
748 (margaretha)
749 - implemented OAuth2 token request with password grant using Nimbus library
750 (margaretha)
751 - updated redirect URI validator (margaretha)
752 - updated client registration requirement to allow desktop applications
753 (margaretha)
754 - fixed RSA key configuration (margaretha)
755 - merged OAuth2 client deregistration controllers (margaretha)
756 - fixed OAuth2 client unique URL-hashcode (margaretha)
757 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
758 - Added support for unrestricted corpus statistics (ndiewald)
759 - updated paths of user-group deletion-controllers (margaretha)
760 - Do not pass broken queries to Krill (diewald)
761 - added OAuth2 token request with client authentication via Authorization
762 header (margaretha)
763 - added port checking in test suite (margaretha)
764
765# version 0.60.3
766
76706/06/2018
768 - improved user authentication by using authentication filter for authorization
769 code request (margaretha)
770 - limited client authentication to client id checking in authorization code
771 request (margaretha)
772 - added user_id in the oauth2_access_token database table (margaretha)
773 - implemented OAuth2Authentication provider for token context management
774 (margaretha)
775 - added parameter checking for authorization DAO (margaretha)
776 - added controller tests using OAuth2 access token (margaretha)
777 - added database tables for MySQL (margaretha)
778 - updated JWT library and related codes (margaretha)
779
780# version 0.60.2
781
78203/05/2018
783 - implemented OAuth2 client registration (margaretha)
784 - implemented OAuth2 client authentication (margaretha)
785 - changed virtual corpus search to retrieval (margaretha)
786 - implemented public client deregistration task (margaretha)
787 - added client registration and deregistration tests (margaretha)
788 - implemented confidential client deregistration task (margaretha)
789 - fixed storing client secret (margaretha)
790 - implemented OAuth2 response handler (margaretha)
791 - implemented OAuth2 request access token with client credentials grant
792 (margaretha)
793 - implemented OAuth2 request access token with resource owner password grant
794 (margaretha)
795 - implemented OAuth2 authorization code request (margaretha)
796 - added OAuth2 error codes (margaretha)
797 - added OAuth2 authorization, scope and access token tables for SQLite
798 (margaretha)
799 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
800 - implemented OAuth2 request access token with authorization code grant
801 (margaretha)
802 - added setting default scopes in the config file (margaretha)
803 - fixed loading spring config multiple times in the test suite (margaretha)
804 - added SQLite created_date trigger for access token (margaretha)
805 - added a join table for access token scopes (margaretha)
806 - added access scopes handling (margaretha)
807 - added tests about request token with authorization code (margaretha)
808
809# version 0.60.1
810
81128/03/2018
812 - added admin-related SQL codes (margaretha)
813 - updated AdminDao (margaretha)
814 - added optional username query parameter to group list controller (margaretha)
815 - fixed non hierarchical URI of kustvakt conf files (margaretha)
816 - added delete group member triggers (margaretha)
817 - added list user-group by username and status for system admin (margaretha)
818 - added user-group status in user-group DTO (margaretha)
819 - added check for hidden groups in user-group tests (margaretha)
820 - added database trigger test on deleting members when deleting group
821 (margaretha)
822 - renamed VC type PREDEFINED to SYSTEM (margaretha)
823 - added VC list controller for system admin (margaretha)
824 - added VC controller tests with for system admin (margaretha)
825 - added hidden access removal when deleting published VC (margaretha)
826 - added check for hidden groups in VC controller tests (margaretha)
827 - added search user-group controller (margaretha)
828 - removed createdBy from VirtualCorpusJson (margaretha)
829 - moved member role setting from the invitation phase to the after-subscription
830 phase (margaretha)
831 - added member role removal after deleting members (margaretha)
832 - added add and delete member role controllers (margaretha)
833
834# version 0.60
835
83614/03/2018
837 - set up mail settings using localhost port 25 (margaretha)
838 - added mail template in kustvakt configuration (margaretha)
839 - added mail settings to readme (margaretha)
840 - disabled email notification for auto group (margaretha)
841 - added metadata retrieval (diewald)
842 - enabled custom implementation for email address retrieval (margaretha)
843 - removed old policy and deprecated code (margaretha)
844 - moved authentication related code to /full (margaretha)
845 - added userRoles attribute to UserGroupDto. (margaretha)
846 - fixed sqlite trigger (margaretha)
847 - fixed member exist error message (margaretha)
848 - fixed member invitation to join deleted group (margaretha)
849 - added checking deleted group (margaretha)
850
851# version 0.59.10
852
85320/02/2018
854 - added sort VC by id (margaretha)
855 - added test cases regarding VC sharing (margaretha)
856 - implemented withdraw VC from publication (margaretha)
857 - added Changes file (margaretha)
858 - implemented add/invite users to group (margaretha)
859 - implemented delete user-group and member tasks (margaretha)
860 - added userMemberStatus in group lists (margaretha)
861 - updated and added SQL test data (margaretha)
862 - added user group related tests (margaretha)
863 - implemented custom configuration for deleting user groups and members (margaretha)
864 - updated library versions and java environment (margaretha)
865 - added expiration time check for member invitation (margaretha)
866 - moved .properties files (margaretha)
867 - merged changelog file to Changes (margaretha)
868 - updated status codes and error messages to be more detailed (margaretha)
869 - testing mail implementation using embedded jetty jndi (margaretha)
870 - fixed collection rewrite regarding OR operation with other fields
871 (margaretha)
872 - implemented sending mail using spring injection and removed jetty jndi
873 (margaretha)
874 - fixed unrecognized application/json (margaretha)
875 - fixed and updated velocity template (margaretha)
876
877# version 0.59.9
878
87919/01/2018
880 - restructured basic authentication (margaretha)
881 - fixed AuthenticationException to include authentication scheme (margaretha)
882 - fixed rewrite redundancy in collection rewrite (margaretha)
883 - fixed foundry rewrite for constituents (margaretha)
884 - introduced authentication methods, schemes and tokens (margaretha)
885 - implemented collection rewrite with multiple licenses (margaretha)
886 - fixed foundry rewrite for korap span without wrap node (margaretha)
887 - implemented list user group (margaretha)
888 - implemented delete VC task (margaretha)
889 - implemented create user-group, subscribe to user-groups, unsubscribe to
890 user-groups tasks(margaretha)
891 - fixed handling JSON mapping exception for missing enums (margaretha)
892 - implemented list VC task (margaretha)
893 - added KoralQuery in VC lists (margaretha)
894 - implemented edit VC task (margaretha)
895 - implemented publish VC task (margaretha)
896 - implemented share VC task (margaretha)
897 - implemented list only owned VC task (margaretha)
898 - implemented list VC access task (margaretha)
899 - implemented search VC by id task (margaretha)
900 - implemented delete VC access (margaretha)
901 - implemented search for project VC (margaretha)
902 - added search VC related tests (margaretha)
903 - removed PredefinedUserGroup.ALL and related codes (margaretha)
904 - implemented search for published VC (margaretha)
905
906# version 0.59.8
907
90821/09/2017
909 - restructured statistics service (margaretha)
910 - removed deprecated loader codes and tests (margaretha)
911 - removed old Spring java configurations (margaretha)
912 - implemented entity classes for the new database (margaretha)
913 - added MySQL codes regarding VC and for testing (margaretha)
914 - added dao methods regarding VC (margaretha)
915 - added similar SQL codes (to MySQL) for sqlite (margaretha)
916 - added dao methods regarding user groups (margaretha)
917 - restructured web-service codes into controller and logic/business-service
918 (margaretha)
919 - implemented user role and privilege, and added tests (margaretha)
920 - prepared test suite using new database (margaretha)
921 - implemented UserGroupDao and tests (margaretha)
922 - fixed missing exceptions in JsonUtils (margaretha)
923 - restructured web filters and authentication codes (margaretha)
924 - implemented create/store VC (margaretha)
925 - fixed collection rewrite bug regarding availability with operation or
926 (margaretha)
927
928# version 0.59.7
929
93013/10/2016
931 - MOD: updated search to use new siglen (diewald)
932 - MOD: fixed matchinfo retrieval in light service (diewald)
933
93405/05/2015
935 - ADD: rest test suite for user service (hanl)
936 - MOD: setup parameter modification (hanl)
937 - ADD: oauth2 client unique constraint (hanl)