blob: 5fd23c6872191356ae72af9014ae6a3749aacdfa [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.
margaretha34c9fba2024-08-09 17:44:03 +020023
Akron7ba60862024-08-09 16:55:01 +020024# version 0.74.1-SNAPSHOT
25
26- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020027- - Introduce filter_by and deprecate authorized_only in OAuth2
28 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020029
margaretha144be1a2024-08-09 15:38:40 +020030# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020031
32- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020033- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020034- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020035- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020036- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020037- Unified ResourceFilters and SearchResourceFilters.
38- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020039- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020040
margaretha1ef2a032024-06-11 11:39:57 +020041# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020042
margaretha46e2c952024-05-23 09:09:54 +020043- Added tests for the DNB scenario with custom max match
44 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020045- Cleaned up named-vc.
46- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020047- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020048- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020049- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020050- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020051
margaretha21879752024-04-22 12:12:58 +020052# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010053
margaretha387e4682024-03-22 11:26:29 +010054- Fixed jakarta validation error.
55- Added openapi doc (#744)
56- Moved service.properties to src/main/resources/properties
57- Moved free-resources.json to src/main/resources/json
58- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010059- Changed loading external kustvakt.conf and jdbc.properties
60 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020061- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020062- Setup vc-cache in the data folder (#598)
63- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020064- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020065- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020066- Updated configurations of the lite version to use the
67 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020068- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010069
margaretha28a53d12024-02-20 12:57:38 +010070# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010071
margarethab06377e2024-01-30 11:06:35 +010072- Moved the content of the full folder to the root folder
73- Removed Piwik
74- Removed unused libraries
75- Cleaned up spring configs
76- Updated Krill and Koral with new groupIds
77- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010078- Updated search Krill and removed Lucene
79- Updated readme
margarethab06377e2024-01-30 11:06:35 +010080
81# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010082
83- Replaced javax.ws to jakarta.ws namespace (#648)
84- Upgrading Jersey 2.40 to 3.x (#646)
85- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
86- Replaced javax.persistence with jakarta.persistence (#648)
87- Migrate Hibernate 5 to 6 (#649)
88- Fix missing placeholders
89- Fixed conflicting jackson-jarxrs
90- Fixed conflicting commons-logging and spring jcl
91- Replaced javax.servlet with jakarta.servlet (#648)
92- Updated authorization services using Nimbus (#650)
93- Fixed BlockingFilter by replacing javax.annotation.Priority
94 with jakarta.annotation.Priority (#659, #648)
95- Replaced javax.annotation with jakarta.annotation
96- Enabled legacy support for authorization POST request
97- Changed OAuth2 token request using Nimbus (#650)
98- Removed Apache Oltu API from token requests (#650)
99- Removed OpenID
100- Fixed clearing cache
101- Fix JettyServerTest, init package, and some java docs.
102- Make scope extraction more flexible.
103- Updated token response using Nimbus (#650)
104- Remove Oltu request and validator implementations (#650)
105- Updated OAuth2 response handler (#650)
106- Fixed ShutdownHandler (fixed #708)
107- Fixed issues with multi-release jar (#706, #708)
108
109
110# version 0.71.1
111
112- Removed auditing (#611)
113- Removed old database configurations (#612)
114- Removed old tests
115- Removed unnecessary caches and methods in the authentication interface
116- Added total result cache (#599)
117- Fixed missing project.version in info web-service
118- Make sure totalResults and other numeric results are numbers (Kupietz)
119- Introduce CQP query language in Koral 0.41
120- Changed DB connection (fixed #670)
121- Resolved duplicate libraries
122- Fixed testing expiry access token
123- Fix lombok compile warning
124- Ensure the order of clean token tests.
125
126# version 0.71
127
128- Renamed entity and service packages in core
129- Renamed web.controller package in core
130- Moved SearchNetworkEndpoint to core.service package
131- Merged lite into full
132- Merged core into full
133
134
135# version 0.70.1
136
137- Added data folder containing super_client_info and database
138 for mounting into docker
139- Added an error for missing redirect uri in a token request
140 when it has been included in the authorization request.
141- Added tests for VC sharing and for OAuth2 client using VC services
142- Added and updated VC controller tests
143- Moved hibernate.properties
144- Added maximum number of user persistent virtual corpora and queries
145
146# version 0.70
147
148- Support token array in matchinfo (fixes #570; diewald)
149- Updated VC list API and deprecated owner VC list (addressed #580)
150- Added user info web-service (solved #566)
151- Implemented configurable resource filters for search and match
152 info APIs (#539)
153- Added getting username from LDAP (#568)
154- Disabled LDAP auth provider and token API in the auth filter (#587)
155- Added LDAP log for users without idsC2Profile
156- Fixed log4j2 properties.
157
158
159# version 0.69.3
160
161- Moved the service path of VC admin services to admin/vc (closed #543)
162- Added an admin service to load and cache system vc (solved #268)
163- Move oauth2 admin service path (closed #544)
164- Excluded admin service to load-cache VC from the test suite
165- Fixed refresh token expiry test
166- Fixed scope check in OAuth2 token request with refresh token
167
168# version 0.69.2
169
1702022-12-05
171- Upgrade version for E2E-simplified Docker images (diewald)
1722023-01-27
173- Updated client info API (replaced user authorization requirement with super
174 client authentication)
1752023-01-30
176- Made scope param required in authorization request (solved #508)
1772023-01-31
178- Allowed OAuth2 clients to use localhost as redirect URIs.
1792023-02-03
180- Fixed content-type in error responses by changing it to application/json
1812023-02-06
182- Allow admin access using admin token for the clean token API
1832023-02-10
184- Use admin filter instead of OAuth2 ADMIN scope
185- Added a plugin test.
1862023-02-15
187- Moved user-group retrieval API to UserGroupAdminController
188 and changed the service path URL of UserGroupAdminController.
1892023-02-20
190- Deprecate API token (JWT) web-service
191- Fixed Slf4J binding
1922023-02-28
193- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1942023-03-06
195- Fixed testing refresh token expiry.
196
197
198# version 0.69.1
199
200- Upgrade version for docker including indexer (diewald)
201
202
203# version 0.69
204
205 - Migrated to Java 11 and Jersey 2
206 - Updated dependencies
207 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
208
209
210# version 0.68
211
2122022-05-25
213 - Added a new API: list plugins (e.g for marketplace)
214 - Added redirect URI validation in authorization request (addressed #374)
215 - Handled user-defined refresh token expiry (added in client info and
216 list API response)
217 - Added installed_plugins table
218 - Added a new API: install plugin
219 - Handled redundant plugin installation
220 - Handled super client id in plugin installation
221 - Deprecated UserClientDto and uses ClientinfoDto instead
222 - Updated redirect URI error message for coherence
2232022-05-27
224 - Added maximum limit to custom refresh token expiry
2252022-06-01
226 - Added new APIs: list user-installed plugins and uninstall plugin.
227 - Moved install and list plugin APIs to PluginController and updated their
228 service paths under /plugins.
2292022-06-03
230 - Implemented searching option using a network endpoint
231 - Implemented initial super client registration for user authentication.
232 - Fixed admin clean token API and restrict plugins to confidential only.
233
234
235
236# version 0.67.1
237
2382022-05-12
239 - Implemented mapping of LDAP username to email
240 - Handled null parameters in authorization requests
2412022-05-25
242 - Fixed null client_id
243 - Updated ldap.config path in the kustvakt-test.conf
244
245
246# version 0.67
247
2482022-05-09
249 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
250 - An embedded LDAP server can now be started automatically if configured accordingly.
2512022-05-11
252 - Changed the SQL script updating oauth2_client table
253
254
255# version 0.66
256
2572022-03-31
258 - Updated query and user-group name pattern.
2592022-04-08
260 - Added redirect_uri to client info API.
2612022-04-11
262 - Added registration_date, refresh_token_expiry, source and is_permitted
263 to the oauth2_client database table, and updated the OAuth2 client
264 registration mechanism.
265 - Added authorization request with GET and deprecated that with POST.
2662022-04-13
267 - Updated OAuth2Client list API (added redirect_uri, registration_date,
268 permitted, source to OAuth2UserClientDto).
2692022-04-20
270 - Updated authorization error response. (Included error and error
271 description in the client redirect URI except for missing or
272 invalid client id or redirect URI.
273
274
275# version 0.65.2
276
2772022-03-03
278 - Removed VCLoader.
279 - Added foreign keys to the DB tables of access and refresh token scopes.
2802022-03-07
281 - Added more parameter checks and OAuth2Client web-service tests.
2822022-03-17
283 - Updated admin filter by using admin token and role checks.
2842022-03-18
285 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2862022-03-28
287 - Updated admin filter (admintoken as a form param) and uses
288 it for the closing index reader API.
289 - Removed unused admin API: clear access token cache.
2902022-03-29
291 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
292
293# version 0.65.1
294
2952022-03-01
296 - Restricts the field retrieval web-service to admin only.
297
298# version 0.65
299
300!!! includes security updates - please update all Kustvakt libraries
301!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
302
3032021-12-02
304 - Updated VC cache.
3052021-12-03
306 - Enabled listing system vc for authorized users.
3072021-12-08
308 - Removed koralQuery and statistics from VC list.
309 - Added a web-service to retrieve KoralQuery of a VC
3102021-12-10
311 - [security] Updated log4j libs due to CVE-2021-44228.
3122021-12-13
313 - Fixed broken test suite.
3142022-01-03
315 - [security] More log4j security updates
316 - Bumped unboundid-ldapsdk
317 - Updated tests.
3182022-01-25
319 - Added show-tokens option to the search API.
3202022-01-31
321 - Added an API retrieving fields of a virtual corpus.
322
323# version 0.64.1
324
3252021-10-26
326 - Bump Kustvakt and Krill versions.
327
328
329# version 0.64
3302021-07-29
331 - Updated the change files and made a new version.
3322021-08-12
333 - Fixed errors due to missing query type and added tests.
3342021-08-13
335 - Fixed missing request entity.
336 - Updated the query service to enable editing query references.
3372021-08-16
338 - Fixed creator param when storing query or VC by admins for
339 the system or other users.
340
341# version 0.63.2
3422021-06-11
343 - Updated OAuth2 token length & secure random algorithm config.
344 - Added character set filter to random code generator, e.g. for client_id.
3452021-06-14
346 - Updated roleId and super client parameters.
3472021-06-24
348 - Fixed broken test.
3492021-07-22
350 - Updated cache settings and some loggings.
3512021-07-26
352 - Replaced annotation parsing with restoring the annotation tables to the
353database.
354 - Moved cache config to the full config.
355
356# version 0.63.1
3572021-02-22
358 - Updated libraries (margaretha)
359 - Renamed virtual corpus to query (margaretha)
3602021-02-26
361 - Added query access roles and fixed vc access roles (margaretha)
362 - Added delete query webservice and tests (margaretha)
3632021-03-25
364 - Updated Koral version for Info Controller (margaretha)
365 - Updated OAuth2 token list with token type and user clientId
366parameters (margaretha)
3672021-03-29
368 - Added client type in the client list web-service. Resolved #58 (margaretha)
3692021-04-19
370 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3712021-04-26
372 - Updated OAuth2 Client list (margaretha)
3732021-04-30
374 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
375 - Updated OAuth2 API responses for coherence (margaretha)
3762021-06-07
377 - Updated OAuth2 client dto (margaretha)
378
379# version 0.63
38026/10/2020
381 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
38229/10/2020
383 - Introduction of a query reference rewrite mechanism (diewald)
38430/10/2020
385 - Added database methods for storing query references (diewald)
38604/12/2020
387 - Fix hibernate dialect for SQLite. (margaretha)
38804/12/2020
389 - Fix pipe warning. (margaretha)
39014/01/2021
391 - Updated Flyway (margaretha)
39221/01/2021
393 - Fixed running pipe and updated tests with mockserver (margaretha)
39401/02/2021
395 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
39605/02/2021
397 - Add query reference web-service (diewald,margaretha)
39810/02/2021
399 - Fixed problem with multiple desktop apps (diewald, margaretha)
40012/02/2021
401 - Added listing available queries for users (margaretha)
40217/02/2021
403 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
404 - Added query and query language in virtual corpus table (margaretha)
40518/02/2021
406 - Set corpus access public for stored query (margaretha)
40719/02/2021
408 - Enabled API info web-service (margaretha)
409
410
411# version 0.62.4
41224/01/2020
413 - Removed salt from config and updated config files (margaretha)
41403/02/2020
415 - Added an admin API for clearing access token cache (margaretha)
41605/02/2020
417 - Added a config properties for a long-time access token expiry
418 and excluded refresh tokens for public clients in OAuth2 token
419 responses (margaretha)
420 - Removed client authentication from the client deregistration and
421 client-secret reset APIs (margaretha)
42204/03/2020
423 - Updated the sample index (diewald)
424
425# version 0.62.3
42603/12/2019
427 - Implemented pipe extension in the search API (margaretha)
42811/12/2019
429 - Added errors when requesting VC in caching process (margaretha,
430 resolved #47)
43112/12/2019
432 - Added support for multiple cq parameters (margaretha, resolved #46)
43313/12/2019
434 - Handled pipe errors and added tests (margaretha)
43519/12/2019
436 - Updated create update user-group API (margaretha)
43720/12/2019
438 - Removed transactional annotations from simple select queries (margaretha)
439 - Updated free resource controller (margaretha)
44015/01-2020
441 - Added additional statistic figures to virtual corpus info API
442 response (margaretha)
443
444# version 0.62.2
44517/10/2019
446 - Handled vulnerability CVE-2019-17195. (margaretha)
4478/11/2019
448 - Added user-group name pattern (margaretha, issue #33)
44911/11/2019
450 - Updated user group service paths and replaced groupId with groupName
451 (margaretha, resolved #33)
45212/11/2019
453 - Removed UserGroupJson & updated listUserGroups and createUserGroup
454 services (margaretha)
455 - Added prefixes to username and groupname parameters in service paths
456 (margaretha, resolved #35)
45713/11/2019
458 - Added tests for issue #43 (margaretha)
45914/11/2019
460 - Added client description and URL to list-authorized-clients service
461 (margaretha, close #53)
462 - Implemented a service to list clients registered by a user (margaretha,
463 close #52)
464 - Added a check for OAuth2 client, VC, and group name length (margaretha)
46515/11/2019
466 - Merged list authorized client and list registered client services
467 (margaretha)
46821/11/2019
469 - Added a service to list active refresh tokens of a user (margaretha)
470 - Added username filtering to token revocation service via super client
471 (margaretha)
47226/11/2019
473 - Added a service to revoke a single refresh token via super client
474 (margaretha)
475
476# version 0.62.1
47708/07/2019
478 - Added tests for public metadata response in search api (margaretha,
479 issue #43)
480 - Disabled some tests of unused/disabled web-services (margaretha)
48107/08/2019
482 - Fixed missing scopes after requesting access token with refresh token
483 (margaretha)
484 - Fixed post requests with status OK and empty body (margaretha)
48507/08/2019
486 - Added users to hidden group when searching in a published VC (margaretha,
487 resolved #40)
48815/08/2019
489 - Updated the response statuses of VC PUT requests (margaretha)
490
491# version 0.62
49228/02/2019
493 - Removed old VC controllers and updated tests (margaretha, issue #34)
494 - Updated VC access controllers (margaretha)
49519/03/2019
496 - Added close index controller (margaretha)
49711/04/2019
498 - Fixed unknown authentication scheme, missing VC entity, and parameter
499 checker (margaretha)
500 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
501 unique group name and unknown VC access (margaretha)
50227/06/2019
503 - Handled LDAP errors, fixed #45 (margaretha)
50403/07/2019
505 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
506 - Changed the response media-type of authentication controllers (margaretha)
507 - Fixed bugs: allow guest to retrieve system VC,
508 remove VC from cache when it is deleted (margaretha)
50904/07/2019
510 - Updated VC name pattern and tests (margaretha)
511
512# version 0.61.6
51304/02/2019
514 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
515 - Updated client deregistration behavior (margaretha)
51605/02/2019
517 - Added delete-group-by-name controller (margaretha)
518 - Added unique index to group name (margaretha)
51906/02/2019
520 - Updated a user setting test using array for multiple values (margaretha)
521 - Added metadata controller tests (margaretha)
52218/02/2019
523 - Fixed tests (margaretha)
524 - Updated handling errors from Koral (margaretha)
52519/02/2019
526 - Added fields to metadata controller (margaretha, issue #39)
527
528# version 0.61.5
52917/12/2018
530 - Added a search timeout test (margaretha)
53118/12/2018
532 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
53308/01/2019
534 - Improved predefined vc caching (issue #28, margaretha)
53509/01/2019
536 - Added comments (margaretha)
537 - Updated code structure (margaretha)
53811/01/2019
539 - Degraded API version to 1.0 (margaretha)
540 - Added OAuth2 client info tests (margaretha)
54114/01/2019
542 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
54316/01/2019
544 - Added a PUT request for both creating and editing vc (margaretha)
545 - Added aliases to some VC controllers (margaretha)
546 - Merged VC access list controllers (margaretha)
54721/01/2019
548 - Removed codes related to user registration & password management (margaretha)
54922/01/2019
550 - Added create, edit, retrieve user default setting controllers (margaretha)
55122/01/2019
552 - Updated default setting controllers & added tests (margaretha)
553 - Added delete key in setting controllers (margaretha)
55423/01/2019
555 - Added default setting key validation (margaretha)
556 - Fixed UserdataTest (margaretha)
55724/01/2019
558 - Added default setting key validation & fixed UserdataTest (margaretha)
55925/01/2019
560 - Added VC reference and MapUtil tests (margaretha)
56128/01/2019
562 - Fixed username verification in DefaultSettingService (margaretha)
563 - Added foundry rewrite with user default setting (margaretha)
564 - Added default foundry for morphology layer (margaretha)
56529/01/2019
566 - Fixed share VC type (margaretha)
567 - Added delete setting controller (margaretha)
568 - Handled "no resource found" cases (margaretha, issue #37)
56930/01/2019
570 - Added server shutdown description in readme (margaretha)
571
572# version 0.61.4
57314/11/2018
574 - Integrated lite and full services and controllers in core (margaretha)
57521/11/2018
576 - Updated OAuth2 refresh token request to create a new refresh token and
577 revoke the old one per request (margaretha)
57828/11/2018
579 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
580 - Handled storing cached VC with VC reference (margaretha)
58129/11/2018
582 - Added a controller for listing user clients having active refresh tokens
583 (margaretha)
5846/12/2018
585 - Added debug flags to mitigate log4j debugging performance (margaretha)
586 - Fixed KoralNode at() method (margaretha)
58711/12/2018
588 - Implemented revoking all tokens of a user client via a super client
589 (margaretha)
590 - Removed document controllers and KustvaktResource (margaretha)
591 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
592
593
594# version 0.61.3
59517/10/2018
596 - Updated NamedVCLoader to be optional (margaretha)
597 - Updated annotation tables & implemented key-value structure (margaretha)
598 - Added annotation parser for annotation data from kalamar (margaretha)
599 - Implemented parsing free resource info from json (margaretha)
60022/10/2018
601 - Updated jetty, spring and hibernate versions (margaretha)
602 - Fixed the order of annotation keys and values, and added tests (margaretha)
603 - Fixed resource DAO & added tests (margaretha)
60424/10/2018
605 - Fixed query serialization service (margaretha)
606 - Added "highlights" parameter to matchInfo controller (margaretha)
607 - Added "fields" parameter to search controllers (margaretha)
608 - Integrated lite controllers, services and tests in full version (margaretha)
60929/10/2018
610 - Moved javax.servlet-api to core (margaretha)
61107/11/2018
612 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
61313/11/2018
614 - Added Shutdown handler to Jetty server (margaretha)
615 - Fixed storing VC order in NamedVCLoader (margaretha)
616
617# version 0.61.2
61812/09/2018
619 - Added various log4j2 configurations (margaretha)
62013/09/2018
621 - Implemented VirtualCorpusRewrite (margaretha)
62214/09/2018
623 - Fixed SpringJerseyTest ApplicationContext (margaretha)
624 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
625 - Enabled VCReferenceTest in maven test suite (margaretha)
62618/09/2018
627 - Handled unique constraints / inserting duplicate items to DB (margaretha)
628 - Added a controller for editing user group member roles (margaretha)
62919/09/2018
630 - Fixed cached-VC ref with username (margaretha)
631
632# version 0.61.1
63328/08/2018
634 - Added API URL versioning (margaretha)
635 - Deactivated IdRewrite (margaretha)
636 - Fixed kustvakt controller (margaretha)
63730/08/2018
638 - Fixed root packages & added api version properties in kustvakt.conf
639 (margaretha)
640 - Fixed versioning in SearchController (margaretha)
641 - Added API versioning tests (margaretha)
642
643# version 0.61.0
644
64502/08/2018
646 - Added VC reference tests (margaretha)
647 - Implemented loading and caching named VCs (margaretha)
64803/08/2018
649 - Implemented OAuth2 revoke token (margaretha)
650 - Updated OAuth2 refresh token implementation (margaretha)
65114/08/2018
652 - Implemented revoke all OAuth2 access tokens and authorization codes of
653 client users when deregistering/deleting a client (margaretha)
654 - Fixed update OAuth2 access token (margaretha)
655 - Implemented reset client secret (margaretha)
656 - Fixed revoking latest access token when refreshing OAuth2 access token
657 (margaretha)
65815/08/2018
659 - Implemented OAuth2 client info controller (margaretha)
660 - Implemented update OAuth2 client privilege controller for admins
661 (margaretha)
662 - Implemented unlimited authorization scope for super clients with OAuth2
663 password grant (margaretha)
664 - Marked native clients implementation to deprecated in favour of super
665 clients (margaretha)
666 - Enabled using Bearer tokens as user authentication tokens (Authorization
667 header value) for many controllers including OAuth2 controllers (margaretha)
66816/08/2018
669 - Implemented degrading super clients (margaretha)
670 - Improved and added OAuth2 tests (margaretha)
67121/08/2018
672 - Added VC name pattern check (margaretha)
67322/08/2018
674 - Implemented loading VC from gz files (margaretha)
675 - Updated OAuth2 authorization codes' & access tokens' expiry check
676 (margaretha)
67723/08/2018
678 - Updated RefreshToken implementations with separate DB tables (margaretha)
679 - Allows multiple access tokens per refresh token (margaretha)
68027/08/2018
681 - Added statistic with VC reference tests (margaretha)
682 - Fixed OAuth2 SQL files (margaretha)
68328/08/2018
684 - Added c3p0 datasource configuration to Spring default-config-xml
685 (margaretha)
686 - Added running Kustvakt server with custom spring config in the readme
687 (margaretha)
688 - Removed old OAuth2 codes (margaretha)
689 - Moved non-config test codes to misc (margaretha)
690
691
692# version 0.60.5
693
69409/07/2018
695 - Added service layer to the search controller (margaretha)
696 - Added OAuth2 scope checking in search and VC controllers (margaretha)
697 - Added handling OAuth2 bearer token for VC access and User group
698 controllers (margaretha)
699 - Added default scope to password grant (margaretha)
70010/07/2018
701 - Made createBasicAuthorizationHeaderValue static (margaretha)
702 - Added store access token in openID token service (margaretha)
703 - Fixed empty scope in openID authorization and token service (margaretha)
704 - Implemented storing authorization code in cache (margaretha)
70511/07/2018
706 - Fixed authentication time in authentication controller (margaretha)
707 - Added OAuth2 access token tests (margaretha)
70812/07/2018
709 - Updated maven surefire setting for faster test suite runtime (margaretha)
710 - Implemented refreshing OAuth2 access token (margaretha)
71126/07/2018
712 - Fixed issue #27 (margaretha)
71302/08/2018s
714 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
715
716
717# version 0.60.4
718
71905/07/2018
720 - implemented OAuth2 authorization code request with OpenID Authentication
721 (margaretha)
722 - enabled OAuth2 authorization without OpenID authentication using Nimbus
723 library (margaretha)
724 - implemented response handler for OpenID authentication errors in authorization
725 requests (margaretha)
726 - added tests regarding OpenID authentication in authorization requests
727 (margaretha)
728 - implemented OAuth2 authorization error response via redirect URI instead of
729 JSON (margaretha)
730 - added state to OAuth2 authorization error response (margaretha)
731 - implemented OpenID token service for authorization code flow (margaretha)
732 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
733 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
734 keys (margaretha)
735 - implemented OpenId configuration (margaretha)
736 - added authentication time and support for auth_time in id_token (margaretha)
737 - implemented support for nonce and max_age parameters in OpenID authentication
738 (margaretha)
739 - implemented OAuth2 token request with password grant using Nimbus library
740 (margaretha)
741 - updated redirect URI validator (margaretha)
742 - updated client registration requirement to allow desktop applications
743 (margaretha)
744 - fixed RSA key configuration (margaretha)
745 - merged OAuth2 client deregistration controllers (margaretha)
746 - fixed OAuth2 client unique URL-hashcode (margaretha)
747 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
748 - Added support for unrestricted corpus statistics (ndiewald)
749 - updated paths of user-group deletion-controllers (margaretha)
750 - Do not pass broken queries to Krill (diewald)
751 - added OAuth2 token request with client authentication via Authorization
752 header (margaretha)
753 - added port checking in test suite (margaretha)
754
755# version 0.60.3
756
75706/06/2018
758 - improved user authentication by using authentication filter for authorization
759 code request (margaretha)
760 - limited client authentication to client id checking in authorization code
761 request (margaretha)
762 - added user_id in the oauth2_access_token database table (margaretha)
763 - implemented OAuth2Authentication provider for token context management
764 (margaretha)
765 - added parameter checking for authorization DAO (margaretha)
766 - added controller tests using OAuth2 access token (margaretha)
767 - added database tables for MySQL (margaretha)
768 - updated JWT library and related codes (margaretha)
769
770# version 0.60.2
771
77203/05/2018
773 - implemented OAuth2 client registration (margaretha)
774 - implemented OAuth2 client authentication (margaretha)
775 - changed virtual corpus search to retrieval (margaretha)
776 - implemented public client deregistration task (margaretha)
777 - added client registration and deregistration tests (margaretha)
778 - implemented confidential client deregistration task (margaretha)
779 - fixed storing client secret (margaretha)
780 - implemented OAuth2 response handler (margaretha)
781 - implemented OAuth2 request access token with client credentials grant
782 (margaretha)
783 - implemented OAuth2 request access token with resource owner password grant
784 (margaretha)
785 - implemented OAuth2 authorization code request (margaretha)
786 - added OAuth2 error codes (margaretha)
787 - added OAuth2 authorization, scope and access token tables for SQLite
788 (margaretha)
789 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
790 - implemented OAuth2 request access token with authorization code grant
791 (margaretha)
792 - added setting default scopes in the config file (margaretha)
793 - fixed loading spring config multiple times in the test suite (margaretha)
794 - added SQLite created_date trigger for access token (margaretha)
795 - added a join table for access token scopes (margaretha)
796 - added access scopes handling (margaretha)
797 - added tests about request token with authorization code (margaretha)
798
799# version 0.60.1
800
80128/03/2018
802 - added admin-related SQL codes (margaretha)
803 - updated AdminDao (margaretha)
804 - added optional username query parameter to group list controller (margaretha)
805 - fixed non hierarchical URI of kustvakt conf files (margaretha)
806 - added delete group member triggers (margaretha)
807 - added list user-group by username and status for system admin (margaretha)
808 - added user-group status in user-group DTO (margaretha)
809 - added check for hidden groups in user-group tests (margaretha)
810 - added database trigger test on deleting members when deleting group
811 (margaretha)
812 - renamed VC type PREDEFINED to SYSTEM (margaretha)
813 - added VC list controller for system admin (margaretha)
814 - added VC controller tests with for system admin (margaretha)
815 - added hidden access removal when deleting published VC (margaretha)
816 - added check for hidden groups in VC controller tests (margaretha)
817 - added search user-group controller (margaretha)
818 - removed createdBy from VirtualCorpusJson (margaretha)
819 - moved member role setting from the invitation phase to the after-subscription
820 phase (margaretha)
821 - added member role removal after deleting members (margaretha)
822 - added add and delete member role controllers (margaretha)
823
824# version 0.60
825
82614/03/2018
827 - set up mail settings using localhost port 25 (margaretha)
828 - added mail template in kustvakt configuration (margaretha)
829 - added mail settings to readme (margaretha)
830 - disabled email notification for auto group (margaretha)
831 - added metadata retrieval (diewald)
832 - enabled custom implementation for email address retrieval (margaretha)
833 - removed old policy and deprecated code (margaretha)
834 - moved authentication related code to /full (margaretha)
835 - added userRoles attribute to UserGroupDto. (margaretha)
836 - fixed sqlite trigger (margaretha)
837 - fixed member exist error message (margaretha)
838 - fixed member invitation to join deleted group (margaretha)
839 - added checking deleted group (margaretha)
840
841# version 0.59.10
842
84320/02/2018
844 - added sort VC by id (margaretha)
845 - added test cases regarding VC sharing (margaretha)
846 - implemented withdraw VC from publication (margaretha)
847 - added Changes file (margaretha)
848 - implemented add/invite users to group (margaretha)
849 - implemented delete user-group and member tasks (margaretha)
850 - added userMemberStatus in group lists (margaretha)
851 - updated and added SQL test data (margaretha)
852 - added user group related tests (margaretha)
853 - implemented custom configuration for deleting user groups and members (margaretha)
854 - updated library versions and java environment (margaretha)
855 - added expiration time check for member invitation (margaretha)
856 - moved .properties files (margaretha)
857 - merged changelog file to Changes (margaretha)
858 - updated status codes and error messages to be more detailed (margaretha)
859 - testing mail implementation using embedded jetty jndi (margaretha)
860 - fixed collection rewrite regarding OR operation with other fields
861 (margaretha)
862 - implemented sending mail using spring injection and removed jetty jndi
863 (margaretha)
864 - fixed unrecognized application/json (margaretha)
865 - fixed and updated velocity template (margaretha)
866
867# version 0.59.9
868
86919/01/2018
870 - restructured basic authentication (margaretha)
871 - fixed AuthenticationException to include authentication scheme (margaretha)
872 - fixed rewrite redundancy in collection rewrite (margaretha)
873 - fixed foundry rewrite for constituents (margaretha)
874 - introduced authentication methods, schemes and tokens (margaretha)
875 - implemented collection rewrite with multiple licenses (margaretha)
876 - fixed foundry rewrite for korap span without wrap node (margaretha)
877 - implemented list user group (margaretha)
878 - implemented delete VC task (margaretha)
879 - implemented create user-group, subscribe to user-groups, unsubscribe to
880 user-groups tasks(margaretha)
881 - fixed handling JSON mapping exception for missing enums (margaretha)
882 - implemented list VC task (margaretha)
883 - added KoralQuery in VC lists (margaretha)
884 - implemented edit VC task (margaretha)
885 - implemented publish VC task (margaretha)
886 - implemented share VC task (margaretha)
887 - implemented list only owned VC task (margaretha)
888 - implemented list VC access task (margaretha)
889 - implemented search VC by id task (margaretha)
890 - implemented delete VC access (margaretha)
891 - implemented search for project VC (margaretha)
892 - added search VC related tests (margaretha)
893 - removed PredefinedUserGroup.ALL and related codes (margaretha)
894 - implemented search for published VC (margaretha)
895
896# version 0.59.8
897
89821/09/2017
899 - restructured statistics service (margaretha)
900 - removed deprecated loader codes and tests (margaretha)
901 - removed old Spring java configurations (margaretha)
902 - implemented entity classes for the new database (margaretha)
903 - added MySQL codes regarding VC and for testing (margaretha)
904 - added dao methods regarding VC (margaretha)
905 - added similar SQL codes (to MySQL) for sqlite (margaretha)
906 - added dao methods regarding user groups (margaretha)
907 - restructured web-service codes into controller and logic/business-service
908 (margaretha)
909 - implemented user role and privilege, and added tests (margaretha)
910 - prepared test suite using new database (margaretha)
911 - implemented UserGroupDao and tests (margaretha)
912 - fixed missing exceptions in JsonUtils (margaretha)
913 - restructured web filters and authentication codes (margaretha)
914 - implemented create/store VC (margaretha)
915 - fixed collection rewrite bug regarding availability with operation or
916 (margaretha)
917
918# version 0.59.7
919
92013/10/2016
921 - MOD: updated search to use new siglen (diewald)
922 - MOD: fixed matchinfo retrieval in light service (diewald)
923
92405/05/2015
925 - ADD: rest test suite for user service (hanl)
926 - MOD: setup parameter modification (hanl)
927 - ADD: oauth2 client unique constraint (hanl)