blob: 06cc8b4c227d99f7004e2b00843587cebcc18ca0 [file] [log] [blame]
margarethac20741a2024-11-13 12:59:18 +01001# version 0.76-SNAPSHOT
2
margarethab4472102024-11-13 13:15:36 +01003- Add institution & landingPage to the resource web-service (#777)
margarethab30b0152024-11-15 14:06:00 +01004- Make URL mandatory for plugin registration (#573)
margaretha90dca022024-11-19 09:25:40 +01005- Remove hidden group from test database
margarethad0f4af82024-11-19 12:13:24 +01006- Implemented QueryContextRewrite (#755)
7
margarethab4472102024-11-13 13:15:36 +01008
margaretha34595a52024-10-28 08:54:10 +01009# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +020010
11- Alter role and remove privilege database tables (#763)
12- Update user-group and user-group member web-services (#763)
13- Remove edit member role web-service (#763)
14- Remove query access table (#763)
15- Remove query access admin, merged with user-group admin (#763)
16- Update share-query and query-access web-services (#763)
17- Add new web-service: delete role by query and group (#763)
18- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020019- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020020- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020021- Removed deleted_by from user_group and user_group_member tables (#764)
22- Removed created_by, status and status_date from user_group_member table (#764)
23- Removed GroupMemberStatus (#764)
24- Replace invite and subscribe to add member (#764)
25- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020026- Added deprecation messages to deprecated services
27- Removed mail configuration (#764)
margarethab6a0e6a2024-08-20 11:10:49 +020028- Deprecate VC access deletion.
margarethafeb0cce2024-09-19 08:32:39 +020029- Change default port to 8089.
30- Disallow scope all for non super clients.
margaretha34595a52024-10-28 08:54:10 +010031- Added config for total result cache and fixed inconsistency (#774).
margaretha83cdf7f2024-10-23 10:50:29 +020032- Changed memberUsername to member in the new member-role-addition web-service.
33- Removed user-privileges from user-group list response.
margaretha987a0512024-10-23 11:19:29 +020034- Added role names to user-group list
margarethabf6b0582024-10-24 09:43:49 +020035- Added not-timeExceeded to the totalResult constraints.
margarethae5336262024-10-24 12:36:43 +020036- Replace EDIT_VC occurrences with CREATE_VC, and removed it.
margaretha083b0ea2024-10-25 12:20:05 +020037- Fixed administrative user group retrieval to return groups with empty members.
margaretha83cdf7f2024-10-23 10:50:29 +020038
margaretha34c9fba2024-08-09 17:44:03 +020039
Akron7ba60862024-08-09 16:55:01 +020040# version 0.74.1-SNAPSHOT
41
42- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020043- - Introduce filter_by and deprecate authorized_only in OAuth2
44 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020045
margarethaac09c4f2024-10-10 12:46:50 +020046# version 0.74 hot-fix
47
48- Removed admin & owner restriction on client info access.
49- Removed registered_by and restrict registration_date to admin/owner-
50 only.
51
margaretha144be1a2024-08-09 15:38:40 +020052# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020053
54- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020055- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020056- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020057- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020058- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020059- Unified ResourceFilters and SearchResourceFilters.
60- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020061- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020062
margaretha1ef2a032024-06-11 11:39:57 +020063# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020064
margaretha46e2c952024-05-23 09:09:54 +020065- Added tests for the DNB scenario with custom max match
66 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020067- Cleaned up named-vc.
68- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020069- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020070- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020071- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020072- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020073
margaretha21879752024-04-22 12:12:58 +020074# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010075
margaretha387e4682024-03-22 11:26:29 +010076- Fixed jakarta validation error.
77- Added openapi doc (#744)
78- Moved service.properties to src/main/resources/properties
79- Moved free-resources.json to src/main/resources/json
80- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010081- Changed loading external kustvakt.conf and jdbc.properties
82 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020083- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020084- Setup vc-cache in the data folder (#598)
85- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020086- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020087- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020088- Updated configurations of the lite version to use the
89 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020090- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010091
margaretha28a53d12024-02-20 12:57:38 +010092# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010093
margarethab06377e2024-01-30 11:06:35 +010094- Moved the content of the full folder to the root folder
95- Removed Piwik
96- Removed unused libraries
97- Cleaned up spring configs
98- Updated Krill and Koral with new groupIds
99- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +0100100- Updated search Krill and removed Lucene
101- Updated readme
margarethab06377e2024-01-30 11:06:35 +0100102
103# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100104
105- Replaced javax.ws to jakarta.ws namespace (#648)
106- Upgrading Jersey 2.40 to 3.x (#646)
107- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
108- Replaced javax.persistence with jakarta.persistence (#648)
109- Migrate Hibernate 5 to 6 (#649)
110- Fix missing placeholders
111- Fixed conflicting jackson-jarxrs
112- Fixed conflicting commons-logging and spring jcl
113- Replaced javax.servlet with jakarta.servlet (#648)
114- Updated authorization services using Nimbus (#650)
115- Fixed BlockingFilter by replacing javax.annotation.Priority
116 with jakarta.annotation.Priority (#659, #648)
117- Replaced javax.annotation with jakarta.annotation
118- Enabled legacy support for authorization POST request
119- Changed OAuth2 token request using Nimbus (#650)
120- Removed Apache Oltu API from token requests (#650)
121- Removed OpenID
122- Fixed clearing cache
123- Fix JettyServerTest, init package, and some java docs.
124- Make scope extraction more flexible.
125- Updated token response using Nimbus (#650)
126- Remove Oltu request and validator implementations (#650)
127- Updated OAuth2 response handler (#650)
128- Fixed ShutdownHandler (fixed #708)
129- Fixed issues with multi-release jar (#706, #708)
130
131
132# version 0.71.1
133
134- Removed auditing (#611)
135- Removed old database configurations (#612)
136- Removed old tests
137- Removed unnecessary caches and methods in the authentication interface
138- Added total result cache (#599)
139- Fixed missing project.version in info web-service
140- Make sure totalResults and other numeric results are numbers (Kupietz)
141- Introduce CQP query language in Koral 0.41
142- Changed DB connection (fixed #670)
143- Resolved duplicate libraries
144- Fixed testing expiry access token
145- Fix lombok compile warning
146- Ensure the order of clean token tests.
147
148# version 0.71
149
150- Renamed entity and service packages in core
151- Renamed web.controller package in core
152- Moved SearchNetworkEndpoint to core.service package
153- Merged lite into full
154- Merged core into full
155
156
157# version 0.70.1
158
159- Added data folder containing super_client_info and database
160 for mounting into docker
161- Added an error for missing redirect uri in a token request
162 when it has been included in the authorization request.
163- Added tests for VC sharing and for OAuth2 client using VC services
164- Added and updated VC controller tests
165- Moved hibernate.properties
166- Added maximum number of user persistent virtual corpora and queries
167
168# version 0.70
169
170- Support token array in matchinfo (fixes #570; diewald)
171- Updated VC list API and deprecated owner VC list (addressed #580)
172- Added user info web-service (solved #566)
173- Implemented configurable resource filters for search and match
174 info APIs (#539)
175- Added getting username from LDAP (#568)
176- Disabled LDAP auth provider and token API in the auth filter (#587)
177- Added LDAP log for users without idsC2Profile
178- Fixed log4j2 properties.
179
180
181# version 0.69.3
182
183- Moved the service path of VC admin services to admin/vc (closed #543)
184- Added an admin service to load and cache system vc (solved #268)
185- Move oauth2 admin service path (closed #544)
186- Excluded admin service to load-cache VC from the test suite
187- Fixed refresh token expiry test
188- Fixed scope check in OAuth2 token request with refresh token
189
190# version 0.69.2
191
1922022-12-05
193- Upgrade version for E2E-simplified Docker images (diewald)
1942023-01-27
195- Updated client info API (replaced user authorization requirement with super
196 client authentication)
1972023-01-30
198- Made scope param required in authorization request (solved #508)
1992023-01-31
200- Allowed OAuth2 clients to use localhost as redirect URIs.
2012023-02-03
202- Fixed content-type in error responses by changing it to application/json
2032023-02-06
204- Allow admin access using admin token for the clean token API
2052023-02-10
206- Use admin filter instead of OAuth2 ADMIN scope
207- Added a plugin test.
2082023-02-15
209- Moved user-group retrieval API to UserGroupAdminController
210 and changed the service path URL of UserGroupAdminController.
2112023-02-20
212- Deprecate API token (JWT) web-service
213- Fixed Slf4J binding
2142023-02-28
215- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2162023-03-06
217- Fixed testing refresh token expiry.
218
219
220# version 0.69.1
221
222- Upgrade version for docker including indexer (diewald)
223
224
225# version 0.69
226
227 - Migrated to Java 11 and Jersey 2
228 - Updated dependencies
229 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
230
231
232# version 0.68
233
2342022-05-25
235 - Added a new API: list plugins (e.g for marketplace)
236 - Added redirect URI validation in authorization request (addressed #374)
237 - Handled user-defined refresh token expiry (added in client info and
238 list API response)
239 - Added installed_plugins table
240 - Added a new API: install plugin
241 - Handled redundant plugin installation
242 - Handled super client id in plugin installation
243 - Deprecated UserClientDto and uses ClientinfoDto instead
244 - Updated redirect URI error message for coherence
2452022-05-27
246 - Added maximum limit to custom refresh token expiry
2472022-06-01
248 - Added new APIs: list user-installed plugins and uninstall plugin.
249 - Moved install and list plugin APIs to PluginController and updated their
250 service paths under /plugins.
2512022-06-03
252 - Implemented searching option using a network endpoint
253 - Implemented initial super client registration for user authentication.
254 - Fixed admin clean token API and restrict plugins to confidential only.
255
256
257
258# version 0.67.1
259
2602022-05-12
261 - Implemented mapping of LDAP username to email
262 - Handled null parameters in authorization requests
2632022-05-25
264 - Fixed null client_id
265 - Updated ldap.config path in the kustvakt-test.conf
266
267
268# version 0.67
269
2702022-05-09
271 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
272 - An embedded LDAP server can now be started automatically if configured accordingly.
2732022-05-11
274 - Changed the SQL script updating oauth2_client table
275
276
277# version 0.66
278
2792022-03-31
280 - Updated query and user-group name pattern.
2812022-04-08
282 - Added redirect_uri to client info API.
2832022-04-11
284 - Added registration_date, refresh_token_expiry, source and is_permitted
285 to the oauth2_client database table, and updated the OAuth2 client
286 registration mechanism.
287 - Added authorization request with GET and deprecated that with POST.
2882022-04-13
289 - Updated OAuth2Client list API (added redirect_uri, registration_date,
290 permitted, source to OAuth2UserClientDto).
2912022-04-20
292 - Updated authorization error response. (Included error and error
293 description in the client redirect URI except for missing or
294 invalid client id or redirect URI.
295
296
297# version 0.65.2
298
2992022-03-03
300 - Removed VCLoader.
301 - Added foreign keys to the DB tables of access and refresh token scopes.
3022022-03-07
303 - Added more parameter checks and OAuth2Client web-service tests.
3042022-03-17
305 - Updated admin filter by using admin token and role checks.
3062022-03-18
307 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
3082022-03-28
309 - Updated admin filter (admintoken as a form param) and uses
310 it for the closing index reader API.
311 - Removed unused admin API: clear access token cache.
3122022-03-29
313 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
314
315# version 0.65.1
316
3172022-03-01
318 - Restricts the field retrieval web-service to admin only.
319
320# version 0.65
321
322!!! includes security updates - please update all Kustvakt libraries
323!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
324
3252021-12-02
326 - Updated VC cache.
3272021-12-03
328 - Enabled listing system vc for authorized users.
3292021-12-08
330 - Removed koralQuery and statistics from VC list.
331 - Added a web-service to retrieve KoralQuery of a VC
3322021-12-10
333 - [security] Updated log4j libs due to CVE-2021-44228.
3342021-12-13
335 - Fixed broken test suite.
3362022-01-03
337 - [security] More log4j security updates
338 - Bumped unboundid-ldapsdk
339 - Updated tests.
3402022-01-25
341 - Added show-tokens option to the search API.
3422022-01-31
343 - Added an API retrieving fields of a virtual corpus.
344
345# version 0.64.1
346
3472021-10-26
348 - Bump Kustvakt and Krill versions.
349
350
351# version 0.64
3522021-07-29
353 - Updated the change files and made a new version.
3542021-08-12
355 - Fixed errors due to missing query type and added tests.
3562021-08-13
357 - Fixed missing request entity.
358 - Updated the query service to enable editing query references.
3592021-08-16
360 - Fixed creator param when storing query or VC by admins for
361 the system or other users.
362
363# version 0.63.2
3642021-06-11
365 - Updated OAuth2 token length & secure random algorithm config.
366 - Added character set filter to random code generator, e.g. for client_id.
3672021-06-14
368 - Updated roleId and super client parameters.
3692021-06-24
370 - Fixed broken test.
3712021-07-22
372 - Updated cache settings and some loggings.
3732021-07-26
374 - Replaced annotation parsing with restoring the annotation tables to the
375database.
376 - Moved cache config to the full config.
377
378# version 0.63.1
3792021-02-22
380 - Updated libraries (margaretha)
381 - Renamed virtual corpus to query (margaretha)
3822021-02-26
383 - Added query access roles and fixed vc access roles (margaretha)
384 - Added delete query webservice and tests (margaretha)
3852021-03-25
386 - Updated Koral version for Info Controller (margaretha)
387 - Updated OAuth2 token list with token type and user clientId
388parameters (margaretha)
3892021-03-29
390 - Added client type in the client list web-service. Resolved #58 (margaretha)
3912021-04-19
392 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3932021-04-26
394 - Updated OAuth2 Client list (margaretha)
3952021-04-30
396 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
397 - Updated OAuth2 API responses for coherence (margaretha)
3982021-06-07
399 - Updated OAuth2 client dto (margaretha)
400
401# version 0.63
40226/10/2020
403 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
40429/10/2020
405 - Introduction of a query reference rewrite mechanism (diewald)
40630/10/2020
407 - Added database methods for storing query references (diewald)
40804/12/2020
409 - Fix hibernate dialect for SQLite. (margaretha)
41004/12/2020
411 - Fix pipe warning. (margaretha)
41214/01/2021
413 - Updated Flyway (margaretha)
41421/01/2021
415 - Fixed running pipe and updated tests with mockserver (margaretha)
41601/02/2021
417 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
41805/02/2021
419 - Add query reference web-service (diewald,margaretha)
42010/02/2021
421 - Fixed problem with multiple desktop apps (diewald, margaretha)
42212/02/2021
423 - Added listing available queries for users (margaretha)
42417/02/2021
425 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
426 - Added query and query language in virtual corpus table (margaretha)
42718/02/2021
428 - Set corpus access public for stored query (margaretha)
42919/02/2021
430 - Enabled API info web-service (margaretha)
431
432
433# version 0.62.4
43424/01/2020
435 - Removed salt from config and updated config files (margaretha)
43603/02/2020
437 - Added an admin API for clearing access token cache (margaretha)
43805/02/2020
439 - Added a config properties for a long-time access token expiry
440 and excluded refresh tokens for public clients in OAuth2 token
441 responses (margaretha)
442 - Removed client authentication from the client deregistration and
443 client-secret reset APIs (margaretha)
44404/03/2020
445 - Updated the sample index (diewald)
446
447# version 0.62.3
44803/12/2019
449 - Implemented pipe extension in the search API (margaretha)
45011/12/2019
451 - Added errors when requesting VC in caching process (margaretha,
452 resolved #47)
45312/12/2019
454 - Added support for multiple cq parameters (margaretha, resolved #46)
45513/12/2019
456 - Handled pipe errors and added tests (margaretha)
45719/12/2019
458 - Updated create update user-group API (margaretha)
45920/12/2019
460 - Removed transactional annotations from simple select queries (margaretha)
461 - Updated free resource controller (margaretha)
46215/01-2020
463 - Added additional statistic figures to virtual corpus info API
464 response (margaretha)
465
466# version 0.62.2
46717/10/2019
468 - Handled vulnerability CVE-2019-17195. (margaretha)
4698/11/2019
470 - Added user-group name pattern (margaretha, issue #33)
47111/11/2019
472 - Updated user group service paths and replaced groupId with groupName
473 (margaretha, resolved #33)
47412/11/2019
475 - Removed UserGroupJson & updated listUserGroups and createUserGroup
476 services (margaretha)
477 - Added prefixes to username and groupname parameters in service paths
478 (margaretha, resolved #35)
47913/11/2019
480 - Added tests for issue #43 (margaretha)
48114/11/2019
482 - Added client description and URL to list-authorized-clients service
483 (margaretha, close #53)
484 - Implemented a service to list clients registered by a user (margaretha,
485 close #52)
486 - Added a check for OAuth2 client, VC, and group name length (margaretha)
48715/11/2019
488 - Merged list authorized client and list registered client services
489 (margaretha)
49021/11/2019
491 - Added a service to list active refresh tokens of a user (margaretha)
492 - Added username filtering to token revocation service via super client
493 (margaretha)
49426/11/2019
495 - Added a service to revoke a single refresh token via super client
496 (margaretha)
497
498# version 0.62.1
49908/07/2019
500 - Added tests for public metadata response in search api (margaretha,
501 issue #43)
502 - Disabled some tests of unused/disabled web-services (margaretha)
50307/08/2019
504 - Fixed missing scopes after requesting access token with refresh token
505 (margaretha)
506 - Fixed post requests with status OK and empty body (margaretha)
50707/08/2019
508 - Added users to hidden group when searching in a published VC (margaretha,
509 resolved #40)
51015/08/2019
511 - Updated the response statuses of VC PUT requests (margaretha)
512
513# version 0.62
51428/02/2019
515 - Removed old VC controllers and updated tests (margaretha, issue #34)
516 - Updated VC access controllers (margaretha)
51719/03/2019
518 - Added close index controller (margaretha)
51911/04/2019
520 - Fixed unknown authentication scheme, missing VC entity, and parameter
521 checker (margaretha)
522 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
523 unique group name and unknown VC access (margaretha)
52427/06/2019
525 - Handled LDAP errors, fixed #45 (margaretha)
52603/07/2019
527 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
528 - Changed the response media-type of authentication controllers (margaretha)
529 - Fixed bugs: allow guest to retrieve system VC,
530 remove VC from cache when it is deleted (margaretha)
53104/07/2019
532 - Updated VC name pattern and tests (margaretha)
533
534# version 0.61.6
53504/02/2019
536 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
537 - Updated client deregistration behavior (margaretha)
53805/02/2019
539 - Added delete-group-by-name controller (margaretha)
540 - Added unique index to group name (margaretha)
54106/02/2019
542 - Updated a user setting test using array for multiple values (margaretha)
543 - Added metadata controller tests (margaretha)
54418/02/2019
545 - Fixed tests (margaretha)
546 - Updated handling errors from Koral (margaretha)
54719/02/2019
548 - Added fields to metadata controller (margaretha, issue #39)
549
550# version 0.61.5
55117/12/2018
552 - Added a search timeout test (margaretha)
55318/12/2018
554 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
55508/01/2019
556 - Improved predefined vc caching (issue #28, margaretha)
55709/01/2019
558 - Added comments (margaretha)
559 - Updated code structure (margaretha)
56011/01/2019
561 - Degraded API version to 1.0 (margaretha)
562 - Added OAuth2 client info tests (margaretha)
56314/01/2019
564 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
56516/01/2019
566 - Added a PUT request for both creating and editing vc (margaretha)
567 - Added aliases to some VC controllers (margaretha)
568 - Merged VC access list controllers (margaretha)
56921/01/2019
570 - Removed codes related to user registration & password management (margaretha)
57122/01/2019
572 - Added create, edit, retrieve user default setting controllers (margaretha)
57322/01/2019
574 - Updated default setting controllers & added tests (margaretha)
575 - Added delete key in setting controllers (margaretha)
57623/01/2019
577 - Added default setting key validation (margaretha)
578 - Fixed UserdataTest (margaretha)
57924/01/2019
580 - Added default setting key validation & fixed UserdataTest (margaretha)
58125/01/2019
582 - Added VC reference and MapUtil tests (margaretha)
58328/01/2019
584 - Fixed username verification in DefaultSettingService (margaretha)
585 - Added foundry rewrite with user default setting (margaretha)
586 - Added default foundry for morphology layer (margaretha)
58729/01/2019
588 - Fixed share VC type (margaretha)
589 - Added delete setting controller (margaretha)
590 - Handled "no resource found" cases (margaretha, issue #37)
59130/01/2019
592 - Added server shutdown description in readme (margaretha)
593
594# version 0.61.4
59514/11/2018
596 - Integrated lite and full services and controllers in core (margaretha)
59721/11/2018
598 - Updated OAuth2 refresh token request to create a new refresh token and
599 revoke the old one per request (margaretha)
60028/11/2018
601 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
602 - Handled storing cached VC with VC reference (margaretha)
60329/11/2018
604 - Added a controller for listing user clients having active refresh tokens
605 (margaretha)
6066/12/2018
607 - Added debug flags to mitigate log4j debugging performance (margaretha)
608 - Fixed KoralNode at() method (margaretha)
60911/12/2018
610 - Implemented revoking all tokens of a user client via a super client
611 (margaretha)
612 - Removed document controllers and KustvaktResource (margaretha)
613 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
614
615
616# version 0.61.3
61717/10/2018
618 - Updated NamedVCLoader to be optional (margaretha)
619 - Updated annotation tables & implemented key-value structure (margaretha)
620 - Added annotation parser for annotation data from kalamar (margaretha)
621 - Implemented parsing free resource info from json (margaretha)
62222/10/2018
623 - Updated jetty, spring and hibernate versions (margaretha)
624 - Fixed the order of annotation keys and values, and added tests (margaretha)
625 - Fixed resource DAO & added tests (margaretha)
62624/10/2018
627 - Fixed query serialization service (margaretha)
628 - Added "highlights" parameter to matchInfo controller (margaretha)
629 - Added "fields" parameter to search controllers (margaretha)
630 - Integrated lite controllers, services and tests in full version (margaretha)
63129/10/2018
632 - Moved javax.servlet-api to core (margaretha)
63307/11/2018
634 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
63513/11/2018
636 - Added Shutdown handler to Jetty server (margaretha)
637 - Fixed storing VC order in NamedVCLoader (margaretha)
638
639# version 0.61.2
64012/09/2018
641 - Added various log4j2 configurations (margaretha)
64213/09/2018
643 - Implemented VirtualCorpusRewrite (margaretha)
64414/09/2018
645 - Fixed SpringJerseyTest ApplicationContext (margaretha)
646 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
647 - Enabled VCReferenceTest in maven test suite (margaretha)
64818/09/2018
649 - Handled unique constraints / inserting duplicate items to DB (margaretha)
650 - Added a controller for editing user group member roles (margaretha)
65119/09/2018
652 - Fixed cached-VC ref with username (margaretha)
653
654# version 0.61.1
65528/08/2018
656 - Added API URL versioning (margaretha)
657 - Deactivated IdRewrite (margaretha)
658 - Fixed kustvakt controller (margaretha)
65930/08/2018
660 - Fixed root packages & added api version properties in kustvakt.conf
661 (margaretha)
662 - Fixed versioning in SearchController (margaretha)
663 - Added API versioning tests (margaretha)
664
665# version 0.61.0
666
66702/08/2018
668 - Added VC reference tests (margaretha)
669 - Implemented loading and caching named VCs (margaretha)
67003/08/2018
671 - Implemented OAuth2 revoke token (margaretha)
672 - Updated OAuth2 refresh token implementation (margaretha)
67314/08/2018
674 - Implemented revoke all OAuth2 access tokens and authorization codes of
675 client users when deregistering/deleting a client (margaretha)
676 - Fixed update OAuth2 access token (margaretha)
677 - Implemented reset client secret (margaretha)
678 - Fixed revoking latest access token when refreshing OAuth2 access token
679 (margaretha)
68015/08/2018
681 - Implemented OAuth2 client info controller (margaretha)
682 - Implemented update OAuth2 client privilege controller for admins
683 (margaretha)
684 - Implemented unlimited authorization scope for super clients with OAuth2
685 password grant (margaretha)
686 - Marked native clients implementation to deprecated in favour of super
687 clients (margaretha)
688 - Enabled using Bearer tokens as user authentication tokens (Authorization
689 header value) for many controllers including OAuth2 controllers (margaretha)
69016/08/2018
691 - Implemented degrading super clients (margaretha)
692 - Improved and added OAuth2 tests (margaretha)
69321/08/2018
694 - Added VC name pattern check (margaretha)
69522/08/2018
696 - Implemented loading VC from gz files (margaretha)
697 - Updated OAuth2 authorization codes' & access tokens' expiry check
698 (margaretha)
69923/08/2018
700 - Updated RefreshToken implementations with separate DB tables (margaretha)
701 - Allows multiple access tokens per refresh token (margaretha)
70227/08/2018
703 - Added statistic with VC reference tests (margaretha)
704 - Fixed OAuth2 SQL files (margaretha)
70528/08/2018
706 - Added c3p0 datasource configuration to Spring default-config-xml
707 (margaretha)
708 - Added running Kustvakt server with custom spring config in the readme
709 (margaretha)
710 - Removed old OAuth2 codes (margaretha)
711 - Moved non-config test codes to misc (margaretha)
712
713
714# version 0.60.5
715
71609/07/2018
717 - Added service layer to the search controller (margaretha)
718 - Added OAuth2 scope checking in search and VC controllers (margaretha)
719 - Added handling OAuth2 bearer token for VC access and User group
720 controllers (margaretha)
721 - Added default scope to password grant (margaretha)
72210/07/2018
723 - Made createBasicAuthorizationHeaderValue static (margaretha)
724 - Added store access token in openID token service (margaretha)
725 - Fixed empty scope in openID authorization and token service (margaretha)
726 - Implemented storing authorization code in cache (margaretha)
72711/07/2018
728 - Fixed authentication time in authentication controller (margaretha)
729 - Added OAuth2 access token tests (margaretha)
73012/07/2018
731 - Updated maven surefire setting for faster test suite runtime (margaretha)
732 - Implemented refreshing OAuth2 access token (margaretha)
73326/07/2018
734 - Fixed issue #27 (margaretha)
73502/08/2018s
736 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
737
738
739# version 0.60.4
740
74105/07/2018
742 - implemented OAuth2 authorization code request with OpenID Authentication
743 (margaretha)
744 - enabled OAuth2 authorization without OpenID authentication using Nimbus
745 library (margaretha)
746 - implemented response handler for OpenID authentication errors in authorization
747 requests (margaretha)
748 - added tests regarding OpenID authentication in authorization requests
749 (margaretha)
750 - implemented OAuth2 authorization error response via redirect URI instead of
751 JSON (margaretha)
752 - added state to OAuth2 authorization error response (margaretha)
753 - implemented OpenID token service for authorization code flow (margaretha)
754 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
755 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
756 keys (margaretha)
757 - implemented OpenId configuration (margaretha)
758 - added authentication time and support for auth_time in id_token (margaretha)
759 - implemented support for nonce and max_age parameters in OpenID authentication
760 (margaretha)
761 - implemented OAuth2 token request with password grant using Nimbus library
762 (margaretha)
763 - updated redirect URI validator (margaretha)
764 - updated client registration requirement to allow desktop applications
765 (margaretha)
766 - fixed RSA key configuration (margaretha)
767 - merged OAuth2 client deregistration controllers (margaretha)
768 - fixed OAuth2 client unique URL-hashcode (margaretha)
769 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
770 - Added support for unrestricted corpus statistics (ndiewald)
771 - updated paths of user-group deletion-controllers (margaretha)
772 - Do not pass broken queries to Krill (diewald)
773 - added OAuth2 token request with client authentication via Authorization
774 header (margaretha)
775 - added port checking in test suite (margaretha)
776
777# version 0.60.3
778
77906/06/2018
780 - improved user authentication by using authentication filter for authorization
781 code request (margaretha)
782 - limited client authentication to client id checking in authorization code
783 request (margaretha)
784 - added user_id in the oauth2_access_token database table (margaretha)
785 - implemented OAuth2Authentication provider for token context management
786 (margaretha)
787 - added parameter checking for authorization DAO (margaretha)
788 - added controller tests using OAuth2 access token (margaretha)
789 - added database tables for MySQL (margaretha)
790 - updated JWT library and related codes (margaretha)
791
792# version 0.60.2
793
79403/05/2018
795 - implemented OAuth2 client registration (margaretha)
796 - implemented OAuth2 client authentication (margaretha)
797 - changed virtual corpus search to retrieval (margaretha)
798 - implemented public client deregistration task (margaretha)
799 - added client registration and deregistration tests (margaretha)
800 - implemented confidential client deregistration task (margaretha)
801 - fixed storing client secret (margaretha)
802 - implemented OAuth2 response handler (margaretha)
803 - implemented OAuth2 request access token with client credentials grant
804 (margaretha)
805 - implemented OAuth2 request access token with resource owner password grant
806 (margaretha)
807 - implemented OAuth2 authorization code request (margaretha)
808 - added OAuth2 error codes (margaretha)
809 - added OAuth2 authorization, scope and access token tables for SQLite
810 (margaretha)
811 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
812 - implemented OAuth2 request access token with authorization code grant
813 (margaretha)
814 - added setting default scopes in the config file (margaretha)
815 - fixed loading spring config multiple times in the test suite (margaretha)
816 - added SQLite created_date trigger for access token (margaretha)
817 - added a join table for access token scopes (margaretha)
818 - added access scopes handling (margaretha)
819 - added tests about request token with authorization code (margaretha)
820
821# version 0.60.1
822
82328/03/2018
824 - added admin-related SQL codes (margaretha)
825 - updated AdminDao (margaretha)
826 - added optional username query parameter to group list controller (margaretha)
827 - fixed non hierarchical URI of kustvakt conf files (margaretha)
828 - added delete group member triggers (margaretha)
829 - added list user-group by username and status for system admin (margaretha)
830 - added user-group status in user-group DTO (margaretha)
831 - added check for hidden groups in user-group tests (margaretha)
832 - added database trigger test on deleting members when deleting group
833 (margaretha)
834 - renamed VC type PREDEFINED to SYSTEM (margaretha)
835 - added VC list controller for system admin (margaretha)
836 - added VC controller tests with for system admin (margaretha)
837 - added hidden access removal when deleting published VC (margaretha)
838 - added check for hidden groups in VC controller tests (margaretha)
839 - added search user-group controller (margaretha)
840 - removed createdBy from VirtualCorpusJson (margaretha)
841 - moved member role setting from the invitation phase to the after-subscription
842 phase (margaretha)
843 - added member role removal after deleting members (margaretha)
844 - added add and delete member role controllers (margaretha)
845
846# version 0.60
847
84814/03/2018
849 - set up mail settings using localhost port 25 (margaretha)
850 - added mail template in kustvakt configuration (margaretha)
851 - added mail settings to readme (margaretha)
852 - disabled email notification for auto group (margaretha)
853 - added metadata retrieval (diewald)
854 - enabled custom implementation for email address retrieval (margaretha)
855 - removed old policy and deprecated code (margaretha)
856 - moved authentication related code to /full (margaretha)
857 - added userRoles attribute to UserGroupDto. (margaretha)
858 - fixed sqlite trigger (margaretha)
859 - fixed member exist error message (margaretha)
860 - fixed member invitation to join deleted group (margaretha)
861 - added checking deleted group (margaretha)
862
863# version 0.59.10
864
86520/02/2018
866 - added sort VC by id (margaretha)
867 - added test cases regarding VC sharing (margaretha)
868 - implemented withdraw VC from publication (margaretha)
869 - added Changes file (margaretha)
870 - implemented add/invite users to group (margaretha)
871 - implemented delete user-group and member tasks (margaretha)
872 - added userMemberStatus in group lists (margaretha)
873 - updated and added SQL test data (margaretha)
874 - added user group related tests (margaretha)
875 - implemented custom configuration for deleting user groups and members (margaretha)
876 - updated library versions and java environment (margaretha)
877 - added expiration time check for member invitation (margaretha)
878 - moved .properties files (margaretha)
879 - merged changelog file to Changes (margaretha)
880 - updated status codes and error messages to be more detailed (margaretha)
881 - testing mail implementation using embedded jetty jndi (margaretha)
882 - fixed collection rewrite regarding OR operation with other fields
883 (margaretha)
884 - implemented sending mail using spring injection and removed jetty jndi
885 (margaretha)
886 - fixed unrecognized application/json (margaretha)
887 - fixed and updated velocity template (margaretha)
888
889# version 0.59.9
890
89119/01/2018
892 - restructured basic authentication (margaretha)
893 - fixed AuthenticationException to include authentication scheme (margaretha)
894 - fixed rewrite redundancy in collection rewrite (margaretha)
895 - fixed foundry rewrite for constituents (margaretha)
896 - introduced authentication methods, schemes and tokens (margaretha)
897 - implemented collection rewrite with multiple licenses (margaretha)
898 - fixed foundry rewrite for korap span without wrap node (margaretha)
899 - implemented list user group (margaretha)
900 - implemented delete VC task (margaretha)
901 - implemented create user-group, subscribe to user-groups, unsubscribe to
902 user-groups tasks(margaretha)
903 - fixed handling JSON mapping exception for missing enums (margaretha)
904 - implemented list VC task (margaretha)
905 - added KoralQuery in VC lists (margaretha)
906 - implemented edit VC task (margaretha)
907 - implemented publish VC task (margaretha)
908 - implemented share VC task (margaretha)
909 - implemented list only owned VC task (margaretha)
910 - implemented list VC access task (margaretha)
911 - implemented search VC by id task (margaretha)
912 - implemented delete VC access (margaretha)
913 - implemented search for project VC (margaretha)
914 - added search VC related tests (margaretha)
915 - removed PredefinedUserGroup.ALL and related codes (margaretha)
916 - implemented search for published VC (margaretha)
917
918# version 0.59.8
919
92021/09/2017
921 - restructured statistics service (margaretha)
922 - removed deprecated loader codes and tests (margaretha)
923 - removed old Spring java configurations (margaretha)
924 - implemented entity classes for the new database (margaretha)
925 - added MySQL codes regarding VC and for testing (margaretha)
926 - added dao methods regarding VC (margaretha)
927 - added similar SQL codes (to MySQL) for sqlite (margaretha)
928 - added dao methods regarding user groups (margaretha)
929 - restructured web-service codes into controller and logic/business-service
930 (margaretha)
931 - implemented user role and privilege, and added tests (margaretha)
932 - prepared test suite using new database (margaretha)
933 - implemented UserGroupDao and tests (margaretha)
934 - fixed missing exceptions in JsonUtils (margaretha)
935 - restructured web filters and authentication codes (margaretha)
936 - implemented create/store VC (margaretha)
937 - fixed collection rewrite bug regarding availability with operation or
938 (margaretha)
939
940# version 0.59.7
941
94213/10/2016
943 - MOD: updated search to use new siglen (diewald)
944 - MOD: fixed matchinfo retrieval in light service (diewald)
945
94605/05/2015
947 - ADD: rest test suite for user service (hanl)
948 - MOD: setup parameter modification (hanl)
949 - ADD: oauth2 client unique constraint (hanl)