blob: ef15a5d2bc2d0b31f883bed93157828eab584d1d [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.
margaretha34c9fba2024-08-09 17:44:03 +020021
Akron7ba60862024-08-09 16:55:01 +020022# version 0.74.1-SNAPSHOT
23
24- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020025- - Introduce filter_by and deprecate authorized_only in OAuth2
26 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020027
margaretha144be1a2024-08-09 15:38:40 +020028# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020029
30- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020031- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020032- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020033- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020034- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020035- Unified ResourceFilters and SearchResourceFilters.
36- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020037- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020038
margaretha1ef2a032024-06-11 11:39:57 +020039# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020040
margaretha46e2c952024-05-23 09:09:54 +020041- Added tests for the DNB scenario with custom max match
42 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020043- Cleaned up named-vc.
44- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020045- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020046- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020047- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020048- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020049
margaretha21879752024-04-22 12:12:58 +020050# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010051
margaretha387e4682024-03-22 11:26:29 +010052- Fixed jakarta validation error.
53- Added openapi doc (#744)
54- Moved service.properties to src/main/resources/properties
55- Moved free-resources.json to src/main/resources/json
56- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010057- Changed loading external kustvakt.conf and jdbc.properties
58 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020059- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020060- Setup vc-cache in the data folder (#598)
61- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020062- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020063- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020064- Updated configurations of the lite version to use the
65 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020066- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010067
margaretha28a53d12024-02-20 12:57:38 +010068# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010069
margarethab06377e2024-01-30 11:06:35 +010070- Moved the content of the full folder to the root folder
71- Removed Piwik
72- Removed unused libraries
73- Cleaned up spring configs
74- Updated Krill and Koral with new groupIds
75- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010076- Updated search Krill and removed Lucene
77- Updated readme
margarethab06377e2024-01-30 11:06:35 +010078
79# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010080
81- Replaced javax.ws to jakarta.ws namespace (#648)
82- Upgrading Jersey 2.40 to 3.x (#646)
83- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
84- Replaced javax.persistence with jakarta.persistence (#648)
85- Migrate Hibernate 5 to 6 (#649)
86- Fix missing placeholders
87- Fixed conflicting jackson-jarxrs
88- Fixed conflicting commons-logging and spring jcl
89- Replaced javax.servlet with jakarta.servlet (#648)
90- Updated authorization services using Nimbus (#650)
91- Fixed BlockingFilter by replacing javax.annotation.Priority
92 with jakarta.annotation.Priority (#659, #648)
93- Replaced javax.annotation with jakarta.annotation
94- Enabled legacy support for authorization POST request
95- Changed OAuth2 token request using Nimbus (#650)
96- Removed Apache Oltu API from token requests (#650)
97- Removed OpenID
98- Fixed clearing cache
99- Fix JettyServerTest, init package, and some java docs.
100- Make scope extraction more flexible.
101- Updated token response using Nimbus (#650)
102- Remove Oltu request and validator implementations (#650)
103- Updated OAuth2 response handler (#650)
104- Fixed ShutdownHandler (fixed #708)
105- Fixed issues with multi-release jar (#706, #708)
106
107
108# version 0.71.1
109
110- Removed auditing (#611)
111- Removed old database configurations (#612)
112- Removed old tests
113- Removed unnecessary caches and methods in the authentication interface
114- Added total result cache (#599)
115- Fixed missing project.version in info web-service
116- Make sure totalResults and other numeric results are numbers (Kupietz)
117- Introduce CQP query language in Koral 0.41
118- Changed DB connection (fixed #670)
119- Resolved duplicate libraries
120- Fixed testing expiry access token
121- Fix lombok compile warning
122- Ensure the order of clean token tests.
123
124# version 0.71
125
126- Renamed entity and service packages in core
127- Renamed web.controller package in core
128- Moved SearchNetworkEndpoint to core.service package
129- Merged lite into full
130- Merged core into full
131
132
133# version 0.70.1
134
135- Added data folder containing super_client_info and database
136 for mounting into docker
137- Added an error for missing redirect uri in a token request
138 when it has been included in the authorization request.
139- Added tests for VC sharing and for OAuth2 client using VC services
140- Added and updated VC controller tests
141- Moved hibernate.properties
142- Added maximum number of user persistent virtual corpora and queries
143
144# version 0.70
145
146- Support token array in matchinfo (fixes #570; diewald)
147- Updated VC list API and deprecated owner VC list (addressed #580)
148- Added user info web-service (solved #566)
149- Implemented configurable resource filters for search and match
150 info APIs (#539)
151- Added getting username from LDAP (#568)
152- Disabled LDAP auth provider and token API in the auth filter (#587)
153- Added LDAP log for users without idsC2Profile
154- Fixed log4j2 properties.
155
156
157# version 0.69.3
158
159- Moved the service path of VC admin services to admin/vc (closed #543)
160- Added an admin service to load and cache system vc (solved #268)
161- Move oauth2 admin service path (closed #544)
162- Excluded admin service to load-cache VC from the test suite
163- Fixed refresh token expiry test
164- Fixed scope check in OAuth2 token request with refresh token
165
166# version 0.69.2
167
1682022-12-05
169- Upgrade version for E2E-simplified Docker images (diewald)
1702023-01-27
171- Updated client info API (replaced user authorization requirement with super
172 client authentication)
1732023-01-30
174- Made scope param required in authorization request (solved #508)
1752023-01-31
176- Allowed OAuth2 clients to use localhost as redirect URIs.
1772023-02-03
178- Fixed content-type in error responses by changing it to application/json
1792023-02-06
180- Allow admin access using admin token for the clean token API
1812023-02-10
182- Use admin filter instead of OAuth2 ADMIN scope
183- Added a plugin test.
1842023-02-15
185- Moved user-group retrieval API to UserGroupAdminController
186 and changed the service path URL of UserGroupAdminController.
1872023-02-20
188- Deprecate API token (JWT) web-service
189- Fixed Slf4J binding
1902023-02-28
191- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1922023-03-06
193- Fixed testing refresh token expiry.
194
195
196# version 0.69.1
197
198- Upgrade version for docker including indexer (diewald)
199
200
201# version 0.69
202
203 - Migrated to Java 11 and Jersey 2
204 - Updated dependencies
205 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
206
207
208# version 0.68
209
2102022-05-25
211 - Added a new API: list plugins (e.g for marketplace)
212 - Added redirect URI validation in authorization request (addressed #374)
213 - Handled user-defined refresh token expiry (added in client info and
214 list API response)
215 - Added installed_plugins table
216 - Added a new API: install plugin
217 - Handled redundant plugin installation
218 - Handled super client id in plugin installation
219 - Deprecated UserClientDto and uses ClientinfoDto instead
220 - Updated redirect URI error message for coherence
2212022-05-27
222 - Added maximum limit to custom refresh token expiry
2232022-06-01
224 - Added new APIs: list user-installed plugins and uninstall plugin.
225 - Moved install and list plugin APIs to PluginController and updated their
226 service paths under /plugins.
2272022-06-03
228 - Implemented searching option using a network endpoint
229 - Implemented initial super client registration for user authentication.
230 - Fixed admin clean token API and restrict plugins to confidential only.
231
232
233
234# version 0.67.1
235
2362022-05-12
237 - Implemented mapping of LDAP username to email
238 - Handled null parameters in authorization requests
2392022-05-25
240 - Fixed null client_id
241 - Updated ldap.config path in the kustvakt-test.conf
242
243
244# version 0.67
245
2462022-05-09
247 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
248 - An embedded LDAP server can now be started automatically if configured accordingly.
2492022-05-11
250 - Changed the SQL script updating oauth2_client table
251
252
253# version 0.66
254
2552022-03-31
256 - Updated query and user-group name pattern.
2572022-04-08
258 - Added redirect_uri to client info API.
2592022-04-11
260 - Added registration_date, refresh_token_expiry, source and is_permitted
261 to the oauth2_client database table, and updated the OAuth2 client
262 registration mechanism.
263 - Added authorization request with GET and deprecated that with POST.
2642022-04-13
265 - Updated OAuth2Client list API (added redirect_uri, registration_date,
266 permitted, source to OAuth2UserClientDto).
2672022-04-20
268 - Updated authorization error response. (Included error and error
269 description in the client redirect URI except for missing or
270 invalid client id or redirect URI.
271
272
273# version 0.65.2
274
2752022-03-03
276 - Removed VCLoader.
277 - Added foreign keys to the DB tables of access and refresh token scopes.
2782022-03-07
279 - Added more parameter checks and OAuth2Client web-service tests.
2802022-03-17
281 - Updated admin filter by using admin token and role checks.
2822022-03-18
283 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2842022-03-28
285 - Updated admin filter (admintoken as a form param) and uses
286 it for the closing index reader API.
287 - Removed unused admin API: clear access token cache.
2882022-03-29
289 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
290
291# version 0.65.1
292
2932022-03-01
294 - Restricts the field retrieval web-service to admin only.
295
296# version 0.65
297
298!!! includes security updates - please update all Kustvakt libraries
299!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
300
3012021-12-02
302 - Updated VC cache.
3032021-12-03
304 - Enabled listing system vc for authorized users.
3052021-12-08
306 - Removed koralQuery and statistics from VC list.
307 - Added a web-service to retrieve KoralQuery of a VC
3082021-12-10
309 - [security] Updated log4j libs due to CVE-2021-44228.
3102021-12-13
311 - Fixed broken test suite.
3122022-01-03
313 - [security] More log4j security updates
314 - Bumped unboundid-ldapsdk
315 - Updated tests.
3162022-01-25
317 - Added show-tokens option to the search API.
3182022-01-31
319 - Added an API retrieving fields of a virtual corpus.
320
321# version 0.64.1
322
3232021-10-26
324 - Bump Kustvakt and Krill versions.
325
326
327# version 0.64
3282021-07-29
329 - Updated the change files and made a new version.
3302021-08-12
331 - Fixed errors due to missing query type and added tests.
3322021-08-13
333 - Fixed missing request entity.
334 - Updated the query service to enable editing query references.
3352021-08-16
336 - Fixed creator param when storing query or VC by admins for
337 the system or other users.
338
339# version 0.63.2
3402021-06-11
341 - Updated OAuth2 token length & secure random algorithm config.
342 - Added character set filter to random code generator, e.g. for client_id.
3432021-06-14
344 - Updated roleId and super client parameters.
3452021-06-24
346 - Fixed broken test.
3472021-07-22
348 - Updated cache settings and some loggings.
3492021-07-26
350 - Replaced annotation parsing with restoring the annotation tables to the
351database.
352 - Moved cache config to the full config.
353
354# version 0.63.1
3552021-02-22
356 - Updated libraries (margaretha)
357 - Renamed virtual corpus to query (margaretha)
3582021-02-26
359 - Added query access roles and fixed vc access roles (margaretha)
360 - Added delete query webservice and tests (margaretha)
3612021-03-25
362 - Updated Koral version for Info Controller (margaretha)
363 - Updated OAuth2 token list with token type and user clientId
364parameters (margaretha)
3652021-03-29
366 - Added client type in the client list web-service. Resolved #58 (margaretha)
3672021-04-19
368 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3692021-04-26
370 - Updated OAuth2 Client list (margaretha)
3712021-04-30
372 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
373 - Updated OAuth2 API responses for coherence (margaretha)
3742021-06-07
375 - Updated OAuth2 client dto (margaretha)
376
377# version 0.63
37826/10/2020
379 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
38029/10/2020
381 - Introduction of a query reference rewrite mechanism (diewald)
38230/10/2020
383 - Added database methods for storing query references (diewald)
38404/12/2020
385 - Fix hibernate dialect for SQLite. (margaretha)
38604/12/2020
387 - Fix pipe warning. (margaretha)
38814/01/2021
389 - Updated Flyway (margaretha)
39021/01/2021
391 - Fixed running pipe and updated tests with mockserver (margaretha)
39201/02/2021
393 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
39405/02/2021
395 - Add query reference web-service (diewald,margaretha)
39610/02/2021
397 - Fixed problem with multiple desktop apps (diewald, margaretha)
39812/02/2021
399 - Added listing available queries for users (margaretha)
40017/02/2021
401 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
402 - Added query and query language in virtual corpus table (margaretha)
40318/02/2021
404 - Set corpus access public for stored query (margaretha)
40519/02/2021
406 - Enabled API info web-service (margaretha)
407
408
409# version 0.62.4
41024/01/2020
411 - Removed salt from config and updated config files (margaretha)
41203/02/2020
413 - Added an admin API for clearing access token cache (margaretha)
41405/02/2020
415 - Added a config properties for a long-time access token expiry
416 and excluded refresh tokens for public clients in OAuth2 token
417 responses (margaretha)
418 - Removed client authentication from the client deregistration and
419 client-secret reset APIs (margaretha)
42004/03/2020
421 - Updated the sample index (diewald)
422
423# version 0.62.3
42403/12/2019
425 - Implemented pipe extension in the search API (margaretha)
42611/12/2019
427 - Added errors when requesting VC in caching process (margaretha,
428 resolved #47)
42912/12/2019
430 - Added support for multiple cq parameters (margaretha, resolved #46)
43113/12/2019
432 - Handled pipe errors and added tests (margaretha)
43319/12/2019
434 - Updated create update user-group API (margaretha)
43520/12/2019
436 - Removed transactional annotations from simple select queries (margaretha)
437 - Updated free resource controller (margaretha)
43815/01-2020
439 - Added additional statistic figures to virtual corpus info API
440 response (margaretha)
441
442# version 0.62.2
44317/10/2019
444 - Handled vulnerability CVE-2019-17195. (margaretha)
4458/11/2019
446 - Added user-group name pattern (margaretha, issue #33)
44711/11/2019
448 - Updated user group service paths and replaced groupId with groupName
449 (margaretha, resolved #33)
45012/11/2019
451 - Removed UserGroupJson & updated listUserGroups and createUserGroup
452 services (margaretha)
453 - Added prefixes to username and groupname parameters in service paths
454 (margaretha, resolved #35)
45513/11/2019
456 - Added tests for issue #43 (margaretha)
45714/11/2019
458 - Added client description and URL to list-authorized-clients service
459 (margaretha, close #53)
460 - Implemented a service to list clients registered by a user (margaretha,
461 close #52)
462 - Added a check for OAuth2 client, VC, and group name length (margaretha)
46315/11/2019
464 - Merged list authorized client and list registered client services
465 (margaretha)
46621/11/2019
467 - Added a service to list active refresh tokens of a user (margaretha)
468 - Added username filtering to token revocation service via super client
469 (margaretha)
47026/11/2019
471 - Added a service to revoke a single refresh token via super client
472 (margaretha)
473
474# version 0.62.1
47508/07/2019
476 - Added tests for public metadata response in search api (margaretha,
477 issue #43)
478 - Disabled some tests of unused/disabled web-services (margaretha)
47907/08/2019
480 - Fixed missing scopes after requesting access token with refresh token
481 (margaretha)
482 - Fixed post requests with status OK and empty body (margaretha)
48307/08/2019
484 - Added users to hidden group when searching in a published VC (margaretha,
485 resolved #40)
48615/08/2019
487 - Updated the response statuses of VC PUT requests (margaretha)
488
489# version 0.62
49028/02/2019
491 - Removed old VC controllers and updated tests (margaretha, issue #34)
492 - Updated VC access controllers (margaretha)
49319/03/2019
494 - Added close index controller (margaretha)
49511/04/2019
496 - Fixed unknown authentication scheme, missing VC entity, and parameter
497 checker (margaretha)
498 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
499 unique group name and unknown VC access (margaretha)
50027/06/2019
501 - Handled LDAP errors, fixed #45 (margaretha)
50203/07/2019
503 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
504 - Changed the response media-type of authentication controllers (margaretha)
505 - Fixed bugs: allow guest to retrieve system VC,
506 remove VC from cache when it is deleted (margaretha)
50704/07/2019
508 - Updated VC name pattern and tests (margaretha)
509
510# version 0.61.6
51104/02/2019
512 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
513 - Updated client deregistration behavior (margaretha)
51405/02/2019
515 - Added delete-group-by-name controller (margaretha)
516 - Added unique index to group name (margaretha)
51706/02/2019
518 - Updated a user setting test using array for multiple values (margaretha)
519 - Added metadata controller tests (margaretha)
52018/02/2019
521 - Fixed tests (margaretha)
522 - Updated handling errors from Koral (margaretha)
52319/02/2019
524 - Added fields to metadata controller (margaretha, issue #39)
525
526# version 0.61.5
52717/12/2018
528 - Added a search timeout test (margaretha)
52918/12/2018
530 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
53108/01/2019
532 - Improved predefined vc caching (issue #28, margaretha)
53309/01/2019
534 - Added comments (margaretha)
535 - Updated code structure (margaretha)
53611/01/2019
537 - Degraded API version to 1.0 (margaretha)
538 - Added OAuth2 client info tests (margaretha)
53914/01/2019
540 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
54116/01/2019
542 - Added a PUT request for both creating and editing vc (margaretha)
543 - Added aliases to some VC controllers (margaretha)
544 - Merged VC access list controllers (margaretha)
54521/01/2019
546 - Removed codes related to user registration & password management (margaretha)
54722/01/2019
548 - Added create, edit, retrieve user default setting controllers (margaretha)
54922/01/2019
550 - Updated default setting controllers & added tests (margaretha)
551 - Added delete key in setting controllers (margaretha)
55223/01/2019
553 - Added default setting key validation (margaretha)
554 - Fixed UserdataTest (margaretha)
55524/01/2019
556 - Added default setting key validation & fixed UserdataTest (margaretha)
55725/01/2019
558 - Added VC reference and MapUtil tests (margaretha)
55928/01/2019
560 - Fixed username verification in DefaultSettingService (margaretha)
561 - Added foundry rewrite with user default setting (margaretha)
562 - Added default foundry for morphology layer (margaretha)
56329/01/2019
564 - Fixed share VC type (margaretha)
565 - Added delete setting controller (margaretha)
566 - Handled "no resource found" cases (margaretha, issue #37)
56730/01/2019
568 - Added server shutdown description in readme (margaretha)
569
570# version 0.61.4
57114/11/2018
572 - Integrated lite and full services and controllers in core (margaretha)
57321/11/2018
574 - Updated OAuth2 refresh token request to create a new refresh token and
575 revoke the old one per request (margaretha)
57628/11/2018
577 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
578 - Handled storing cached VC with VC reference (margaretha)
57929/11/2018
580 - Added a controller for listing user clients having active refresh tokens
581 (margaretha)
5826/12/2018
583 - Added debug flags to mitigate log4j debugging performance (margaretha)
584 - Fixed KoralNode at() method (margaretha)
58511/12/2018
586 - Implemented revoking all tokens of a user client via a super client
587 (margaretha)
588 - Removed document controllers and KustvaktResource (margaretha)
589 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
590
591
592# version 0.61.3
59317/10/2018
594 - Updated NamedVCLoader to be optional (margaretha)
595 - Updated annotation tables & implemented key-value structure (margaretha)
596 - Added annotation parser for annotation data from kalamar (margaretha)
597 - Implemented parsing free resource info from json (margaretha)
59822/10/2018
599 - Updated jetty, spring and hibernate versions (margaretha)
600 - Fixed the order of annotation keys and values, and added tests (margaretha)
601 - Fixed resource DAO & added tests (margaretha)
60224/10/2018
603 - Fixed query serialization service (margaretha)
604 - Added "highlights" parameter to matchInfo controller (margaretha)
605 - Added "fields" parameter to search controllers (margaretha)
606 - Integrated lite controllers, services and tests in full version (margaretha)
60729/10/2018
608 - Moved javax.servlet-api to core (margaretha)
60907/11/2018
610 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
61113/11/2018
612 - Added Shutdown handler to Jetty server (margaretha)
613 - Fixed storing VC order in NamedVCLoader (margaretha)
614
615# version 0.61.2
61612/09/2018
617 - Added various log4j2 configurations (margaretha)
61813/09/2018
619 - Implemented VirtualCorpusRewrite (margaretha)
62014/09/2018
621 - Fixed SpringJerseyTest ApplicationContext (margaretha)
622 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
623 - Enabled VCReferenceTest in maven test suite (margaretha)
62418/09/2018
625 - Handled unique constraints / inserting duplicate items to DB (margaretha)
626 - Added a controller for editing user group member roles (margaretha)
62719/09/2018
628 - Fixed cached-VC ref with username (margaretha)
629
630# version 0.61.1
63128/08/2018
632 - Added API URL versioning (margaretha)
633 - Deactivated IdRewrite (margaretha)
634 - Fixed kustvakt controller (margaretha)
63530/08/2018
636 - Fixed root packages & added api version properties in kustvakt.conf
637 (margaretha)
638 - Fixed versioning in SearchController (margaretha)
639 - Added API versioning tests (margaretha)
640
641# version 0.61.0
642
64302/08/2018
644 - Added VC reference tests (margaretha)
645 - Implemented loading and caching named VCs (margaretha)
64603/08/2018
647 - Implemented OAuth2 revoke token (margaretha)
648 - Updated OAuth2 refresh token implementation (margaretha)
64914/08/2018
650 - Implemented revoke all OAuth2 access tokens and authorization codes of
651 client users when deregistering/deleting a client (margaretha)
652 - Fixed update OAuth2 access token (margaretha)
653 - Implemented reset client secret (margaretha)
654 - Fixed revoking latest access token when refreshing OAuth2 access token
655 (margaretha)
65615/08/2018
657 - Implemented OAuth2 client info controller (margaretha)
658 - Implemented update OAuth2 client privilege controller for admins
659 (margaretha)
660 - Implemented unlimited authorization scope for super clients with OAuth2
661 password grant (margaretha)
662 - Marked native clients implementation to deprecated in favour of super
663 clients (margaretha)
664 - Enabled using Bearer tokens as user authentication tokens (Authorization
665 header value) for many controllers including OAuth2 controllers (margaretha)
66616/08/2018
667 - Implemented degrading super clients (margaretha)
668 - Improved and added OAuth2 tests (margaretha)
66921/08/2018
670 - Added VC name pattern check (margaretha)
67122/08/2018
672 - Implemented loading VC from gz files (margaretha)
673 - Updated OAuth2 authorization codes' & access tokens' expiry check
674 (margaretha)
67523/08/2018
676 - Updated RefreshToken implementations with separate DB tables (margaretha)
677 - Allows multiple access tokens per refresh token (margaretha)
67827/08/2018
679 - Added statistic with VC reference tests (margaretha)
680 - Fixed OAuth2 SQL files (margaretha)
68128/08/2018
682 - Added c3p0 datasource configuration to Spring default-config-xml
683 (margaretha)
684 - Added running Kustvakt server with custom spring config in the readme
685 (margaretha)
686 - Removed old OAuth2 codes (margaretha)
687 - Moved non-config test codes to misc (margaretha)
688
689
690# version 0.60.5
691
69209/07/2018
693 - Added service layer to the search controller (margaretha)
694 - Added OAuth2 scope checking in search and VC controllers (margaretha)
695 - Added handling OAuth2 bearer token for VC access and User group
696 controllers (margaretha)
697 - Added default scope to password grant (margaretha)
69810/07/2018
699 - Made createBasicAuthorizationHeaderValue static (margaretha)
700 - Added store access token in openID token service (margaretha)
701 - Fixed empty scope in openID authorization and token service (margaretha)
702 - Implemented storing authorization code in cache (margaretha)
70311/07/2018
704 - Fixed authentication time in authentication controller (margaretha)
705 - Added OAuth2 access token tests (margaretha)
70612/07/2018
707 - Updated maven surefire setting for faster test suite runtime (margaretha)
708 - Implemented refreshing OAuth2 access token (margaretha)
70926/07/2018
710 - Fixed issue #27 (margaretha)
71102/08/2018s
712 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
713
714
715# version 0.60.4
716
71705/07/2018
718 - implemented OAuth2 authorization code request with OpenID Authentication
719 (margaretha)
720 - enabled OAuth2 authorization without OpenID authentication using Nimbus
721 library (margaretha)
722 - implemented response handler for OpenID authentication errors in authorization
723 requests (margaretha)
724 - added tests regarding OpenID authentication in authorization requests
725 (margaretha)
726 - implemented OAuth2 authorization error response via redirect URI instead of
727 JSON (margaretha)
728 - added state to OAuth2 authorization error response (margaretha)
729 - implemented OpenID token service for authorization code flow (margaretha)
730 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
731 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
732 keys (margaretha)
733 - implemented OpenId configuration (margaretha)
734 - added authentication time and support for auth_time in id_token (margaretha)
735 - implemented support for nonce and max_age parameters in OpenID authentication
736 (margaretha)
737 - implemented OAuth2 token request with password grant using Nimbus library
738 (margaretha)
739 - updated redirect URI validator (margaretha)
740 - updated client registration requirement to allow desktop applications
741 (margaretha)
742 - fixed RSA key configuration (margaretha)
743 - merged OAuth2 client deregistration controllers (margaretha)
744 - fixed OAuth2 client unique URL-hashcode (margaretha)
745 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
746 - Added support for unrestricted corpus statistics (ndiewald)
747 - updated paths of user-group deletion-controllers (margaretha)
748 - Do not pass broken queries to Krill (diewald)
749 - added OAuth2 token request with client authentication via Authorization
750 header (margaretha)
751 - added port checking in test suite (margaretha)
752
753# version 0.60.3
754
75506/06/2018
756 - improved user authentication by using authentication filter for authorization
757 code request (margaretha)
758 - limited client authentication to client id checking in authorization code
759 request (margaretha)
760 - added user_id in the oauth2_access_token database table (margaretha)
761 - implemented OAuth2Authentication provider for token context management
762 (margaretha)
763 - added parameter checking for authorization DAO (margaretha)
764 - added controller tests using OAuth2 access token (margaretha)
765 - added database tables for MySQL (margaretha)
766 - updated JWT library and related codes (margaretha)
767
768# version 0.60.2
769
77003/05/2018
771 - implemented OAuth2 client registration (margaretha)
772 - implemented OAuth2 client authentication (margaretha)
773 - changed virtual corpus search to retrieval (margaretha)
774 - implemented public client deregistration task (margaretha)
775 - added client registration and deregistration tests (margaretha)
776 - implemented confidential client deregistration task (margaretha)
777 - fixed storing client secret (margaretha)
778 - implemented OAuth2 response handler (margaretha)
779 - implemented OAuth2 request access token with client credentials grant
780 (margaretha)
781 - implemented OAuth2 request access token with resource owner password grant
782 (margaretha)
783 - implemented OAuth2 authorization code request (margaretha)
784 - added OAuth2 error codes (margaretha)
785 - added OAuth2 authorization, scope and access token tables for SQLite
786 (margaretha)
787 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
788 - implemented OAuth2 request access token with authorization code grant
789 (margaretha)
790 - added setting default scopes in the config file (margaretha)
791 - fixed loading spring config multiple times in the test suite (margaretha)
792 - added SQLite created_date trigger for access token (margaretha)
793 - added a join table for access token scopes (margaretha)
794 - added access scopes handling (margaretha)
795 - added tests about request token with authorization code (margaretha)
796
797# version 0.60.1
798
79928/03/2018
800 - added admin-related SQL codes (margaretha)
801 - updated AdminDao (margaretha)
802 - added optional username query parameter to group list controller (margaretha)
803 - fixed non hierarchical URI of kustvakt conf files (margaretha)
804 - added delete group member triggers (margaretha)
805 - added list user-group by username and status for system admin (margaretha)
806 - added user-group status in user-group DTO (margaretha)
807 - added check for hidden groups in user-group tests (margaretha)
808 - added database trigger test on deleting members when deleting group
809 (margaretha)
810 - renamed VC type PREDEFINED to SYSTEM (margaretha)
811 - added VC list controller for system admin (margaretha)
812 - added VC controller tests with for system admin (margaretha)
813 - added hidden access removal when deleting published VC (margaretha)
814 - added check for hidden groups in VC controller tests (margaretha)
815 - added search user-group controller (margaretha)
816 - removed createdBy from VirtualCorpusJson (margaretha)
817 - moved member role setting from the invitation phase to the after-subscription
818 phase (margaretha)
819 - added member role removal after deleting members (margaretha)
820 - added add and delete member role controllers (margaretha)
821
822# version 0.60
823
82414/03/2018
825 - set up mail settings using localhost port 25 (margaretha)
826 - added mail template in kustvakt configuration (margaretha)
827 - added mail settings to readme (margaretha)
828 - disabled email notification for auto group (margaretha)
829 - added metadata retrieval (diewald)
830 - enabled custom implementation for email address retrieval (margaretha)
831 - removed old policy and deprecated code (margaretha)
832 - moved authentication related code to /full (margaretha)
833 - added userRoles attribute to UserGroupDto. (margaretha)
834 - fixed sqlite trigger (margaretha)
835 - fixed member exist error message (margaretha)
836 - fixed member invitation to join deleted group (margaretha)
837 - added checking deleted group (margaretha)
838
839# version 0.59.10
840
84120/02/2018
842 - added sort VC by id (margaretha)
843 - added test cases regarding VC sharing (margaretha)
844 - implemented withdraw VC from publication (margaretha)
845 - added Changes file (margaretha)
846 - implemented add/invite users to group (margaretha)
847 - implemented delete user-group and member tasks (margaretha)
848 - added userMemberStatus in group lists (margaretha)
849 - updated and added SQL test data (margaretha)
850 - added user group related tests (margaretha)
851 - implemented custom configuration for deleting user groups and members (margaretha)
852 - updated library versions and java environment (margaretha)
853 - added expiration time check for member invitation (margaretha)
854 - moved .properties files (margaretha)
855 - merged changelog file to Changes (margaretha)
856 - updated status codes and error messages to be more detailed (margaretha)
857 - testing mail implementation using embedded jetty jndi (margaretha)
858 - fixed collection rewrite regarding OR operation with other fields
859 (margaretha)
860 - implemented sending mail using spring injection and removed jetty jndi
861 (margaretha)
862 - fixed unrecognized application/json (margaretha)
863 - fixed and updated velocity template (margaretha)
864
865# version 0.59.9
866
86719/01/2018
868 - restructured basic authentication (margaretha)
869 - fixed AuthenticationException to include authentication scheme (margaretha)
870 - fixed rewrite redundancy in collection rewrite (margaretha)
871 - fixed foundry rewrite for constituents (margaretha)
872 - introduced authentication methods, schemes and tokens (margaretha)
873 - implemented collection rewrite with multiple licenses (margaretha)
874 - fixed foundry rewrite for korap span without wrap node (margaretha)
875 - implemented list user group (margaretha)
876 - implemented delete VC task (margaretha)
877 - implemented create user-group, subscribe to user-groups, unsubscribe to
878 user-groups tasks(margaretha)
879 - fixed handling JSON mapping exception for missing enums (margaretha)
880 - implemented list VC task (margaretha)
881 - added KoralQuery in VC lists (margaretha)
882 - implemented edit VC task (margaretha)
883 - implemented publish VC task (margaretha)
884 - implemented share VC task (margaretha)
885 - implemented list only owned VC task (margaretha)
886 - implemented list VC access task (margaretha)
887 - implemented search VC by id task (margaretha)
888 - implemented delete VC access (margaretha)
889 - implemented search for project VC (margaretha)
890 - added search VC related tests (margaretha)
891 - removed PredefinedUserGroup.ALL and related codes (margaretha)
892 - implemented search for published VC (margaretha)
893
894# version 0.59.8
895
89621/09/2017
897 - restructured statistics service (margaretha)
898 - removed deprecated loader codes and tests (margaretha)
899 - removed old Spring java configurations (margaretha)
900 - implemented entity classes for the new database (margaretha)
901 - added MySQL codes regarding VC and for testing (margaretha)
902 - added dao methods regarding VC (margaretha)
903 - added similar SQL codes (to MySQL) for sqlite (margaretha)
904 - added dao methods regarding user groups (margaretha)
905 - restructured web-service codes into controller and logic/business-service
906 (margaretha)
907 - implemented user role and privilege, and added tests (margaretha)
908 - prepared test suite using new database (margaretha)
909 - implemented UserGroupDao and tests (margaretha)
910 - fixed missing exceptions in JsonUtils (margaretha)
911 - restructured web filters and authentication codes (margaretha)
912 - implemented create/store VC (margaretha)
913 - fixed collection rewrite bug regarding availability with operation or
914 (margaretha)
915
916# version 0.59.7
917
91813/10/2016
919 - MOD: updated search to use new siglen (diewald)
920 - MOD: fixed matchinfo retrieval in light service (diewald)
921
92205/05/2015
923 - ADD: rest test suite for user service (hanl)
924 - MOD: setup parameter modification (hanl)
925 - ADD: oauth2 client unique constraint (hanl)