blob: 85bd4450fb7dce73eee8bfb590792fcfde79022f [file] [log] [blame]
margaretha34595a52024-10-28 08:54:10 +01001# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +02002
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.
margaretha34595a52024-10-28 08:54:10 +010023- Added config for total result cache and fixed inconsistency (#774).
margaretha83cdf7f2024-10-23 10:50:29 +020024- Changed memberUsername to member in the new member-role-addition web-service.
25- Removed user-privileges from user-group list response.
margaretha987a0512024-10-23 11:19:29 +020026- Added role names to user-group list
margarethabf6b0582024-10-24 09:43:49 +020027- Added not-timeExceeded to the totalResult constraints.
margarethae5336262024-10-24 12:36:43 +020028- Replace EDIT_VC occurrences with CREATE_VC, and removed it.
margaretha083b0ea2024-10-25 12:20:05 +020029- Fixed administrative user group retrieval to return groups with empty members.
margaretha83cdf7f2024-10-23 10:50:29 +020030
margaretha34c9fba2024-08-09 17:44:03 +020031
Akron7ba60862024-08-09 16:55:01 +020032# version 0.74.1-SNAPSHOT
33
34- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020035- - Introduce filter_by and deprecate authorized_only in OAuth2
36 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020037
margarethaac09c4f2024-10-10 12:46:50 +020038# version 0.74 hot-fix
39
40- Removed admin & owner restriction on client info access.
41- Removed registered_by and restrict registration_date to admin/owner-
42 only.
43
margaretha144be1a2024-08-09 15:38:40 +020044# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020045
46- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020047- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020048- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020049- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020050- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020051- Unified ResourceFilters and SearchResourceFilters.
52- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020053- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020054
margaretha1ef2a032024-06-11 11:39:57 +020055# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020056
margaretha46e2c952024-05-23 09:09:54 +020057- Added tests for the DNB scenario with custom max match
58 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020059- Cleaned up named-vc.
60- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020061- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020062- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020063- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020064- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020065
margaretha21879752024-04-22 12:12:58 +020066# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010067
margaretha387e4682024-03-22 11:26:29 +010068- Fixed jakarta validation error.
69- Added openapi doc (#744)
70- Moved service.properties to src/main/resources/properties
71- Moved free-resources.json to src/main/resources/json
72- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010073- Changed loading external kustvakt.conf and jdbc.properties
74 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020075- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020076- Setup vc-cache in the data folder (#598)
77- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020078- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020079- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020080- Updated configurations of the lite version to use the
81 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020082- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010083
margaretha28a53d12024-02-20 12:57:38 +010084# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010085
margarethab06377e2024-01-30 11:06:35 +010086- Moved the content of the full folder to the root folder
87- Removed Piwik
88- Removed unused libraries
89- Cleaned up spring configs
90- Updated Krill and Koral with new groupIds
91- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010092- Updated search Krill and removed Lucene
93- Updated readme
margarethab06377e2024-01-30 11:06:35 +010094
95# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010096
97- Replaced javax.ws to jakarta.ws namespace (#648)
98- Upgrading Jersey 2.40 to 3.x (#646)
99- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
100- Replaced javax.persistence with jakarta.persistence (#648)
101- Migrate Hibernate 5 to 6 (#649)
102- Fix missing placeholders
103- Fixed conflicting jackson-jarxrs
104- Fixed conflicting commons-logging and spring jcl
105- Replaced javax.servlet with jakarta.servlet (#648)
106- Updated authorization services using Nimbus (#650)
107- Fixed BlockingFilter by replacing javax.annotation.Priority
108 with jakarta.annotation.Priority (#659, #648)
109- Replaced javax.annotation with jakarta.annotation
110- Enabled legacy support for authorization POST request
111- Changed OAuth2 token request using Nimbus (#650)
112- Removed Apache Oltu API from token requests (#650)
113- Removed OpenID
114- Fixed clearing cache
115- Fix JettyServerTest, init package, and some java docs.
116- Make scope extraction more flexible.
117- Updated token response using Nimbus (#650)
118- Remove Oltu request and validator implementations (#650)
119- Updated OAuth2 response handler (#650)
120- Fixed ShutdownHandler (fixed #708)
121- Fixed issues with multi-release jar (#706, #708)
122
123
124# version 0.71.1
125
126- Removed auditing (#611)
127- Removed old database configurations (#612)
128- Removed old tests
129- Removed unnecessary caches and methods in the authentication interface
130- Added total result cache (#599)
131- Fixed missing project.version in info web-service
132- Make sure totalResults and other numeric results are numbers (Kupietz)
133- Introduce CQP query language in Koral 0.41
134- Changed DB connection (fixed #670)
135- Resolved duplicate libraries
136- Fixed testing expiry access token
137- Fix lombok compile warning
138- Ensure the order of clean token tests.
139
140# version 0.71
141
142- Renamed entity and service packages in core
143- Renamed web.controller package in core
144- Moved SearchNetworkEndpoint to core.service package
145- Merged lite into full
146- Merged core into full
147
148
149# version 0.70.1
150
151- Added data folder containing super_client_info and database
152 for mounting into docker
153- Added an error for missing redirect uri in a token request
154 when it has been included in the authorization request.
155- Added tests for VC sharing and for OAuth2 client using VC services
156- Added and updated VC controller tests
157- Moved hibernate.properties
158- Added maximum number of user persistent virtual corpora and queries
159
160# version 0.70
161
162- Support token array in matchinfo (fixes #570; diewald)
163- Updated VC list API and deprecated owner VC list (addressed #580)
164- Added user info web-service (solved #566)
165- Implemented configurable resource filters for search and match
166 info APIs (#539)
167- Added getting username from LDAP (#568)
168- Disabled LDAP auth provider and token API in the auth filter (#587)
169- Added LDAP log for users without idsC2Profile
170- Fixed log4j2 properties.
171
172
173# version 0.69.3
174
175- Moved the service path of VC admin services to admin/vc (closed #543)
176- Added an admin service to load and cache system vc (solved #268)
177- Move oauth2 admin service path (closed #544)
178- Excluded admin service to load-cache VC from the test suite
179- Fixed refresh token expiry test
180- Fixed scope check in OAuth2 token request with refresh token
181
182# version 0.69.2
183
1842022-12-05
185- Upgrade version for E2E-simplified Docker images (diewald)
1862023-01-27
187- Updated client info API (replaced user authorization requirement with super
188 client authentication)
1892023-01-30
190- Made scope param required in authorization request (solved #508)
1912023-01-31
192- Allowed OAuth2 clients to use localhost as redirect URIs.
1932023-02-03
194- Fixed content-type in error responses by changing it to application/json
1952023-02-06
196- Allow admin access using admin token for the clean token API
1972023-02-10
198- Use admin filter instead of OAuth2 ADMIN scope
199- Added a plugin test.
2002023-02-15
201- Moved user-group retrieval API to UserGroupAdminController
202 and changed the service path URL of UserGroupAdminController.
2032023-02-20
204- Deprecate API token (JWT) web-service
205- Fixed Slf4J binding
2062023-02-28
207- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2082023-03-06
209- Fixed testing refresh token expiry.
210
211
212# version 0.69.1
213
214- Upgrade version for docker including indexer (diewald)
215
216
217# version 0.69
218
219 - Migrated to Java 11 and Jersey 2
220 - Updated dependencies
221 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
222
223
224# version 0.68
225
2262022-05-25
227 - Added a new API: list plugins (e.g for marketplace)
228 - Added redirect URI validation in authorization request (addressed #374)
229 - Handled user-defined refresh token expiry (added in client info and
230 list API response)
231 - Added installed_plugins table
232 - Added a new API: install plugin
233 - Handled redundant plugin installation
234 - Handled super client id in plugin installation
235 - Deprecated UserClientDto and uses ClientinfoDto instead
236 - Updated redirect URI error message for coherence
2372022-05-27
238 - Added maximum limit to custom refresh token expiry
2392022-06-01
240 - Added new APIs: list user-installed plugins and uninstall plugin.
241 - Moved install and list plugin APIs to PluginController and updated their
242 service paths under /plugins.
2432022-06-03
244 - Implemented searching option using a network endpoint
245 - Implemented initial super client registration for user authentication.
246 - Fixed admin clean token API and restrict plugins to confidential only.
247
248
249
250# version 0.67.1
251
2522022-05-12
253 - Implemented mapping of LDAP username to email
254 - Handled null parameters in authorization requests
2552022-05-25
256 - Fixed null client_id
257 - Updated ldap.config path in the kustvakt-test.conf
258
259
260# version 0.67
261
2622022-05-09
263 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
264 - An embedded LDAP server can now be started automatically if configured accordingly.
2652022-05-11
266 - Changed the SQL script updating oauth2_client table
267
268
269# version 0.66
270
2712022-03-31
272 - Updated query and user-group name pattern.
2732022-04-08
274 - Added redirect_uri to client info API.
2752022-04-11
276 - Added registration_date, refresh_token_expiry, source and is_permitted
277 to the oauth2_client database table, and updated the OAuth2 client
278 registration mechanism.
279 - Added authorization request with GET and deprecated that with POST.
2802022-04-13
281 - Updated OAuth2Client list API (added redirect_uri, registration_date,
282 permitted, source to OAuth2UserClientDto).
2832022-04-20
284 - Updated authorization error response. (Included error and error
285 description in the client redirect URI except for missing or
286 invalid client id or redirect URI.
287
288
289# version 0.65.2
290
2912022-03-03
292 - Removed VCLoader.
293 - Added foreign keys to the DB tables of access and refresh token scopes.
2942022-03-07
295 - Added more parameter checks and OAuth2Client web-service tests.
2962022-03-17
297 - Updated admin filter by using admin token and role checks.
2982022-03-18
299 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
3002022-03-28
301 - Updated admin filter (admintoken as a form param) and uses
302 it for the closing index reader API.
303 - Removed unused admin API: clear access token cache.
3042022-03-29
305 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
306
307# version 0.65.1
308
3092022-03-01
310 - Restricts the field retrieval web-service to admin only.
311
312# version 0.65
313
314!!! includes security updates - please update all Kustvakt libraries
315!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
316
3172021-12-02
318 - Updated VC cache.
3192021-12-03
320 - Enabled listing system vc for authorized users.
3212021-12-08
322 - Removed koralQuery and statistics from VC list.
323 - Added a web-service to retrieve KoralQuery of a VC
3242021-12-10
325 - [security] Updated log4j libs due to CVE-2021-44228.
3262021-12-13
327 - Fixed broken test suite.
3282022-01-03
329 - [security] More log4j security updates
330 - Bumped unboundid-ldapsdk
331 - Updated tests.
3322022-01-25
333 - Added show-tokens option to the search API.
3342022-01-31
335 - Added an API retrieving fields of a virtual corpus.
336
337# version 0.64.1
338
3392021-10-26
340 - Bump Kustvakt and Krill versions.
341
342
343# version 0.64
3442021-07-29
345 - Updated the change files and made a new version.
3462021-08-12
347 - Fixed errors due to missing query type and added tests.
3482021-08-13
349 - Fixed missing request entity.
350 - Updated the query service to enable editing query references.
3512021-08-16
352 - Fixed creator param when storing query or VC by admins for
353 the system or other users.
354
355# version 0.63.2
3562021-06-11
357 - Updated OAuth2 token length & secure random algorithm config.
358 - Added character set filter to random code generator, e.g. for client_id.
3592021-06-14
360 - Updated roleId and super client parameters.
3612021-06-24
362 - Fixed broken test.
3632021-07-22
364 - Updated cache settings and some loggings.
3652021-07-26
366 - Replaced annotation parsing with restoring the annotation tables to the
367database.
368 - Moved cache config to the full config.
369
370# version 0.63.1
3712021-02-22
372 - Updated libraries (margaretha)
373 - Renamed virtual corpus to query (margaretha)
3742021-02-26
375 - Added query access roles and fixed vc access roles (margaretha)
376 - Added delete query webservice and tests (margaretha)
3772021-03-25
378 - Updated Koral version for Info Controller (margaretha)
379 - Updated OAuth2 token list with token type and user clientId
380parameters (margaretha)
3812021-03-29
382 - Added client type in the client list web-service. Resolved #58 (margaretha)
3832021-04-19
384 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3852021-04-26
386 - Updated OAuth2 Client list (margaretha)
3872021-04-30
388 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
389 - Updated OAuth2 API responses for coherence (margaretha)
3902021-06-07
391 - Updated OAuth2 client dto (margaretha)
392
393# version 0.63
39426/10/2020
395 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
39629/10/2020
397 - Introduction of a query reference rewrite mechanism (diewald)
39830/10/2020
399 - Added database methods for storing query references (diewald)
40004/12/2020
401 - Fix hibernate dialect for SQLite. (margaretha)
40204/12/2020
403 - Fix pipe warning. (margaretha)
40414/01/2021
405 - Updated Flyway (margaretha)
40621/01/2021
407 - Fixed running pipe and updated tests with mockserver (margaretha)
40801/02/2021
409 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
41005/02/2021
411 - Add query reference web-service (diewald,margaretha)
41210/02/2021
413 - Fixed problem with multiple desktop apps (diewald, margaretha)
41412/02/2021
415 - Added listing available queries for users (margaretha)
41617/02/2021
417 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
418 - Added query and query language in virtual corpus table (margaretha)
41918/02/2021
420 - Set corpus access public for stored query (margaretha)
42119/02/2021
422 - Enabled API info web-service (margaretha)
423
424
425# version 0.62.4
42624/01/2020
427 - Removed salt from config and updated config files (margaretha)
42803/02/2020
429 - Added an admin API for clearing access token cache (margaretha)
43005/02/2020
431 - Added a config properties for a long-time access token expiry
432 and excluded refresh tokens for public clients in OAuth2 token
433 responses (margaretha)
434 - Removed client authentication from the client deregistration and
435 client-secret reset APIs (margaretha)
43604/03/2020
437 - Updated the sample index (diewald)
438
439# version 0.62.3
44003/12/2019
441 - Implemented pipe extension in the search API (margaretha)
44211/12/2019
443 - Added errors when requesting VC in caching process (margaretha,
444 resolved #47)
44512/12/2019
446 - Added support for multiple cq parameters (margaretha, resolved #46)
44713/12/2019
448 - Handled pipe errors and added tests (margaretha)
44919/12/2019
450 - Updated create update user-group API (margaretha)
45120/12/2019
452 - Removed transactional annotations from simple select queries (margaretha)
453 - Updated free resource controller (margaretha)
45415/01-2020
455 - Added additional statistic figures to virtual corpus info API
456 response (margaretha)
457
458# version 0.62.2
45917/10/2019
460 - Handled vulnerability CVE-2019-17195. (margaretha)
4618/11/2019
462 - Added user-group name pattern (margaretha, issue #33)
46311/11/2019
464 - Updated user group service paths and replaced groupId with groupName
465 (margaretha, resolved #33)
46612/11/2019
467 - Removed UserGroupJson & updated listUserGroups and createUserGroup
468 services (margaretha)
469 - Added prefixes to username and groupname parameters in service paths
470 (margaretha, resolved #35)
47113/11/2019
472 - Added tests for issue #43 (margaretha)
47314/11/2019
474 - Added client description and URL to list-authorized-clients service
475 (margaretha, close #53)
476 - Implemented a service to list clients registered by a user (margaretha,
477 close #52)
478 - Added a check for OAuth2 client, VC, and group name length (margaretha)
47915/11/2019
480 - Merged list authorized client and list registered client services
481 (margaretha)
48221/11/2019
483 - Added a service to list active refresh tokens of a user (margaretha)
484 - Added username filtering to token revocation service via super client
485 (margaretha)
48626/11/2019
487 - Added a service to revoke a single refresh token via super client
488 (margaretha)
489
490# version 0.62.1
49108/07/2019
492 - Added tests for public metadata response in search api (margaretha,
493 issue #43)
494 - Disabled some tests of unused/disabled web-services (margaretha)
49507/08/2019
496 - Fixed missing scopes after requesting access token with refresh token
497 (margaretha)
498 - Fixed post requests with status OK and empty body (margaretha)
49907/08/2019
500 - Added users to hidden group when searching in a published VC (margaretha,
501 resolved #40)
50215/08/2019
503 - Updated the response statuses of VC PUT requests (margaretha)
504
505# version 0.62
50628/02/2019
507 - Removed old VC controllers and updated tests (margaretha, issue #34)
508 - Updated VC access controllers (margaretha)
50919/03/2019
510 - Added close index controller (margaretha)
51111/04/2019
512 - Fixed unknown authentication scheme, missing VC entity, and parameter
513 checker (margaretha)
514 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
515 unique group name and unknown VC access (margaretha)
51627/06/2019
517 - Handled LDAP errors, fixed #45 (margaretha)
51803/07/2019
519 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
520 - Changed the response media-type of authentication controllers (margaretha)
521 - Fixed bugs: allow guest to retrieve system VC,
522 remove VC from cache when it is deleted (margaretha)
52304/07/2019
524 - Updated VC name pattern and tests (margaretha)
525
526# version 0.61.6
52704/02/2019
528 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
529 - Updated client deregistration behavior (margaretha)
53005/02/2019
531 - Added delete-group-by-name controller (margaretha)
532 - Added unique index to group name (margaretha)
53306/02/2019
534 - Updated a user setting test using array for multiple values (margaretha)
535 - Added metadata controller tests (margaretha)
53618/02/2019
537 - Fixed tests (margaretha)
538 - Updated handling errors from Koral (margaretha)
53919/02/2019
540 - Added fields to metadata controller (margaretha, issue #39)
541
542# version 0.61.5
54317/12/2018
544 - Added a search timeout test (margaretha)
54518/12/2018
546 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
54708/01/2019
548 - Improved predefined vc caching (issue #28, margaretha)
54909/01/2019
550 - Added comments (margaretha)
551 - Updated code structure (margaretha)
55211/01/2019
553 - Degraded API version to 1.0 (margaretha)
554 - Added OAuth2 client info tests (margaretha)
55514/01/2019
556 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
55716/01/2019
558 - Added a PUT request for both creating and editing vc (margaretha)
559 - Added aliases to some VC controllers (margaretha)
560 - Merged VC access list controllers (margaretha)
56121/01/2019
562 - Removed codes related to user registration & password management (margaretha)
56322/01/2019
564 - Added create, edit, retrieve user default setting controllers (margaretha)
56522/01/2019
566 - Updated default setting controllers & added tests (margaretha)
567 - Added delete key in setting controllers (margaretha)
56823/01/2019
569 - Added default setting key validation (margaretha)
570 - Fixed UserdataTest (margaretha)
57124/01/2019
572 - Added default setting key validation & fixed UserdataTest (margaretha)
57325/01/2019
574 - Added VC reference and MapUtil tests (margaretha)
57528/01/2019
576 - Fixed username verification in DefaultSettingService (margaretha)
577 - Added foundry rewrite with user default setting (margaretha)
578 - Added default foundry for morphology layer (margaretha)
57929/01/2019
580 - Fixed share VC type (margaretha)
581 - Added delete setting controller (margaretha)
582 - Handled "no resource found" cases (margaretha, issue #37)
58330/01/2019
584 - Added server shutdown description in readme (margaretha)
585
586# version 0.61.4
58714/11/2018
588 - Integrated lite and full services and controllers in core (margaretha)
58921/11/2018
590 - Updated OAuth2 refresh token request to create a new refresh token and
591 revoke the old one per request (margaretha)
59228/11/2018
593 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
594 - Handled storing cached VC with VC reference (margaretha)
59529/11/2018
596 - Added a controller for listing user clients having active refresh tokens
597 (margaretha)
5986/12/2018
599 - Added debug flags to mitigate log4j debugging performance (margaretha)
600 - Fixed KoralNode at() method (margaretha)
60111/12/2018
602 - Implemented revoking all tokens of a user client via a super client
603 (margaretha)
604 - Removed document controllers and KustvaktResource (margaretha)
605 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
606
607
608# version 0.61.3
60917/10/2018
610 - Updated NamedVCLoader to be optional (margaretha)
611 - Updated annotation tables & implemented key-value structure (margaretha)
612 - Added annotation parser for annotation data from kalamar (margaretha)
613 - Implemented parsing free resource info from json (margaretha)
61422/10/2018
615 - Updated jetty, spring and hibernate versions (margaretha)
616 - Fixed the order of annotation keys and values, and added tests (margaretha)
617 - Fixed resource DAO & added tests (margaretha)
61824/10/2018
619 - Fixed query serialization service (margaretha)
620 - Added "highlights" parameter to matchInfo controller (margaretha)
621 - Added "fields" parameter to search controllers (margaretha)
622 - Integrated lite controllers, services and tests in full version (margaretha)
62329/10/2018
624 - Moved javax.servlet-api to core (margaretha)
62507/11/2018
626 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
62713/11/2018
628 - Added Shutdown handler to Jetty server (margaretha)
629 - Fixed storing VC order in NamedVCLoader (margaretha)
630
631# version 0.61.2
63212/09/2018
633 - Added various log4j2 configurations (margaretha)
63413/09/2018
635 - Implemented VirtualCorpusRewrite (margaretha)
63614/09/2018
637 - Fixed SpringJerseyTest ApplicationContext (margaretha)
638 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
639 - Enabled VCReferenceTest in maven test suite (margaretha)
64018/09/2018
641 - Handled unique constraints / inserting duplicate items to DB (margaretha)
642 - Added a controller for editing user group member roles (margaretha)
64319/09/2018
644 - Fixed cached-VC ref with username (margaretha)
645
646# version 0.61.1
64728/08/2018
648 - Added API URL versioning (margaretha)
649 - Deactivated IdRewrite (margaretha)
650 - Fixed kustvakt controller (margaretha)
65130/08/2018
652 - Fixed root packages & added api version properties in kustvakt.conf
653 (margaretha)
654 - Fixed versioning in SearchController (margaretha)
655 - Added API versioning tests (margaretha)
656
657# version 0.61.0
658
65902/08/2018
660 - Added VC reference tests (margaretha)
661 - Implemented loading and caching named VCs (margaretha)
66203/08/2018
663 - Implemented OAuth2 revoke token (margaretha)
664 - Updated OAuth2 refresh token implementation (margaretha)
66514/08/2018
666 - Implemented revoke all OAuth2 access tokens and authorization codes of
667 client users when deregistering/deleting a client (margaretha)
668 - Fixed update OAuth2 access token (margaretha)
669 - Implemented reset client secret (margaretha)
670 - Fixed revoking latest access token when refreshing OAuth2 access token
671 (margaretha)
67215/08/2018
673 - Implemented OAuth2 client info controller (margaretha)
674 - Implemented update OAuth2 client privilege controller for admins
675 (margaretha)
676 - Implemented unlimited authorization scope for super clients with OAuth2
677 password grant (margaretha)
678 - Marked native clients implementation to deprecated in favour of super
679 clients (margaretha)
680 - Enabled using Bearer tokens as user authentication tokens (Authorization
681 header value) for many controllers including OAuth2 controllers (margaretha)
68216/08/2018
683 - Implemented degrading super clients (margaretha)
684 - Improved and added OAuth2 tests (margaretha)
68521/08/2018
686 - Added VC name pattern check (margaretha)
68722/08/2018
688 - Implemented loading VC from gz files (margaretha)
689 - Updated OAuth2 authorization codes' & access tokens' expiry check
690 (margaretha)
69123/08/2018
692 - Updated RefreshToken implementations with separate DB tables (margaretha)
693 - Allows multiple access tokens per refresh token (margaretha)
69427/08/2018
695 - Added statistic with VC reference tests (margaretha)
696 - Fixed OAuth2 SQL files (margaretha)
69728/08/2018
698 - Added c3p0 datasource configuration to Spring default-config-xml
699 (margaretha)
700 - Added running Kustvakt server with custom spring config in the readme
701 (margaretha)
702 - Removed old OAuth2 codes (margaretha)
703 - Moved non-config test codes to misc (margaretha)
704
705
706# version 0.60.5
707
70809/07/2018
709 - Added service layer to the search controller (margaretha)
710 - Added OAuth2 scope checking in search and VC controllers (margaretha)
711 - Added handling OAuth2 bearer token for VC access and User group
712 controllers (margaretha)
713 - Added default scope to password grant (margaretha)
71410/07/2018
715 - Made createBasicAuthorizationHeaderValue static (margaretha)
716 - Added store access token in openID token service (margaretha)
717 - Fixed empty scope in openID authorization and token service (margaretha)
718 - Implemented storing authorization code in cache (margaretha)
71911/07/2018
720 - Fixed authentication time in authentication controller (margaretha)
721 - Added OAuth2 access token tests (margaretha)
72212/07/2018
723 - Updated maven surefire setting for faster test suite runtime (margaretha)
724 - Implemented refreshing OAuth2 access token (margaretha)
72526/07/2018
726 - Fixed issue #27 (margaretha)
72702/08/2018s
728 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
729
730
731# version 0.60.4
732
73305/07/2018
734 - implemented OAuth2 authorization code request with OpenID Authentication
735 (margaretha)
736 - enabled OAuth2 authorization without OpenID authentication using Nimbus
737 library (margaretha)
738 - implemented response handler for OpenID authentication errors in authorization
739 requests (margaretha)
740 - added tests regarding OpenID authentication in authorization requests
741 (margaretha)
742 - implemented OAuth2 authorization error response via redirect URI instead of
743 JSON (margaretha)
744 - added state to OAuth2 authorization error response (margaretha)
745 - implemented OpenID token service for authorization code flow (margaretha)
746 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
747 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
748 keys (margaretha)
749 - implemented OpenId configuration (margaretha)
750 - added authentication time and support for auth_time in id_token (margaretha)
751 - implemented support for nonce and max_age parameters in OpenID authentication
752 (margaretha)
753 - implemented OAuth2 token request with password grant using Nimbus library
754 (margaretha)
755 - updated redirect URI validator (margaretha)
756 - updated client registration requirement to allow desktop applications
757 (margaretha)
758 - fixed RSA key configuration (margaretha)
759 - merged OAuth2 client deregistration controllers (margaretha)
760 - fixed OAuth2 client unique URL-hashcode (margaretha)
761 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
762 - Added support for unrestricted corpus statistics (ndiewald)
763 - updated paths of user-group deletion-controllers (margaretha)
764 - Do not pass broken queries to Krill (diewald)
765 - added OAuth2 token request with client authentication via Authorization
766 header (margaretha)
767 - added port checking in test suite (margaretha)
768
769# version 0.60.3
770
77106/06/2018
772 - improved user authentication by using authentication filter for authorization
773 code request (margaretha)
774 - limited client authentication to client id checking in authorization code
775 request (margaretha)
776 - added user_id in the oauth2_access_token database table (margaretha)
777 - implemented OAuth2Authentication provider for token context management
778 (margaretha)
779 - added parameter checking for authorization DAO (margaretha)
780 - added controller tests using OAuth2 access token (margaretha)
781 - added database tables for MySQL (margaretha)
782 - updated JWT library and related codes (margaretha)
783
784# version 0.60.2
785
78603/05/2018
787 - implemented OAuth2 client registration (margaretha)
788 - implemented OAuth2 client authentication (margaretha)
789 - changed virtual corpus search to retrieval (margaretha)
790 - implemented public client deregistration task (margaretha)
791 - added client registration and deregistration tests (margaretha)
792 - implemented confidential client deregistration task (margaretha)
793 - fixed storing client secret (margaretha)
794 - implemented OAuth2 response handler (margaretha)
795 - implemented OAuth2 request access token with client credentials grant
796 (margaretha)
797 - implemented OAuth2 request access token with resource owner password grant
798 (margaretha)
799 - implemented OAuth2 authorization code request (margaretha)
800 - added OAuth2 error codes (margaretha)
801 - added OAuth2 authorization, scope and access token tables for SQLite
802 (margaretha)
803 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
804 - implemented OAuth2 request access token with authorization code grant
805 (margaretha)
806 - added setting default scopes in the config file (margaretha)
807 - fixed loading spring config multiple times in the test suite (margaretha)
808 - added SQLite created_date trigger for access token (margaretha)
809 - added a join table for access token scopes (margaretha)
810 - added access scopes handling (margaretha)
811 - added tests about request token with authorization code (margaretha)
812
813# version 0.60.1
814
81528/03/2018
816 - added admin-related SQL codes (margaretha)
817 - updated AdminDao (margaretha)
818 - added optional username query parameter to group list controller (margaretha)
819 - fixed non hierarchical URI of kustvakt conf files (margaretha)
820 - added delete group member triggers (margaretha)
821 - added list user-group by username and status for system admin (margaretha)
822 - added user-group status in user-group DTO (margaretha)
823 - added check for hidden groups in user-group tests (margaretha)
824 - added database trigger test on deleting members when deleting group
825 (margaretha)
826 - renamed VC type PREDEFINED to SYSTEM (margaretha)
827 - added VC list controller for system admin (margaretha)
828 - added VC controller tests with for system admin (margaretha)
829 - added hidden access removal when deleting published VC (margaretha)
830 - added check for hidden groups in VC controller tests (margaretha)
831 - added search user-group controller (margaretha)
832 - removed createdBy from VirtualCorpusJson (margaretha)
833 - moved member role setting from the invitation phase to the after-subscription
834 phase (margaretha)
835 - added member role removal after deleting members (margaretha)
836 - added add and delete member role controllers (margaretha)
837
838# version 0.60
839
84014/03/2018
841 - set up mail settings using localhost port 25 (margaretha)
842 - added mail template in kustvakt configuration (margaretha)
843 - added mail settings to readme (margaretha)
844 - disabled email notification for auto group (margaretha)
845 - added metadata retrieval (diewald)
846 - enabled custom implementation for email address retrieval (margaretha)
847 - removed old policy and deprecated code (margaretha)
848 - moved authentication related code to /full (margaretha)
849 - added userRoles attribute to UserGroupDto. (margaretha)
850 - fixed sqlite trigger (margaretha)
851 - fixed member exist error message (margaretha)
852 - fixed member invitation to join deleted group (margaretha)
853 - added checking deleted group (margaretha)
854
855# version 0.59.10
856
85720/02/2018
858 - added sort VC by id (margaretha)
859 - added test cases regarding VC sharing (margaretha)
860 - implemented withdraw VC from publication (margaretha)
861 - added Changes file (margaretha)
862 - implemented add/invite users to group (margaretha)
863 - implemented delete user-group and member tasks (margaretha)
864 - added userMemberStatus in group lists (margaretha)
865 - updated and added SQL test data (margaretha)
866 - added user group related tests (margaretha)
867 - implemented custom configuration for deleting user groups and members (margaretha)
868 - updated library versions and java environment (margaretha)
869 - added expiration time check for member invitation (margaretha)
870 - moved .properties files (margaretha)
871 - merged changelog file to Changes (margaretha)
872 - updated status codes and error messages to be more detailed (margaretha)
873 - testing mail implementation using embedded jetty jndi (margaretha)
874 - fixed collection rewrite regarding OR operation with other fields
875 (margaretha)
876 - implemented sending mail using spring injection and removed jetty jndi
877 (margaretha)
878 - fixed unrecognized application/json (margaretha)
879 - fixed and updated velocity template (margaretha)
880
881# version 0.59.9
882
88319/01/2018
884 - restructured basic authentication (margaretha)
885 - fixed AuthenticationException to include authentication scheme (margaretha)
886 - fixed rewrite redundancy in collection rewrite (margaretha)
887 - fixed foundry rewrite for constituents (margaretha)
888 - introduced authentication methods, schemes and tokens (margaretha)
889 - implemented collection rewrite with multiple licenses (margaretha)
890 - fixed foundry rewrite for korap span without wrap node (margaretha)
891 - implemented list user group (margaretha)
892 - implemented delete VC task (margaretha)
893 - implemented create user-group, subscribe to user-groups, unsubscribe to
894 user-groups tasks(margaretha)
895 - fixed handling JSON mapping exception for missing enums (margaretha)
896 - implemented list VC task (margaretha)
897 - added KoralQuery in VC lists (margaretha)
898 - implemented edit VC task (margaretha)
899 - implemented publish VC task (margaretha)
900 - implemented share VC task (margaretha)
901 - implemented list only owned VC task (margaretha)
902 - implemented list VC access task (margaretha)
903 - implemented search VC by id task (margaretha)
904 - implemented delete VC access (margaretha)
905 - implemented search for project VC (margaretha)
906 - added search VC related tests (margaretha)
907 - removed PredefinedUserGroup.ALL and related codes (margaretha)
908 - implemented search for published VC (margaretha)
909
910# version 0.59.8
911
91221/09/2017
913 - restructured statistics service (margaretha)
914 - removed deprecated loader codes and tests (margaretha)
915 - removed old Spring java configurations (margaretha)
916 - implemented entity classes for the new database (margaretha)
917 - added MySQL codes regarding VC and for testing (margaretha)
918 - added dao methods regarding VC (margaretha)
919 - added similar SQL codes (to MySQL) for sqlite (margaretha)
920 - added dao methods regarding user groups (margaretha)
921 - restructured web-service codes into controller and logic/business-service
922 (margaretha)
923 - implemented user role and privilege, and added tests (margaretha)
924 - prepared test suite using new database (margaretha)
925 - implemented UserGroupDao and tests (margaretha)
926 - fixed missing exceptions in JsonUtils (margaretha)
927 - restructured web filters and authentication codes (margaretha)
928 - implemented create/store VC (margaretha)
929 - fixed collection rewrite bug regarding availability with operation or
930 (margaretha)
931
932# version 0.59.7
933
93413/10/2016
935 - MOD: updated search to use new siglen (diewald)
936 - MOD: fixed matchinfo retrieval in light service (diewald)
937
93805/05/2015
939 - ADD: rest test suite for user service (hanl)
940 - MOD: setup parameter modification (hanl)
941 - ADD: oauth2 client unique constraint (hanl)