blob: c13cf0ffc4fe70f8896fe0292418dcb8503c1efa [file] [log] [blame]
margaretha34c9fba2024-08-09 17:44:03 +02001# version 0.75-SNAPSHOT
2
3- Alter role and remove privilege database tables (#763)
4- Update user-group and user-group member web-services (#763)
5- Remove edit member role web-service (#763)
6- Remove query access table (#763)
7- Remove query access admin, merged with user-group admin (#763)
8- Update share-query and query-access web-services (#763)
9- Add new web-service: delete role by query and group (#763)
10- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020011- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020012- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020013- Removed deleted_by from user_group and user_group_member tables (#764)
14- Removed created_by, status and status_date from user_group_member table (#764)
15- Removed GroupMemberStatus (#764)
16- Replace invite and subscribe to add member (#764)
17- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020018- Added deprecation messages to deprecated services
19- Removed mail configuration (#764)
margarethab6a0e6a2024-08-20 11:10:49 +020020- Deprecate VC access deletion.
margarethafeb0cce2024-09-19 08:32:39 +020021- Change default port to 8089.
22- Disallow scope all for non super clients.
margaretha83cdf7f2024-10-23 10:50:29 +020023- Changed memberUsername to member in the new member-role-addition web-service.
24- Removed user-privileges from user-group list response.
margaretha987a0512024-10-23 11:19:29 +020025- Added role names to user-group list
margarethabf6b0582024-10-24 09:43:49 +020026- Added not-timeExceeded to the totalResult constraints.
margarethae5336262024-10-24 12:36:43 +020027- Replace EDIT_VC occurrences with CREATE_VC, and removed it.
margaretha83cdf7f2024-10-23 10:50:29 +020028
margaretha34c9fba2024-08-09 17:44:03 +020029
Akron7ba60862024-08-09 16:55:01 +020030# version 0.74.1-SNAPSHOT
31
32- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020033- - Introduce filter_by and deprecate authorized_only in OAuth2
34 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020035
margarethaac09c4f2024-10-10 12:46:50 +020036# version 0.74 hot-fix
37
38- Removed admin & owner restriction on client info access.
39- Removed registered_by and restrict registration_date to admin/owner-
40 only.
41
margaretha144be1a2024-08-09 15:38:40 +020042# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020043
44- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020045- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020046- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020047- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020048- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020049- Unified ResourceFilters and SearchResourceFilters.
50- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020051- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020052
margaretha1ef2a032024-06-11 11:39:57 +020053# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020054
margaretha46e2c952024-05-23 09:09:54 +020055- Added tests for the DNB scenario with custom max match
56 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020057- Cleaned up named-vc.
58- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020059- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020060- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020061- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020062- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020063
margaretha21879752024-04-22 12:12:58 +020064# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010065
margaretha387e4682024-03-22 11:26:29 +010066- Fixed jakarta validation error.
67- Added openapi doc (#744)
68- Moved service.properties to src/main/resources/properties
69- Moved free-resources.json to src/main/resources/json
70- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010071- Changed loading external kustvakt.conf and jdbc.properties
72 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020073- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020074- Setup vc-cache in the data folder (#598)
75- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020076- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020077- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020078- Updated configurations of the lite version to use the
79 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020080- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010081
margaretha28a53d12024-02-20 12:57:38 +010082# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010083
margarethab06377e2024-01-30 11:06:35 +010084- Moved the content of the full folder to the root folder
85- Removed Piwik
86- Removed unused libraries
87- Cleaned up spring configs
88- Updated Krill and Koral with new groupIds
89- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010090- Updated search Krill and removed Lucene
91- Updated readme
margarethab06377e2024-01-30 11:06:35 +010092
93# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010094
95- Replaced javax.ws to jakarta.ws namespace (#648)
96- Upgrading Jersey 2.40 to 3.x (#646)
97- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
98- Replaced javax.persistence with jakarta.persistence (#648)
99- Migrate Hibernate 5 to 6 (#649)
100- Fix missing placeholders
101- Fixed conflicting jackson-jarxrs
102- Fixed conflicting commons-logging and spring jcl
103- Replaced javax.servlet with jakarta.servlet (#648)
104- Updated authorization services using Nimbus (#650)
105- Fixed BlockingFilter by replacing javax.annotation.Priority
106 with jakarta.annotation.Priority (#659, #648)
107- Replaced javax.annotation with jakarta.annotation
108- Enabled legacy support for authorization POST request
109- Changed OAuth2 token request using Nimbus (#650)
110- Removed Apache Oltu API from token requests (#650)
111- Removed OpenID
112- Fixed clearing cache
113- Fix JettyServerTest, init package, and some java docs.
114- Make scope extraction more flexible.
115- Updated token response using Nimbus (#650)
116- Remove Oltu request and validator implementations (#650)
117- Updated OAuth2 response handler (#650)
118- Fixed ShutdownHandler (fixed #708)
119- Fixed issues with multi-release jar (#706, #708)
120
121
122# version 0.71.1
123
124- Removed auditing (#611)
125- Removed old database configurations (#612)
126- Removed old tests
127- Removed unnecessary caches and methods in the authentication interface
128- Added total result cache (#599)
129- Fixed missing project.version in info web-service
130- Make sure totalResults and other numeric results are numbers (Kupietz)
131- Introduce CQP query language in Koral 0.41
132- Changed DB connection (fixed #670)
133- Resolved duplicate libraries
134- Fixed testing expiry access token
135- Fix lombok compile warning
136- Ensure the order of clean token tests.
137
138# version 0.71
139
140- Renamed entity and service packages in core
141- Renamed web.controller package in core
142- Moved SearchNetworkEndpoint to core.service package
143- Merged lite into full
144- Merged core into full
145
146
147# version 0.70.1
148
149- Added data folder containing super_client_info and database
150 for mounting into docker
151- Added an error for missing redirect uri in a token request
152 when it has been included in the authorization request.
153- Added tests for VC sharing and for OAuth2 client using VC services
154- Added and updated VC controller tests
155- Moved hibernate.properties
156- Added maximum number of user persistent virtual corpora and queries
157
158# version 0.70
159
160- Support token array in matchinfo (fixes #570; diewald)
161- Updated VC list API and deprecated owner VC list (addressed #580)
162- Added user info web-service (solved #566)
163- Implemented configurable resource filters for search and match
164 info APIs (#539)
165- Added getting username from LDAP (#568)
166- Disabled LDAP auth provider and token API in the auth filter (#587)
167- Added LDAP log for users without idsC2Profile
168- Fixed log4j2 properties.
169
170
171# version 0.69.3
172
173- Moved the service path of VC admin services to admin/vc (closed #543)
174- Added an admin service to load and cache system vc (solved #268)
175- Move oauth2 admin service path (closed #544)
176- Excluded admin service to load-cache VC from the test suite
177- Fixed refresh token expiry test
178- Fixed scope check in OAuth2 token request with refresh token
179
180# version 0.69.2
181
1822022-12-05
183- Upgrade version for E2E-simplified Docker images (diewald)
1842023-01-27
185- Updated client info API (replaced user authorization requirement with super
186 client authentication)
1872023-01-30
188- Made scope param required in authorization request (solved #508)
1892023-01-31
190- Allowed OAuth2 clients to use localhost as redirect URIs.
1912023-02-03
192- Fixed content-type in error responses by changing it to application/json
1932023-02-06
194- Allow admin access using admin token for the clean token API
1952023-02-10
196- Use admin filter instead of OAuth2 ADMIN scope
197- Added a plugin test.
1982023-02-15
199- Moved user-group retrieval API to UserGroupAdminController
200 and changed the service path URL of UserGroupAdminController.
2012023-02-20
202- Deprecate API token (JWT) web-service
203- Fixed Slf4J binding
2042023-02-28
205- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2062023-03-06
207- Fixed testing refresh token expiry.
208
209
210# version 0.69.1
211
212- Upgrade version for docker including indexer (diewald)
213
214
215# version 0.69
216
217 - Migrated to Java 11 and Jersey 2
218 - Updated dependencies
219 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
220
221
222# version 0.68
223
2242022-05-25
225 - Added a new API: list plugins (e.g for marketplace)
226 - Added redirect URI validation in authorization request (addressed #374)
227 - Handled user-defined refresh token expiry (added in client info and
228 list API response)
229 - Added installed_plugins table
230 - Added a new API: install plugin
231 - Handled redundant plugin installation
232 - Handled super client id in plugin installation
233 - Deprecated UserClientDto and uses ClientinfoDto instead
234 - Updated redirect URI error message for coherence
2352022-05-27
236 - Added maximum limit to custom refresh token expiry
2372022-06-01
238 - Added new APIs: list user-installed plugins and uninstall plugin.
239 - Moved install and list plugin APIs to PluginController and updated their
240 service paths under /plugins.
2412022-06-03
242 - Implemented searching option using a network endpoint
243 - Implemented initial super client registration for user authentication.
244 - Fixed admin clean token API and restrict plugins to confidential only.
245
246
247
248# version 0.67.1
249
2502022-05-12
251 - Implemented mapping of LDAP username to email
252 - Handled null parameters in authorization requests
2532022-05-25
254 - Fixed null client_id
255 - Updated ldap.config path in the kustvakt-test.conf
256
257
258# version 0.67
259
2602022-05-09
261 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
262 - An embedded LDAP server can now be started automatically if configured accordingly.
2632022-05-11
264 - Changed the SQL script updating oauth2_client table
265
266
267# version 0.66
268
2692022-03-31
270 - Updated query and user-group name pattern.
2712022-04-08
272 - Added redirect_uri to client info API.
2732022-04-11
274 - Added registration_date, refresh_token_expiry, source and is_permitted
275 to the oauth2_client database table, and updated the OAuth2 client
276 registration mechanism.
277 - Added authorization request with GET and deprecated that with POST.
2782022-04-13
279 - Updated OAuth2Client list API (added redirect_uri, registration_date,
280 permitted, source to OAuth2UserClientDto).
2812022-04-20
282 - Updated authorization error response. (Included error and error
283 description in the client redirect URI except for missing or
284 invalid client id or redirect URI.
285
286
287# version 0.65.2
288
2892022-03-03
290 - Removed VCLoader.
291 - Added foreign keys to the DB tables of access and refresh token scopes.
2922022-03-07
293 - Added more parameter checks and OAuth2Client web-service tests.
2942022-03-17
295 - Updated admin filter by using admin token and role checks.
2962022-03-18
297 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2982022-03-28
299 - Updated admin filter (admintoken as a form param) and uses
300 it for the closing index reader API.
301 - Removed unused admin API: clear access token cache.
3022022-03-29
303 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
304
305# version 0.65.1
306
3072022-03-01
308 - Restricts the field retrieval web-service to admin only.
309
310# version 0.65
311
312!!! includes security updates - please update all Kustvakt libraries
313!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
314
3152021-12-02
316 - Updated VC cache.
3172021-12-03
318 - Enabled listing system vc for authorized users.
3192021-12-08
320 - Removed koralQuery and statistics from VC list.
321 - Added a web-service to retrieve KoralQuery of a VC
3222021-12-10
323 - [security] Updated log4j libs due to CVE-2021-44228.
3242021-12-13
325 - Fixed broken test suite.
3262022-01-03
327 - [security] More log4j security updates
328 - Bumped unboundid-ldapsdk
329 - Updated tests.
3302022-01-25
331 - Added show-tokens option to the search API.
3322022-01-31
333 - Added an API retrieving fields of a virtual corpus.
334
335# version 0.64.1
336
3372021-10-26
338 - Bump Kustvakt and Krill versions.
339
340
341# version 0.64
3422021-07-29
343 - Updated the change files and made a new version.
3442021-08-12
345 - Fixed errors due to missing query type and added tests.
3462021-08-13
347 - Fixed missing request entity.
348 - Updated the query service to enable editing query references.
3492021-08-16
350 - Fixed creator param when storing query or VC by admins for
351 the system or other users.
352
353# version 0.63.2
3542021-06-11
355 - Updated OAuth2 token length & secure random algorithm config.
356 - Added character set filter to random code generator, e.g. for client_id.
3572021-06-14
358 - Updated roleId and super client parameters.
3592021-06-24
360 - Fixed broken test.
3612021-07-22
362 - Updated cache settings and some loggings.
3632021-07-26
364 - Replaced annotation parsing with restoring the annotation tables to the
365database.
366 - Moved cache config to the full config.
367
368# version 0.63.1
3692021-02-22
370 - Updated libraries (margaretha)
371 - Renamed virtual corpus to query (margaretha)
3722021-02-26
373 - Added query access roles and fixed vc access roles (margaretha)
374 - Added delete query webservice and tests (margaretha)
3752021-03-25
376 - Updated Koral version for Info Controller (margaretha)
377 - Updated OAuth2 token list with token type and user clientId
378parameters (margaretha)
3792021-03-29
380 - Added client type in the client list web-service. Resolved #58 (margaretha)
3812021-04-19
382 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3832021-04-26
384 - Updated OAuth2 Client list (margaretha)
3852021-04-30
386 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
387 - Updated OAuth2 API responses for coherence (margaretha)
3882021-06-07
389 - Updated OAuth2 client dto (margaretha)
390
391# version 0.63
39226/10/2020
393 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
39429/10/2020
395 - Introduction of a query reference rewrite mechanism (diewald)
39630/10/2020
397 - Added database methods for storing query references (diewald)
39804/12/2020
399 - Fix hibernate dialect for SQLite. (margaretha)
40004/12/2020
401 - Fix pipe warning. (margaretha)
40214/01/2021
403 - Updated Flyway (margaretha)
40421/01/2021
405 - Fixed running pipe and updated tests with mockserver (margaretha)
40601/02/2021
407 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
40805/02/2021
409 - Add query reference web-service (diewald,margaretha)
41010/02/2021
411 - Fixed problem with multiple desktop apps (diewald, margaretha)
41212/02/2021
413 - Added listing available queries for users (margaretha)
41417/02/2021
415 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
416 - Added query and query language in virtual corpus table (margaretha)
41718/02/2021
418 - Set corpus access public for stored query (margaretha)
41919/02/2021
420 - Enabled API info web-service (margaretha)
421
422
423# version 0.62.4
42424/01/2020
425 - Removed salt from config and updated config files (margaretha)
42603/02/2020
427 - Added an admin API for clearing access token cache (margaretha)
42805/02/2020
429 - Added a config properties for a long-time access token expiry
430 and excluded refresh tokens for public clients in OAuth2 token
431 responses (margaretha)
432 - Removed client authentication from the client deregistration and
433 client-secret reset APIs (margaretha)
43404/03/2020
435 - Updated the sample index (diewald)
436
437# version 0.62.3
43803/12/2019
439 - Implemented pipe extension in the search API (margaretha)
44011/12/2019
441 - Added errors when requesting VC in caching process (margaretha,
442 resolved #47)
44312/12/2019
444 - Added support for multiple cq parameters (margaretha, resolved #46)
44513/12/2019
446 - Handled pipe errors and added tests (margaretha)
44719/12/2019
448 - Updated create update user-group API (margaretha)
44920/12/2019
450 - Removed transactional annotations from simple select queries (margaretha)
451 - Updated free resource controller (margaretha)
45215/01-2020
453 - Added additional statistic figures to virtual corpus info API
454 response (margaretha)
455
456# version 0.62.2
45717/10/2019
458 - Handled vulnerability CVE-2019-17195. (margaretha)
4598/11/2019
460 - Added user-group name pattern (margaretha, issue #33)
46111/11/2019
462 - Updated user group service paths and replaced groupId with groupName
463 (margaretha, resolved #33)
46412/11/2019
465 - Removed UserGroupJson & updated listUserGroups and createUserGroup
466 services (margaretha)
467 - Added prefixes to username and groupname parameters in service paths
468 (margaretha, resolved #35)
46913/11/2019
470 - Added tests for issue #43 (margaretha)
47114/11/2019
472 - Added client description and URL to list-authorized-clients service
473 (margaretha, close #53)
474 - Implemented a service to list clients registered by a user (margaretha,
475 close #52)
476 - Added a check for OAuth2 client, VC, and group name length (margaretha)
47715/11/2019
478 - Merged list authorized client and list registered client services
479 (margaretha)
48021/11/2019
481 - Added a service to list active refresh tokens of a user (margaretha)
482 - Added username filtering to token revocation service via super client
483 (margaretha)
48426/11/2019
485 - Added a service to revoke a single refresh token via super client
486 (margaretha)
487
488# version 0.62.1
48908/07/2019
490 - Added tests for public metadata response in search api (margaretha,
491 issue #43)
492 - Disabled some tests of unused/disabled web-services (margaretha)
49307/08/2019
494 - Fixed missing scopes after requesting access token with refresh token
495 (margaretha)
496 - Fixed post requests with status OK and empty body (margaretha)
49707/08/2019
498 - Added users to hidden group when searching in a published VC (margaretha,
499 resolved #40)
50015/08/2019
501 - Updated the response statuses of VC PUT requests (margaretha)
502
503# version 0.62
50428/02/2019
505 - Removed old VC controllers and updated tests (margaretha, issue #34)
506 - Updated VC access controllers (margaretha)
50719/03/2019
508 - Added close index controller (margaretha)
50911/04/2019
510 - Fixed unknown authentication scheme, missing VC entity, and parameter
511 checker (margaretha)
512 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
513 unique group name and unknown VC access (margaretha)
51427/06/2019
515 - Handled LDAP errors, fixed #45 (margaretha)
51603/07/2019
517 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
518 - Changed the response media-type of authentication controllers (margaretha)
519 - Fixed bugs: allow guest to retrieve system VC,
520 remove VC from cache when it is deleted (margaretha)
52104/07/2019
522 - Updated VC name pattern and tests (margaretha)
523
524# version 0.61.6
52504/02/2019
526 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
527 - Updated client deregistration behavior (margaretha)
52805/02/2019
529 - Added delete-group-by-name controller (margaretha)
530 - Added unique index to group name (margaretha)
53106/02/2019
532 - Updated a user setting test using array for multiple values (margaretha)
533 - Added metadata controller tests (margaretha)
53418/02/2019
535 - Fixed tests (margaretha)
536 - Updated handling errors from Koral (margaretha)
53719/02/2019
538 - Added fields to metadata controller (margaretha, issue #39)
539
540# version 0.61.5
54117/12/2018
542 - Added a search timeout test (margaretha)
54318/12/2018
544 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
54508/01/2019
546 - Improved predefined vc caching (issue #28, margaretha)
54709/01/2019
548 - Added comments (margaretha)
549 - Updated code structure (margaretha)
55011/01/2019
551 - Degraded API version to 1.0 (margaretha)
552 - Added OAuth2 client info tests (margaretha)
55314/01/2019
554 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
55516/01/2019
556 - Added a PUT request for both creating and editing vc (margaretha)
557 - Added aliases to some VC controllers (margaretha)
558 - Merged VC access list controllers (margaretha)
55921/01/2019
560 - Removed codes related to user registration & password management (margaretha)
56122/01/2019
562 - Added create, edit, retrieve user default setting controllers (margaretha)
56322/01/2019
564 - Updated default setting controllers & added tests (margaretha)
565 - Added delete key in setting controllers (margaretha)
56623/01/2019
567 - Added default setting key validation (margaretha)
568 - Fixed UserdataTest (margaretha)
56924/01/2019
570 - Added default setting key validation & fixed UserdataTest (margaretha)
57125/01/2019
572 - Added VC reference and MapUtil tests (margaretha)
57328/01/2019
574 - Fixed username verification in DefaultSettingService (margaretha)
575 - Added foundry rewrite with user default setting (margaretha)
576 - Added default foundry for morphology layer (margaretha)
57729/01/2019
578 - Fixed share VC type (margaretha)
579 - Added delete setting controller (margaretha)
580 - Handled "no resource found" cases (margaretha, issue #37)
58130/01/2019
582 - Added server shutdown description in readme (margaretha)
583
584# version 0.61.4
58514/11/2018
586 - Integrated lite and full services and controllers in core (margaretha)
58721/11/2018
588 - Updated OAuth2 refresh token request to create a new refresh token and
589 revoke the old one per request (margaretha)
59028/11/2018
591 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
592 - Handled storing cached VC with VC reference (margaretha)
59329/11/2018
594 - Added a controller for listing user clients having active refresh tokens
595 (margaretha)
5966/12/2018
597 - Added debug flags to mitigate log4j debugging performance (margaretha)
598 - Fixed KoralNode at() method (margaretha)
59911/12/2018
600 - Implemented revoking all tokens of a user client via a super client
601 (margaretha)
602 - Removed document controllers and KustvaktResource (margaretha)
603 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
604
605
606# version 0.61.3
60717/10/2018
608 - Updated NamedVCLoader to be optional (margaretha)
609 - Updated annotation tables & implemented key-value structure (margaretha)
610 - Added annotation parser for annotation data from kalamar (margaretha)
611 - Implemented parsing free resource info from json (margaretha)
61222/10/2018
613 - Updated jetty, spring and hibernate versions (margaretha)
614 - Fixed the order of annotation keys and values, and added tests (margaretha)
615 - Fixed resource DAO & added tests (margaretha)
61624/10/2018
617 - Fixed query serialization service (margaretha)
618 - Added "highlights" parameter to matchInfo controller (margaretha)
619 - Added "fields" parameter to search controllers (margaretha)
620 - Integrated lite controllers, services and tests in full version (margaretha)
62129/10/2018
622 - Moved javax.servlet-api to core (margaretha)
62307/11/2018
624 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
62513/11/2018
626 - Added Shutdown handler to Jetty server (margaretha)
627 - Fixed storing VC order in NamedVCLoader (margaretha)
628
629# version 0.61.2
63012/09/2018
631 - Added various log4j2 configurations (margaretha)
63213/09/2018
633 - Implemented VirtualCorpusRewrite (margaretha)
63414/09/2018
635 - Fixed SpringJerseyTest ApplicationContext (margaretha)
636 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
637 - Enabled VCReferenceTest in maven test suite (margaretha)
63818/09/2018
639 - Handled unique constraints / inserting duplicate items to DB (margaretha)
640 - Added a controller for editing user group member roles (margaretha)
64119/09/2018
642 - Fixed cached-VC ref with username (margaretha)
643
644# version 0.61.1
64528/08/2018
646 - Added API URL versioning (margaretha)
647 - Deactivated IdRewrite (margaretha)
648 - Fixed kustvakt controller (margaretha)
64930/08/2018
650 - Fixed root packages & added api version properties in kustvakt.conf
651 (margaretha)
652 - Fixed versioning in SearchController (margaretha)
653 - Added API versioning tests (margaretha)
654
655# version 0.61.0
656
65702/08/2018
658 - Added VC reference tests (margaretha)
659 - Implemented loading and caching named VCs (margaretha)
66003/08/2018
661 - Implemented OAuth2 revoke token (margaretha)
662 - Updated OAuth2 refresh token implementation (margaretha)
66314/08/2018
664 - Implemented revoke all OAuth2 access tokens and authorization codes of
665 client users when deregistering/deleting a client (margaretha)
666 - Fixed update OAuth2 access token (margaretha)
667 - Implemented reset client secret (margaretha)
668 - Fixed revoking latest access token when refreshing OAuth2 access token
669 (margaretha)
67015/08/2018
671 - Implemented OAuth2 client info controller (margaretha)
672 - Implemented update OAuth2 client privilege controller for admins
673 (margaretha)
674 - Implemented unlimited authorization scope for super clients with OAuth2
675 password grant (margaretha)
676 - Marked native clients implementation to deprecated in favour of super
677 clients (margaretha)
678 - Enabled using Bearer tokens as user authentication tokens (Authorization
679 header value) for many controllers including OAuth2 controllers (margaretha)
68016/08/2018
681 - Implemented degrading super clients (margaretha)
682 - Improved and added OAuth2 tests (margaretha)
68321/08/2018
684 - Added VC name pattern check (margaretha)
68522/08/2018
686 - Implemented loading VC from gz files (margaretha)
687 - Updated OAuth2 authorization codes' & access tokens' expiry check
688 (margaretha)
68923/08/2018
690 - Updated RefreshToken implementations with separate DB tables (margaretha)
691 - Allows multiple access tokens per refresh token (margaretha)
69227/08/2018
693 - Added statistic with VC reference tests (margaretha)
694 - Fixed OAuth2 SQL files (margaretha)
69528/08/2018
696 - Added c3p0 datasource configuration to Spring default-config-xml
697 (margaretha)
698 - Added running Kustvakt server with custom spring config in the readme
699 (margaretha)
700 - Removed old OAuth2 codes (margaretha)
701 - Moved non-config test codes to misc (margaretha)
702
703
704# version 0.60.5
705
70609/07/2018
707 - Added service layer to the search controller (margaretha)
708 - Added OAuth2 scope checking in search and VC controllers (margaretha)
709 - Added handling OAuth2 bearer token for VC access and User group
710 controllers (margaretha)
711 - Added default scope to password grant (margaretha)
71210/07/2018
713 - Made createBasicAuthorizationHeaderValue static (margaretha)
714 - Added store access token in openID token service (margaretha)
715 - Fixed empty scope in openID authorization and token service (margaretha)
716 - Implemented storing authorization code in cache (margaretha)
71711/07/2018
718 - Fixed authentication time in authentication controller (margaretha)
719 - Added OAuth2 access token tests (margaretha)
72012/07/2018
721 - Updated maven surefire setting for faster test suite runtime (margaretha)
722 - Implemented refreshing OAuth2 access token (margaretha)
72326/07/2018
724 - Fixed issue #27 (margaretha)
72502/08/2018s
726 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
727
728
729# version 0.60.4
730
73105/07/2018
732 - implemented OAuth2 authorization code request with OpenID Authentication
733 (margaretha)
734 - enabled OAuth2 authorization without OpenID authentication using Nimbus
735 library (margaretha)
736 - implemented response handler for OpenID authentication errors in authorization
737 requests (margaretha)
738 - added tests regarding OpenID authentication in authorization requests
739 (margaretha)
740 - implemented OAuth2 authorization error response via redirect URI instead of
741 JSON (margaretha)
742 - added state to OAuth2 authorization error response (margaretha)
743 - implemented OpenID token service for authorization code flow (margaretha)
744 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
745 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
746 keys (margaretha)
747 - implemented OpenId configuration (margaretha)
748 - added authentication time and support for auth_time in id_token (margaretha)
749 - implemented support for nonce and max_age parameters in OpenID authentication
750 (margaretha)
751 - implemented OAuth2 token request with password grant using Nimbus library
752 (margaretha)
753 - updated redirect URI validator (margaretha)
754 - updated client registration requirement to allow desktop applications
755 (margaretha)
756 - fixed RSA key configuration (margaretha)
757 - merged OAuth2 client deregistration controllers (margaretha)
758 - fixed OAuth2 client unique URL-hashcode (margaretha)
759 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
760 - Added support for unrestricted corpus statistics (ndiewald)
761 - updated paths of user-group deletion-controllers (margaretha)
762 - Do not pass broken queries to Krill (diewald)
763 - added OAuth2 token request with client authentication via Authorization
764 header (margaretha)
765 - added port checking in test suite (margaretha)
766
767# version 0.60.3
768
76906/06/2018
770 - improved user authentication by using authentication filter for authorization
771 code request (margaretha)
772 - limited client authentication to client id checking in authorization code
773 request (margaretha)
774 - added user_id in the oauth2_access_token database table (margaretha)
775 - implemented OAuth2Authentication provider for token context management
776 (margaretha)
777 - added parameter checking for authorization DAO (margaretha)
778 - added controller tests using OAuth2 access token (margaretha)
779 - added database tables for MySQL (margaretha)
780 - updated JWT library and related codes (margaretha)
781
782# version 0.60.2
783
78403/05/2018
785 - implemented OAuth2 client registration (margaretha)
786 - implemented OAuth2 client authentication (margaretha)
787 - changed virtual corpus search to retrieval (margaretha)
788 - implemented public client deregistration task (margaretha)
789 - added client registration and deregistration tests (margaretha)
790 - implemented confidential client deregistration task (margaretha)
791 - fixed storing client secret (margaretha)
792 - implemented OAuth2 response handler (margaretha)
793 - implemented OAuth2 request access token with client credentials grant
794 (margaretha)
795 - implemented OAuth2 request access token with resource owner password grant
796 (margaretha)
797 - implemented OAuth2 authorization code request (margaretha)
798 - added OAuth2 error codes (margaretha)
799 - added OAuth2 authorization, scope and access token tables for SQLite
800 (margaretha)
801 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
802 - implemented OAuth2 request access token with authorization code grant
803 (margaretha)
804 - added setting default scopes in the config file (margaretha)
805 - fixed loading spring config multiple times in the test suite (margaretha)
806 - added SQLite created_date trigger for access token (margaretha)
807 - added a join table for access token scopes (margaretha)
808 - added access scopes handling (margaretha)
809 - added tests about request token with authorization code (margaretha)
810
811# version 0.60.1
812
81328/03/2018
814 - added admin-related SQL codes (margaretha)
815 - updated AdminDao (margaretha)
816 - added optional username query parameter to group list controller (margaretha)
817 - fixed non hierarchical URI of kustvakt conf files (margaretha)
818 - added delete group member triggers (margaretha)
819 - added list user-group by username and status for system admin (margaretha)
820 - added user-group status in user-group DTO (margaretha)
821 - added check for hidden groups in user-group tests (margaretha)
822 - added database trigger test on deleting members when deleting group
823 (margaretha)
824 - renamed VC type PREDEFINED to SYSTEM (margaretha)
825 - added VC list controller for system admin (margaretha)
826 - added VC controller tests with for system admin (margaretha)
827 - added hidden access removal when deleting published VC (margaretha)
828 - added check for hidden groups in VC controller tests (margaretha)
829 - added search user-group controller (margaretha)
830 - removed createdBy from VirtualCorpusJson (margaretha)
831 - moved member role setting from the invitation phase to the after-subscription
832 phase (margaretha)
833 - added member role removal after deleting members (margaretha)
834 - added add and delete member role controllers (margaretha)
835
836# version 0.60
837
83814/03/2018
839 - set up mail settings using localhost port 25 (margaretha)
840 - added mail template in kustvakt configuration (margaretha)
841 - added mail settings to readme (margaretha)
842 - disabled email notification for auto group (margaretha)
843 - added metadata retrieval (diewald)
844 - enabled custom implementation for email address retrieval (margaretha)
845 - removed old policy and deprecated code (margaretha)
846 - moved authentication related code to /full (margaretha)
847 - added userRoles attribute to UserGroupDto. (margaretha)
848 - fixed sqlite trigger (margaretha)
849 - fixed member exist error message (margaretha)
850 - fixed member invitation to join deleted group (margaretha)
851 - added checking deleted group (margaretha)
852
853# version 0.59.10
854
85520/02/2018
856 - added sort VC by id (margaretha)
857 - added test cases regarding VC sharing (margaretha)
858 - implemented withdraw VC from publication (margaretha)
859 - added Changes file (margaretha)
860 - implemented add/invite users to group (margaretha)
861 - implemented delete user-group and member tasks (margaretha)
862 - added userMemberStatus in group lists (margaretha)
863 - updated and added SQL test data (margaretha)
864 - added user group related tests (margaretha)
865 - implemented custom configuration for deleting user groups and members (margaretha)
866 - updated library versions and java environment (margaretha)
867 - added expiration time check for member invitation (margaretha)
868 - moved .properties files (margaretha)
869 - merged changelog file to Changes (margaretha)
870 - updated status codes and error messages to be more detailed (margaretha)
871 - testing mail implementation using embedded jetty jndi (margaretha)
872 - fixed collection rewrite regarding OR operation with other fields
873 (margaretha)
874 - implemented sending mail using spring injection and removed jetty jndi
875 (margaretha)
876 - fixed unrecognized application/json (margaretha)
877 - fixed and updated velocity template (margaretha)
878
879# version 0.59.9
880
88119/01/2018
882 - restructured basic authentication (margaretha)
883 - fixed AuthenticationException to include authentication scheme (margaretha)
884 - fixed rewrite redundancy in collection rewrite (margaretha)
885 - fixed foundry rewrite for constituents (margaretha)
886 - introduced authentication methods, schemes and tokens (margaretha)
887 - implemented collection rewrite with multiple licenses (margaretha)
888 - fixed foundry rewrite for korap span without wrap node (margaretha)
889 - implemented list user group (margaretha)
890 - implemented delete VC task (margaretha)
891 - implemented create user-group, subscribe to user-groups, unsubscribe to
892 user-groups tasks(margaretha)
893 - fixed handling JSON mapping exception for missing enums (margaretha)
894 - implemented list VC task (margaretha)
895 - added KoralQuery in VC lists (margaretha)
896 - implemented edit VC task (margaretha)
897 - implemented publish VC task (margaretha)
898 - implemented share VC task (margaretha)
899 - implemented list only owned VC task (margaretha)
900 - implemented list VC access task (margaretha)
901 - implemented search VC by id task (margaretha)
902 - implemented delete VC access (margaretha)
903 - implemented search for project VC (margaretha)
904 - added search VC related tests (margaretha)
905 - removed PredefinedUserGroup.ALL and related codes (margaretha)
906 - implemented search for published VC (margaretha)
907
908# version 0.59.8
909
91021/09/2017
911 - restructured statistics service (margaretha)
912 - removed deprecated loader codes and tests (margaretha)
913 - removed old Spring java configurations (margaretha)
914 - implemented entity classes for the new database (margaretha)
915 - added MySQL codes regarding VC and for testing (margaretha)
916 - added dao methods regarding VC (margaretha)
917 - added similar SQL codes (to MySQL) for sqlite (margaretha)
918 - added dao methods regarding user groups (margaretha)
919 - restructured web-service codes into controller and logic/business-service
920 (margaretha)
921 - implemented user role and privilege, and added tests (margaretha)
922 - prepared test suite using new database (margaretha)
923 - implemented UserGroupDao and tests (margaretha)
924 - fixed missing exceptions in JsonUtils (margaretha)
925 - restructured web filters and authentication codes (margaretha)
926 - implemented create/store VC (margaretha)
927 - fixed collection rewrite bug regarding availability with operation or
928 (margaretha)
929
930# version 0.59.7
931
93213/10/2016
933 - MOD: updated search to use new siglen (diewald)
934 - MOD: fixed matchinfo retrieval in light service (diewald)
935
93605/05/2015
937 - ADD: rest test suite for user service (hanl)
938 - MOD: setup parameter modification (hanl)
939 - ADD: oauth2 client unique constraint (hanl)