blob: 3b27f5428fc3a9db30607bb96cad6e9be010bef4 [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
margaretha9d820462024-11-25 16:11:57 +01006- Implemented QueryContextRewrite (#755)
7- Replace operation:insertion with operation:injection (#778)
margarethabf09b192024-12-02 15:40:44 +01008- Update VirtualCorpusRewrite Remove Owner (#779)
9- Add source to QueryReferenceRewrite (#783) and VirtualCorpusRewrite (#780).
margarethad0f4af82024-11-19 12:13:24 +010010
margarethab4472102024-11-13 13:15:36 +010011
margaretha34595a52024-10-28 08:54:10 +010012# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +020013
14- Alter role and remove privilege database tables (#763)
15- Update user-group and user-group member web-services (#763)
16- Remove edit member role web-service (#763)
17- Remove query access table (#763)
18- Remove query access admin, merged with user-group admin (#763)
19- Update share-query and query-access web-services (#763)
20- Add new web-service: delete role by query and group (#763)
21- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020022- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020023- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020024- Removed deleted_by from user_group and user_group_member tables (#764)
25- Removed created_by, status and status_date from user_group_member table (#764)
26- Removed GroupMemberStatus (#764)
27- Replace invite and subscribe to add member (#764)
28- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020029- Added deprecation messages to deprecated services
30- Removed mail configuration (#764)
margarethab6a0e6a2024-08-20 11:10:49 +020031- Deprecate VC access deletion.
margarethafeb0cce2024-09-19 08:32:39 +020032- Change default port to 8089.
33- Disallow scope all for non super clients.
margaretha34595a52024-10-28 08:54:10 +010034- Added config for total result cache and fixed inconsistency (#774).
margaretha83cdf7f2024-10-23 10:50:29 +020035- Changed memberUsername to member in the new member-role-addition web-service.
36- Removed user-privileges from user-group list response.
margaretha987a0512024-10-23 11:19:29 +020037- Added role names to user-group list
margarethabf6b0582024-10-24 09:43:49 +020038- Added not-timeExceeded to the totalResult constraints.
margarethae5336262024-10-24 12:36:43 +020039- Replace EDIT_VC occurrences with CREATE_VC, and removed it.
margaretha083b0ea2024-10-25 12:20:05 +020040- Fixed administrative user group retrieval to return groups with empty members.
margaretha83cdf7f2024-10-23 10:50:29 +020041
margaretha34c9fba2024-08-09 17:44:03 +020042
Akron7ba60862024-08-09 16:55:01 +020043# version 0.74.1-SNAPSHOT
44
45- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020046- - Introduce filter_by and deprecate authorized_only in OAuth2
47 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020048
margarethaac09c4f2024-10-10 12:46:50 +020049# version 0.74 hot-fix
50
51- Removed admin & owner restriction on client info access.
52- Removed registered_by and restrict registration_date to admin/owner-
53 only.
54
margaretha144be1a2024-08-09 15:38:40 +020055# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020056
57- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020058- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020059- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020060- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020061- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020062- Unified ResourceFilters and SearchResourceFilters.
63- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020064- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020065
margaretha1ef2a032024-06-11 11:39:57 +020066# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020067
margaretha46e2c952024-05-23 09:09:54 +020068- Added tests for the DNB scenario with custom max match
69 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020070- Cleaned up named-vc.
71- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020072- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020073- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020074- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020075- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020076
margaretha21879752024-04-22 12:12:58 +020077# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010078
margaretha387e4682024-03-22 11:26:29 +010079- Fixed jakarta validation error.
80- Added openapi doc (#744)
81- Moved service.properties to src/main/resources/properties
82- Moved free-resources.json to src/main/resources/json
83- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010084- Changed loading external kustvakt.conf and jdbc.properties
85 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020086- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020087- Setup vc-cache in the data folder (#598)
88- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020089- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020090- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020091- Updated configurations of the lite version to use the
92 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020093- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010094
margaretha28a53d12024-02-20 12:57:38 +010095# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010096
margarethab06377e2024-01-30 11:06:35 +010097- Moved the content of the full folder to the root folder
98- Removed Piwik
99- Removed unused libraries
100- Cleaned up spring configs
101- Updated Krill and Koral with new groupIds
102- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +0100103- Updated search Krill and removed Lucene
104- Updated readme
margarethab06377e2024-01-30 11:06:35 +0100105
106# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100107
108- Replaced javax.ws to jakarta.ws namespace (#648)
109- Upgrading Jersey 2.40 to 3.x (#646)
110- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
111- Replaced javax.persistence with jakarta.persistence (#648)
112- Migrate Hibernate 5 to 6 (#649)
113- Fix missing placeholders
114- Fixed conflicting jackson-jarxrs
115- Fixed conflicting commons-logging and spring jcl
116- Replaced javax.servlet with jakarta.servlet (#648)
117- Updated authorization services using Nimbus (#650)
118- Fixed BlockingFilter by replacing javax.annotation.Priority
119 with jakarta.annotation.Priority (#659, #648)
120- Replaced javax.annotation with jakarta.annotation
121- Enabled legacy support for authorization POST request
122- Changed OAuth2 token request using Nimbus (#650)
123- Removed Apache Oltu API from token requests (#650)
124- Removed OpenID
125- Fixed clearing cache
126- Fix JettyServerTest, init package, and some java docs.
127- Make scope extraction more flexible.
128- Updated token response using Nimbus (#650)
129- Remove Oltu request and validator implementations (#650)
130- Updated OAuth2 response handler (#650)
131- Fixed ShutdownHandler (fixed #708)
132- Fixed issues with multi-release jar (#706, #708)
133
134
135# version 0.71.1
136
137- Removed auditing (#611)
138- Removed old database configurations (#612)
139- Removed old tests
140- Removed unnecessary caches and methods in the authentication interface
141- Added total result cache (#599)
142- Fixed missing project.version in info web-service
143- Make sure totalResults and other numeric results are numbers (Kupietz)
144- Introduce CQP query language in Koral 0.41
145- Changed DB connection (fixed #670)
146- Resolved duplicate libraries
147- Fixed testing expiry access token
148- Fix lombok compile warning
149- Ensure the order of clean token tests.
150
151# version 0.71
152
153- Renamed entity and service packages in core
154- Renamed web.controller package in core
155- Moved SearchNetworkEndpoint to core.service package
156- Merged lite into full
157- Merged core into full
158
159
160# version 0.70.1
161
162- Added data folder containing super_client_info and database
163 for mounting into docker
164- Added an error for missing redirect uri in a token request
165 when it has been included in the authorization request.
166- Added tests for VC sharing and for OAuth2 client using VC services
167- Added and updated VC controller tests
168- Moved hibernate.properties
169- Added maximum number of user persistent virtual corpora and queries
170
171# version 0.70
172
173- Support token array in matchinfo (fixes #570; diewald)
174- Updated VC list API and deprecated owner VC list (addressed #580)
175- Added user info web-service (solved #566)
176- Implemented configurable resource filters for search and match
177 info APIs (#539)
178- Added getting username from LDAP (#568)
179- Disabled LDAP auth provider and token API in the auth filter (#587)
180- Added LDAP log for users without idsC2Profile
181- Fixed log4j2 properties.
182
183
184# version 0.69.3
185
186- Moved the service path of VC admin services to admin/vc (closed #543)
187- Added an admin service to load and cache system vc (solved #268)
188- Move oauth2 admin service path (closed #544)
189- Excluded admin service to load-cache VC from the test suite
190- Fixed refresh token expiry test
191- Fixed scope check in OAuth2 token request with refresh token
192
193# version 0.69.2
194
1952022-12-05
196- Upgrade version for E2E-simplified Docker images (diewald)
1972023-01-27
198- Updated client info API (replaced user authorization requirement with super
199 client authentication)
2002023-01-30
201- Made scope param required in authorization request (solved #508)
2022023-01-31
203- Allowed OAuth2 clients to use localhost as redirect URIs.
2042023-02-03
205- Fixed content-type in error responses by changing it to application/json
2062023-02-06
207- Allow admin access using admin token for the clean token API
2082023-02-10
209- Use admin filter instead of OAuth2 ADMIN scope
210- Added a plugin test.
2112023-02-15
212- Moved user-group retrieval API to UserGroupAdminController
213 and changed the service path URL of UserGroupAdminController.
2142023-02-20
215- Deprecate API token (JWT) web-service
216- Fixed Slf4J binding
2172023-02-28
218- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2192023-03-06
220- Fixed testing refresh token expiry.
221
222
223# version 0.69.1
224
225- Upgrade version for docker including indexer (diewald)
226
227
228# version 0.69
229
230 - Migrated to Java 11 and Jersey 2
231 - Updated dependencies
232 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
233
234
235# version 0.68
236
2372022-05-25
238 - Added a new API: list plugins (e.g for marketplace)
239 - Added redirect URI validation in authorization request (addressed #374)
240 - Handled user-defined refresh token expiry (added in client info and
241 list API response)
242 - Added installed_plugins table
243 - Added a new API: install plugin
244 - Handled redundant plugin installation
245 - Handled super client id in plugin installation
246 - Deprecated UserClientDto and uses ClientinfoDto instead
247 - Updated redirect URI error message for coherence
2482022-05-27
249 - Added maximum limit to custom refresh token expiry
2502022-06-01
251 - Added new APIs: list user-installed plugins and uninstall plugin.
252 - Moved install and list plugin APIs to PluginController and updated their
253 service paths under /plugins.
2542022-06-03
255 - Implemented searching option using a network endpoint
256 - Implemented initial super client registration for user authentication.
257 - Fixed admin clean token API and restrict plugins to confidential only.
258
259
260
261# version 0.67.1
262
2632022-05-12
264 - Implemented mapping of LDAP username to email
265 - Handled null parameters in authorization requests
2662022-05-25
267 - Fixed null client_id
268 - Updated ldap.config path in the kustvakt-test.conf
269
270
271# version 0.67
272
2732022-05-09
274 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
275 - An embedded LDAP server can now be started automatically if configured accordingly.
2762022-05-11
277 - Changed the SQL script updating oauth2_client table
278
279
280# version 0.66
281
2822022-03-31
283 - Updated query and user-group name pattern.
2842022-04-08
285 - Added redirect_uri to client info API.
2862022-04-11
287 - Added registration_date, refresh_token_expiry, source and is_permitted
288 to the oauth2_client database table, and updated the OAuth2 client
289 registration mechanism.
290 - Added authorization request with GET and deprecated that with POST.
2912022-04-13
292 - Updated OAuth2Client list API (added redirect_uri, registration_date,
293 permitted, source to OAuth2UserClientDto).
2942022-04-20
295 - Updated authorization error response. (Included error and error
296 description in the client redirect URI except for missing or
297 invalid client id or redirect URI.
298
299
300# version 0.65.2
301
3022022-03-03
303 - Removed VCLoader.
304 - Added foreign keys to the DB tables of access and refresh token scopes.
3052022-03-07
306 - Added more parameter checks and OAuth2Client web-service tests.
3072022-03-17
308 - Updated admin filter by using admin token and role checks.
3092022-03-18
310 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
3112022-03-28
312 - Updated admin filter (admintoken as a form param) and uses
313 it for the closing index reader API.
314 - Removed unused admin API: clear access token cache.
3152022-03-29
316 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
317
318# version 0.65.1
319
3202022-03-01
321 - Restricts the field retrieval web-service to admin only.
322
323# version 0.65
324
325!!! includes security updates - please update all Kustvakt libraries
326!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
327
3282021-12-02
329 - Updated VC cache.
3302021-12-03
331 - Enabled listing system vc for authorized users.
3322021-12-08
333 - Removed koralQuery and statistics from VC list.
334 - Added a web-service to retrieve KoralQuery of a VC
3352021-12-10
336 - [security] Updated log4j libs due to CVE-2021-44228.
3372021-12-13
338 - Fixed broken test suite.
3392022-01-03
340 - [security] More log4j security updates
341 - Bumped unboundid-ldapsdk
342 - Updated tests.
3432022-01-25
344 - Added show-tokens option to the search API.
3452022-01-31
346 - Added an API retrieving fields of a virtual corpus.
347
348# version 0.64.1
349
3502021-10-26
351 - Bump Kustvakt and Krill versions.
352
353
354# version 0.64
3552021-07-29
356 - Updated the change files and made a new version.
3572021-08-12
358 - Fixed errors due to missing query type and added tests.
3592021-08-13
360 - Fixed missing request entity.
361 - Updated the query service to enable editing query references.
3622021-08-16
363 - Fixed creator param when storing query or VC by admins for
364 the system or other users.
365
366# version 0.63.2
3672021-06-11
368 - Updated OAuth2 token length & secure random algorithm config.
369 - Added character set filter to random code generator, e.g. for client_id.
3702021-06-14
371 - Updated roleId and super client parameters.
3722021-06-24
373 - Fixed broken test.
3742021-07-22
375 - Updated cache settings and some loggings.
3762021-07-26
377 - Replaced annotation parsing with restoring the annotation tables to the
378database.
379 - Moved cache config to the full config.
380
381# version 0.63.1
3822021-02-22
383 - Updated libraries (margaretha)
384 - Renamed virtual corpus to query (margaretha)
3852021-02-26
386 - Added query access roles and fixed vc access roles (margaretha)
387 - Added delete query webservice and tests (margaretha)
3882021-03-25
389 - Updated Koral version for Info Controller (margaretha)
390 - Updated OAuth2 token list with token type and user clientId
391parameters (margaretha)
3922021-03-29
393 - Added client type in the client list web-service. Resolved #58 (margaretha)
3942021-04-19
395 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3962021-04-26
397 - Updated OAuth2 Client list (margaretha)
3982021-04-30
399 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
400 - Updated OAuth2 API responses for coherence (margaretha)
4012021-06-07
402 - Updated OAuth2 client dto (margaretha)
403
404# version 0.63
40526/10/2020
406 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
40729/10/2020
408 - Introduction of a query reference rewrite mechanism (diewald)
40930/10/2020
410 - Added database methods for storing query references (diewald)
41104/12/2020
412 - Fix hibernate dialect for SQLite. (margaretha)
41304/12/2020
414 - Fix pipe warning. (margaretha)
41514/01/2021
416 - Updated Flyway (margaretha)
41721/01/2021
418 - Fixed running pipe and updated tests with mockserver (margaretha)
41901/02/2021
420 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
42105/02/2021
422 - Add query reference web-service (diewald,margaretha)
42310/02/2021
424 - Fixed problem with multiple desktop apps (diewald, margaretha)
42512/02/2021
426 - Added listing available queries for users (margaretha)
42717/02/2021
428 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
429 - Added query and query language in virtual corpus table (margaretha)
43018/02/2021
431 - Set corpus access public for stored query (margaretha)
43219/02/2021
433 - Enabled API info web-service (margaretha)
434
435
436# version 0.62.4
43724/01/2020
438 - Removed salt from config and updated config files (margaretha)
43903/02/2020
440 - Added an admin API for clearing access token cache (margaretha)
44105/02/2020
442 - Added a config properties for a long-time access token expiry
443 and excluded refresh tokens for public clients in OAuth2 token
444 responses (margaretha)
445 - Removed client authentication from the client deregistration and
446 client-secret reset APIs (margaretha)
44704/03/2020
448 - Updated the sample index (diewald)
449
450# version 0.62.3
45103/12/2019
452 - Implemented pipe extension in the search API (margaretha)
45311/12/2019
454 - Added errors when requesting VC in caching process (margaretha,
455 resolved #47)
45612/12/2019
457 - Added support for multiple cq parameters (margaretha, resolved #46)
45813/12/2019
459 - Handled pipe errors and added tests (margaretha)
46019/12/2019
461 - Updated create update user-group API (margaretha)
46220/12/2019
463 - Removed transactional annotations from simple select queries (margaretha)
464 - Updated free resource controller (margaretha)
46515/01-2020
466 - Added additional statistic figures to virtual corpus info API
467 response (margaretha)
468
469# version 0.62.2
47017/10/2019
471 - Handled vulnerability CVE-2019-17195. (margaretha)
4728/11/2019
473 - Added user-group name pattern (margaretha, issue #33)
47411/11/2019
475 - Updated user group service paths and replaced groupId with groupName
476 (margaretha, resolved #33)
47712/11/2019
478 - Removed UserGroupJson & updated listUserGroups and createUserGroup
479 services (margaretha)
480 - Added prefixes to username and groupname parameters in service paths
481 (margaretha, resolved #35)
48213/11/2019
483 - Added tests for issue #43 (margaretha)
48414/11/2019
485 - Added client description and URL to list-authorized-clients service
486 (margaretha, close #53)
487 - Implemented a service to list clients registered by a user (margaretha,
488 close #52)
489 - Added a check for OAuth2 client, VC, and group name length (margaretha)
49015/11/2019
491 - Merged list authorized client and list registered client services
492 (margaretha)
49321/11/2019
494 - Added a service to list active refresh tokens of a user (margaretha)
495 - Added username filtering to token revocation service via super client
496 (margaretha)
49726/11/2019
498 - Added a service to revoke a single refresh token via super client
499 (margaretha)
500
501# version 0.62.1
50208/07/2019
503 - Added tests for public metadata response in search api (margaretha,
504 issue #43)
505 - Disabled some tests of unused/disabled web-services (margaretha)
50607/08/2019
507 - Fixed missing scopes after requesting access token with refresh token
508 (margaretha)
509 - Fixed post requests with status OK and empty body (margaretha)
51007/08/2019
511 - Added users to hidden group when searching in a published VC (margaretha,
512 resolved #40)
51315/08/2019
514 - Updated the response statuses of VC PUT requests (margaretha)
515
516# version 0.62
51728/02/2019
518 - Removed old VC controllers and updated tests (margaretha, issue #34)
519 - Updated VC access controllers (margaretha)
52019/03/2019
521 - Added close index controller (margaretha)
52211/04/2019
523 - Fixed unknown authentication scheme, missing VC entity, and parameter
524 checker (margaretha)
525 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
526 unique group name and unknown VC access (margaretha)
52727/06/2019
528 - Handled LDAP errors, fixed #45 (margaretha)
52903/07/2019
530 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
531 - Changed the response media-type of authentication controllers (margaretha)
532 - Fixed bugs: allow guest to retrieve system VC,
533 remove VC from cache when it is deleted (margaretha)
53404/07/2019
535 - Updated VC name pattern and tests (margaretha)
536
537# version 0.61.6
53804/02/2019
539 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
540 - Updated client deregistration behavior (margaretha)
54105/02/2019
542 - Added delete-group-by-name controller (margaretha)
543 - Added unique index to group name (margaretha)
54406/02/2019
545 - Updated a user setting test using array for multiple values (margaretha)
546 - Added metadata controller tests (margaretha)
54718/02/2019
548 - Fixed tests (margaretha)
549 - Updated handling errors from Koral (margaretha)
55019/02/2019
551 - Added fields to metadata controller (margaretha, issue #39)
552
553# version 0.61.5
55417/12/2018
555 - Added a search timeout test (margaretha)
55618/12/2018
557 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
55808/01/2019
559 - Improved predefined vc caching (issue #28, margaretha)
56009/01/2019
561 - Added comments (margaretha)
562 - Updated code structure (margaretha)
56311/01/2019
564 - Degraded API version to 1.0 (margaretha)
565 - Added OAuth2 client info tests (margaretha)
56614/01/2019
567 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
56816/01/2019
569 - Added a PUT request for both creating and editing vc (margaretha)
570 - Added aliases to some VC controllers (margaretha)
571 - Merged VC access list controllers (margaretha)
57221/01/2019
573 - Removed codes related to user registration & password management (margaretha)
57422/01/2019
575 - Added create, edit, retrieve user default setting controllers (margaretha)
57622/01/2019
577 - Updated default setting controllers & added tests (margaretha)
578 - Added delete key in setting controllers (margaretha)
57923/01/2019
580 - Added default setting key validation (margaretha)
581 - Fixed UserdataTest (margaretha)
58224/01/2019
583 - Added default setting key validation & fixed UserdataTest (margaretha)
58425/01/2019
585 - Added VC reference and MapUtil tests (margaretha)
58628/01/2019
587 - Fixed username verification in DefaultSettingService (margaretha)
588 - Added foundry rewrite with user default setting (margaretha)
589 - Added default foundry for morphology layer (margaretha)
59029/01/2019
591 - Fixed share VC type (margaretha)
592 - Added delete setting controller (margaretha)
593 - Handled "no resource found" cases (margaretha, issue #37)
59430/01/2019
595 - Added server shutdown description in readme (margaretha)
596
597# version 0.61.4
59814/11/2018
599 - Integrated lite and full services and controllers in core (margaretha)
60021/11/2018
601 - Updated OAuth2 refresh token request to create a new refresh token and
602 revoke the old one per request (margaretha)
60328/11/2018
604 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
605 - Handled storing cached VC with VC reference (margaretha)
60629/11/2018
607 - Added a controller for listing user clients having active refresh tokens
608 (margaretha)
6096/12/2018
610 - Added debug flags to mitigate log4j debugging performance (margaretha)
611 - Fixed KoralNode at() method (margaretha)
61211/12/2018
613 - Implemented revoking all tokens of a user client via a super client
614 (margaretha)
615 - Removed document controllers and KustvaktResource (margaretha)
616 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
617
618
619# version 0.61.3
62017/10/2018
621 - Updated NamedVCLoader to be optional (margaretha)
622 - Updated annotation tables & implemented key-value structure (margaretha)
623 - Added annotation parser for annotation data from kalamar (margaretha)
624 - Implemented parsing free resource info from json (margaretha)
62522/10/2018
626 - Updated jetty, spring and hibernate versions (margaretha)
627 - Fixed the order of annotation keys and values, and added tests (margaretha)
628 - Fixed resource DAO & added tests (margaretha)
62924/10/2018
630 - Fixed query serialization service (margaretha)
631 - Added "highlights" parameter to matchInfo controller (margaretha)
632 - Added "fields" parameter to search controllers (margaretha)
633 - Integrated lite controllers, services and tests in full version (margaretha)
63429/10/2018
635 - Moved javax.servlet-api to core (margaretha)
63607/11/2018
637 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
63813/11/2018
639 - Added Shutdown handler to Jetty server (margaretha)
640 - Fixed storing VC order in NamedVCLoader (margaretha)
641
642# version 0.61.2
64312/09/2018
644 - Added various log4j2 configurations (margaretha)
64513/09/2018
646 - Implemented VirtualCorpusRewrite (margaretha)
64714/09/2018
648 - Fixed SpringJerseyTest ApplicationContext (margaretha)
649 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
650 - Enabled VCReferenceTest in maven test suite (margaretha)
65118/09/2018
652 - Handled unique constraints / inserting duplicate items to DB (margaretha)
653 - Added a controller for editing user group member roles (margaretha)
65419/09/2018
655 - Fixed cached-VC ref with username (margaretha)
656
657# version 0.61.1
65828/08/2018
659 - Added API URL versioning (margaretha)
660 - Deactivated IdRewrite (margaretha)
661 - Fixed kustvakt controller (margaretha)
66230/08/2018
663 - Fixed root packages & added api version properties in kustvakt.conf
664 (margaretha)
665 - Fixed versioning in SearchController (margaretha)
666 - Added API versioning tests (margaretha)
667
668# version 0.61.0
669
67002/08/2018
671 - Added VC reference tests (margaretha)
672 - Implemented loading and caching named VCs (margaretha)
67303/08/2018
674 - Implemented OAuth2 revoke token (margaretha)
675 - Updated OAuth2 refresh token implementation (margaretha)
67614/08/2018
677 - Implemented revoke all OAuth2 access tokens and authorization codes of
678 client users when deregistering/deleting a client (margaretha)
679 - Fixed update OAuth2 access token (margaretha)
680 - Implemented reset client secret (margaretha)
681 - Fixed revoking latest access token when refreshing OAuth2 access token
682 (margaretha)
68315/08/2018
684 - Implemented OAuth2 client info controller (margaretha)
685 - Implemented update OAuth2 client privilege controller for admins
686 (margaretha)
687 - Implemented unlimited authorization scope for super clients with OAuth2
688 password grant (margaretha)
689 - Marked native clients implementation to deprecated in favour of super
690 clients (margaretha)
691 - Enabled using Bearer tokens as user authentication tokens (Authorization
692 header value) for many controllers including OAuth2 controllers (margaretha)
69316/08/2018
694 - Implemented degrading super clients (margaretha)
695 - Improved and added OAuth2 tests (margaretha)
69621/08/2018
697 - Added VC name pattern check (margaretha)
69822/08/2018
699 - Implemented loading VC from gz files (margaretha)
700 - Updated OAuth2 authorization codes' & access tokens' expiry check
701 (margaretha)
70223/08/2018
703 - Updated RefreshToken implementations with separate DB tables (margaretha)
704 - Allows multiple access tokens per refresh token (margaretha)
70527/08/2018
706 - Added statistic with VC reference tests (margaretha)
707 - Fixed OAuth2 SQL files (margaretha)
70828/08/2018
709 - Added c3p0 datasource configuration to Spring default-config-xml
710 (margaretha)
711 - Added running Kustvakt server with custom spring config in the readme
712 (margaretha)
713 - Removed old OAuth2 codes (margaretha)
714 - Moved non-config test codes to misc (margaretha)
715
716
717# version 0.60.5
718
71909/07/2018
720 - Added service layer to the search controller (margaretha)
721 - Added OAuth2 scope checking in search and VC controllers (margaretha)
722 - Added handling OAuth2 bearer token for VC access and User group
723 controllers (margaretha)
724 - Added default scope to password grant (margaretha)
72510/07/2018
726 - Made createBasicAuthorizationHeaderValue static (margaretha)
727 - Added store access token in openID token service (margaretha)
728 - Fixed empty scope in openID authorization and token service (margaretha)
729 - Implemented storing authorization code in cache (margaretha)
73011/07/2018
731 - Fixed authentication time in authentication controller (margaretha)
732 - Added OAuth2 access token tests (margaretha)
73312/07/2018
734 - Updated maven surefire setting for faster test suite runtime (margaretha)
735 - Implemented refreshing OAuth2 access token (margaretha)
73626/07/2018
737 - Fixed issue #27 (margaretha)
73802/08/2018s
739 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
740
741
742# version 0.60.4
743
74405/07/2018
745 - implemented OAuth2 authorization code request with OpenID Authentication
746 (margaretha)
747 - enabled OAuth2 authorization without OpenID authentication using Nimbus
748 library (margaretha)
749 - implemented response handler for OpenID authentication errors in authorization
750 requests (margaretha)
751 - added tests regarding OpenID authentication in authorization requests
752 (margaretha)
753 - implemented OAuth2 authorization error response via redirect URI instead of
754 JSON (margaretha)
755 - added state to OAuth2 authorization error response (margaretha)
756 - implemented OpenID token service for authorization code flow (margaretha)
757 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
758 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
759 keys (margaretha)
760 - implemented OpenId configuration (margaretha)
761 - added authentication time and support for auth_time in id_token (margaretha)
762 - implemented support for nonce and max_age parameters in OpenID authentication
763 (margaretha)
764 - implemented OAuth2 token request with password grant using Nimbus library
765 (margaretha)
766 - updated redirect URI validator (margaretha)
767 - updated client registration requirement to allow desktop applications
768 (margaretha)
769 - fixed RSA key configuration (margaretha)
770 - merged OAuth2 client deregistration controllers (margaretha)
771 - fixed OAuth2 client unique URL-hashcode (margaretha)
772 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
773 - Added support for unrestricted corpus statistics (ndiewald)
774 - updated paths of user-group deletion-controllers (margaretha)
775 - Do not pass broken queries to Krill (diewald)
776 - added OAuth2 token request with client authentication via Authorization
777 header (margaretha)
778 - added port checking in test suite (margaretha)
779
780# version 0.60.3
781
78206/06/2018
783 - improved user authentication by using authentication filter for authorization
784 code request (margaretha)
785 - limited client authentication to client id checking in authorization code
786 request (margaretha)
787 - added user_id in the oauth2_access_token database table (margaretha)
788 - implemented OAuth2Authentication provider for token context management
789 (margaretha)
790 - added parameter checking for authorization DAO (margaretha)
791 - added controller tests using OAuth2 access token (margaretha)
792 - added database tables for MySQL (margaretha)
793 - updated JWT library and related codes (margaretha)
794
795# version 0.60.2
796
79703/05/2018
798 - implemented OAuth2 client registration (margaretha)
799 - implemented OAuth2 client authentication (margaretha)
800 - changed virtual corpus search to retrieval (margaretha)
801 - implemented public client deregistration task (margaretha)
802 - added client registration and deregistration tests (margaretha)
803 - implemented confidential client deregistration task (margaretha)
804 - fixed storing client secret (margaretha)
805 - implemented OAuth2 response handler (margaretha)
806 - implemented OAuth2 request access token with client credentials grant
807 (margaretha)
808 - implemented OAuth2 request access token with resource owner password grant
809 (margaretha)
810 - implemented OAuth2 authorization code request (margaretha)
811 - added OAuth2 error codes (margaretha)
812 - added OAuth2 authorization, scope and access token tables for SQLite
813 (margaretha)
814 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
815 - implemented OAuth2 request access token with authorization code grant
816 (margaretha)
817 - added setting default scopes in the config file (margaretha)
818 - fixed loading spring config multiple times in the test suite (margaretha)
819 - added SQLite created_date trigger for access token (margaretha)
820 - added a join table for access token scopes (margaretha)
821 - added access scopes handling (margaretha)
822 - added tests about request token with authorization code (margaretha)
823
824# version 0.60.1
825
82628/03/2018
827 - added admin-related SQL codes (margaretha)
828 - updated AdminDao (margaretha)
829 - added optional username query parameter to group list controller (margaretha)
830 - fixed non hierarchical URI of kustvakt conf files (margaretha)
831 - added delete group member triggers (margaretha)
832 - added list user-group by username and status for system admin (margaretha)
833 - added user-group status in user-group DTO (margaretha)
834 - added check for hidden groups in user-group tests (margaretha)
835 - added database trigger test on deleting members when deleting group
836 (margaretha)
837 - renamed VC type PREDEFINED to SYSTEM (margaretha)
838 - added VC list controller for system admin (margaretha)
839 - added VC controller tests with for system admin (margaretha)
840 - added hidden access removal when deleting published VC (margaretha)
841 - added check for hidden groups in VC controller tests (margaretha)
842 - added search user-group controller (margaretha)
843 - removed createdBy from VirtualCorpusJson (margaretha)
844 - moved member role setting from the invitation phase to the after-subscription
845 phase (margaretha)
846 - added member role removal after deleting members (margaretha)
847 - added add and delete member role controllers (margaretha)
848
849# version 0.60
850
85114/03/2018
852 - set up mail settings using localhost port 25 (margaretha)
853 - added mail template in kustvakt configuration (margaretha)
854 - added mail settings to readme (margaretha)
855 - disabled email notification for auto group (margaretha)
856 - added metadata retrieval (diewald)
857 - enabled custom implementation for email address retrieval (margaretha)
858 - removed old policy and deprecated code (margaretha)
859 - moved authentication related code to /full (margaretha)
860 - added userRoles attribute to UserGroupDto. (margaretha)
861 - fixed sqlite trigger (margaretha)
862 - fixed member exist error message (margaretha)
863 - fixed member invitation to join deleted group (margaretha)
864 - added checking deleted group (margaretha)
865
866# version 0.59.10
867
86820/02/2018
869 - added sort VC by id (margaretha)
870 - added test cases regarding VC sharing (margaretha)
871 - implemented withdraw VC from publication (margaretha)
872 - added Changes file (margaretha)
873 - implemented add/invite users to group (margaretha)
874 - implemented delete user-group and member tasks (margaretha)
875 - added userMemberStatus in group lists (margaretha)
876 - updated and added SQL test data (margaretha)
877 - added user group related tests (margaretha)
878 - implemented custom configuration for deleting user groups and members (margaretha)
879 - updated library versions and java environment (margaretha)
880 - added expiration time check for member invitation (margaretha)
881 - moved .properties files (margaretha)
882 - merged changelog file to Changes (margaretha)
883 - updated status codes and error messages to be more detailed (margaretha)
884 - testing mail implementation using embedded jetty jndi (margaretha)
885 - fixed collection rewrite regarding OR operation with other fields
886 (margaretha)
887 - implemented sending mail using spring injection and removed jetty jndi
888 (margaretha)
889 - fixed unrecognized application/json (margaretha)
890 - fixed and updated velocity template (margaretha)
891
892# version 0.59.9
893
89419/01/2018
895 - restructured basic authentication (margaretha)
896 - fixed AuthenticationException to include authentication scheme (margaretha)
897 - fixed rewrite redundancy in collection rewrite (margaretha)
898 - fixed foundry rewrite for constituents (margaretha)
899 - introduced authentication methods, schemes and tokens (margaretha)
900 - implemented collection rewrite with multiple licenses (margaretha)
901 - fixed foundry rewrite for korap span without wrap node (margaretha)
902 - implemented list user group (margaretha)
903 - implemented delete VC task (margaretha)
904 - implemented create user-group, subscribe to user-groups, unsubscribe to
905 user-groups tasks(margaretha)
906 - fixed handling JSON mapping exception for missing enums (margaretha)
907 - implemented list VC task (margaretha)
908 - added KoralQuery in VC lists (margaretha)
909 - implemented edit VC task (margaretha)
910 - implemented publish VC task (margaretha)
911 - implemented share VC task (margaretha)
912 - implemented list only owned VC task (margaretha)
913 - implemented list VC access task (margaretha)
914 - implemented search VC by id task (margaretha)
915 - implemented delete VC access (margaretha)
916 - implemented search for project VC (margaretha)
917 - added search VC related tests (margaretha)
918 - removed PredefinedUserGroup.ALL and related codes (margaretha)
919 - implemented search for published VC (margaretha)
920
921# version 0.59.8
922
92321/09/2017
924 - restructured statistics service (margaretha)
925 - removed deprecated loader codes and tests (margaretha)
926 - removed old Spring java configurations (margaretha)
927 - implemented entity classes for the new database (margaretha)
928 - added MySQL codes regarding VC and for testing (margaretha)
929 - added dao methods regarding VC (margaretha)
930 - added similar SQL codes (to MySQL) for sqlite (margaretha)
931 - added dao methods regarding user groups (margaretha)
932 - restructured web-service codes into controller and logic/business-service
933 (margaretha)
934 - implemented user role and privilege, and added tests (margaretha)
935 - prepared test suite using new database (margaretha)
936 - implemented UserGroupDao and tests (margaretha)
937 - fixed missing exceptions in JsonUtils (margaretha)
938 - restructured web filters and authentication codes (margaretha)
939 - implemented create/store VC (margaretha)
940 - fixed collection rewrite bug regarding availability with operation or
941 (margaretha)
942
943# version 0.59.7
944
94513/10/2016
946 - MOD: updated search to use new siglen (diewald)
947 - MOD: fixed matchinfo retrieval in light service (diewald)
948
94905/05/2015
950 - ADD: rest test suite for user service (hanl)
951 - MOD: setup parameter modification (hanl)
952 - ADD: oauth2 client unique constraint (hanl)