blob: 3893aa6f068538ba31f0c0e3a48338d8b686615a [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
margarethab4472102024-11-13 13:15:36 +01006
margaretha34595a52024-10-28 08:54:10 +01007# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +02008
9- Alter role and remove privilege database tables (#763)
10- Update user-group and user-group member web-services (#763)
11- Remove edit member role web-service (#763)
12- Remove query access table (#763)
13- Remove query access admin, merged with user-group admin (#763)
14- Update share-query and query-access web-services (#763)
15- Add new web-service: delete role by query and group (#763)
16- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020017- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020018- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020019- Removed deleted_by from user_group and user_group_member tables (#764)
20- Removed created_by, status and status_date from user_group_member table (#764)
21- Removed GroupMemberStatus (#764)
22- Replace invite and subscribe to add member (#764)
23- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020024- Added deprecation messages to deprecated services
25- Removed mail configuration (#764)
margarethab6a0e6a2024-08-20 11:10:49 +020026- Deprecate VC access deletion.
margarethafeb0cce2024-09-19 08:32:39 +020027- Change default port to 8089.
28- Disallow scope all for non super clients.
margaretha34595a52024-10-28 08:54:10 +010029- Added config for total result cache and fixed inconsistency (#774).
margaretha83cdf7f2024-10-23 10:50:29 +020030- Changed memberUsername to member in the new member-role-addition web-service.
31- Removed user-privileges from user-group list response.
margaretha987a0512024-10-23 11:19:29 +020032- Added role names to user-group list
margarethabf6b0582024-10-24 09:43:49 +020033- Added not-timeExceeded to the totalResult constraints.
margarethae5336262024-10-24 12:36:43 +020034- Replace EDIT_VC occurrences with CREATE_VC, and removed it.
margaretha083b0ea2024-10-25 12:20:05 +020035- Fixed administrative user group retrieval to return groups with empty members.
margaretha83cdf7f2024-10-23 10:50:29 +020036
margaretha34c9fba2024-08-09 17:44:03 +020037
Akron7ba60862024-08-09 16:55:01 +020038# version 0.74.1-SNAPSHOT
39
40- Switch Docker image to temurin (diewald).
margaretha64755022024-06-18 10:30:59 +020041- - Introduce filter_by and deprecate authorized_only in OAuth2
42 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020043
margarethaac09c4f2024-10-10 12:46:50 +020044# version 0.74 hot-fix
45
46- Removed admin & owner restriction on client info access.
47- Removed registered_by and restrict registration_date to admin/owner-
48 only.
49
margaretha144be1a2024-08-09 15:38:40 +020050# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020051
52- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020053- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020054- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020055- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020056- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020057- Unified ResourceFilters and SearchResourceFilters.
58- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020059- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020060
margaretha1ef2a032024-06-11 11:39:57 +020061# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020062
margaretha46e2c952024-05-23 09:09:54 +020063- Added tests for the DNB scenario with custom max match
64 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020065- Cleaned up named-vc.
66- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020067- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020068- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020069- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020070- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020071
margaretha21879752024-04-22 12:12:58 +020072# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010073
margaretha387e4682024-03-22 11:26:29 +010074- Fixed jakarta validation error.
75- Added openapi doc (#744)
76- Moved service.properties to src/main/resources/properties
77- Moved free-resources.json to src/main/resources/json
78- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010079- Changed loading external kustvakt.conf and jdbc.properties
80 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020081- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020082- Setup vc-cache in the data folder (#598)
83- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020084- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020085- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020086- Updated configurations of the lite version to use the
87 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020088- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010089
margaretha28a53d12024-02-20 12:57:38 +010090# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010091
margarethab06377e2024-01-30 11:06:35 +010092- Moved the content of the full folder to the root folder
93- Removed Piwik
94- Removed unused libraries
95- Cleaned up spring configs
96- Updated Krill and Koral with new groupIds
97- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010098- Updated search Krill and removed Lucene
99- Updated readme
margarethab06377e2024-01-30 11:06:35 +0100100
101# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100102
103- Replaced javax.ws to jakarta.ws namespace (#648)
104- Upgrading Jersey 2.40 to 3.x (#646)
105- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
106- Replaced javax.persistence with jakarta.persistence (#648)
107- Migrate Hibernate 5 to 6 (#649)
108- Fix missing placeholders
109- Fixed conflicting jackson-jarxrs
110- Fixed conflicting commons-logging and spring jcl
111- Replaced javax.servlet with jakarta.servlet (#648)
112- Updated authorization services using Nimbus (#650)
113- Fixed BlockingFilter by replacing javax.annotation.Priority
114 with jakarta.annotation.Priority (#659, #648)
115- Replaced javax.annotation with jakarta.annotation
116- Enabled legacy support for authorization POST request
117- Changed OAuth2 token request using Nimbus (#650)
118- Removed Apache Oltu API from token requests (#650)
119- Removed OpenID
120- Fixed clearing cache
121- Fix JettyServerTest, init package, and some java docs.
122- Make scope extraction more flexible.
123- Updated token response using Nimbus (#650)
124- Remove Oltu request and validator implementations (#650)
125- Updated OAuth2 response handler (#650)
126- Fixed ShutdownHandler (fixed #708)
127- Fixed issues with multi-release jar (#706, #708)
128
129
130# version 0.71.1
131
132- Removed auditing (#611)
133- Removed old database configurations (#612)
134- Removed old tests
135- Removed unnecessary caches and methods in the authentication interface
136- Added total result cache (#599)
137- Fixed missing project.version in info web-service
138- Make sure totalResults and other numeric results are numbers (Kupietz)
139- Introduce CQP query language in Koral 0.41
140- Changed DB connection (fixed #670)
141- Resolved duplicate libraries
142- Fixed testing expiry access token
143- Fix lombok compile warning
144- Ensure the order of clean token tests.
145
146# version 0.71
147
148- Renamed entity and service packages in core
149- Renamed web.controller package in core
150- Moved SearchNetworkEndpoint to core.service package
151- Merged lite into full
152- Merged core into full
153
154
155# version 0.70.1
156
157- Added data folder containing super_client_info and database
158 for mounting into docker
159- Added an error for missing redirect uri in a token request
160 when it has been included in the authorization request.
161- Added tests for VC sharing and for OAuth2 client using VC services
162- Added and updated VC controller tests
163- Moved hibernate.properties
164- Added maximum number of user persistent virtual corpora and queries
165
166# version 0.70
167
168- Support token array in matchinfo (fixes #570; diewald)
169- Updated VC list API and deprecated owner VC list (addressed #580)
170- Added user info web-service (solved #566)
171- Implemented configurable resource filters for search and match
172 info APIs (#539)
173- Added getting username from LDAP (#568)
174- Disabled LDAP auth provider and token API in the auth filter (#587)
175- Added LDAP log for users without idsC2Profile
176- Fixed log4j2 properties.
177
178
179# version 0.69.3
180
181- Moved the service path of VC admin services to admin/vc (closed #543)
182- Added an admin service to load and cache system vc (solved #268)
183- Move oauth2 admin service path (closed #544)
184- Excluded admin service to load-cache VC from the test suite
185- Fixed refresh token expiry test
186- Fixed scope check in OAuth2 token request with refresh token
187
188# version 0.69.2
189
1902022-12-05
191- Upgrade version for E2E-simplified Docker images (diewald)
1922023-01-27
193- Updated client info API (replaced user authorization requirement with super
194 client authentication)
1952023-01-30
196- Made scope param required in authorization request (solved #508)
1972023-01-31
198- Allowed OAuth2 clients to use localhost as redirect URIs.
1992023-02-03
200- Fixed content-type in error responses by changing it to application/json
2012023-02-06
202- Allow admin access using admin token for the clean token API
2032023-02-10
204- Use admin filter instead of OAuth2 ADMIN scope
205- Added a plugin test.
2062023-02-15
207- Moved user-group retrieval API to UserGroupAdminController
208 and changed the service path URL of UserGroupAdminController.
2092023-02-20
210- Deprecate API token (JWT) web-service
211- Fixed Slf4J binding
2122023-02-28
213- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2142023-03-06
215- Fixed testing refresh token expiry.
216
217
218# version 0.69.1
219
220- Upgrade version for docker including indexer (diewald)
221
222
223# version 0.69
224
225 - Migrated to Java 11 and Jersey 2
226 - Updated dependencies
227 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
228
229
230# version 0.68
231
2322022-05-25
233 - Added a new API: list plugins (e.g for marketplace)
234 - Added redirect URI validation in authorization request (addressed #374)
235 - Handled user-defined refresh token expiry (added in client info and
236 list API response)
237 - Added installed_plugins table
238 - Added a new API: install plugin
239 - Handled redundant plugin installation
240 - Handled super client id in plugin installation
241 - Deprecated UserClientDto and uses ClientinfoDto instead
242 - Updated redirect URI error message for coherence
2432022-05-27
244 - Added maximum limit to custom refresh token expiry
2452022-06-01
246 - Added new APIs: list user-installed plugins and uninstall plugin.
247 - Moved install and list plugin APIs to PluginController and updated their
248 service paths under /plugins.
2492022-06-03
250 - Implemented searching option using a network endpoint
251 - Implemented initial super client registration for user authentication.
252 - Fixed admin clean token API and restrict plugins to confidential only.
253
254
255
256# version 0.67.1
257
2582022-05-12
259 - Implemented mapping of LDAP username to email
260 - Handled null parameters in authorization requests
2612022-05-25
262 - Fixed null client_id
263 - Updated ldap.config path in the kustvakt-test.conf
264
265
266# version 0.67
267
2682022-05-09
269 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
270 - An embedded LDAP server can now be started automatically if configured accordingly.
2712022-05-11
272 - Changed the SQL script updating oauth2_client table
273
274
275# version 0.66
276
2772022-03-31
278 - Updated query and user-group name pattern.
2792022-04-08
280 - Added redirect_uri to client info API.
2812022-04-11
282 - Added registration_date, refresh_token_expiry, source and is_permitted
283 to the oauth2_client database table, and updated the OAuth2 client
284 registration mechanism.
285 - Added authorization request with GET and deprecated that with POST.
2862022-04-13
287 - Updated OAuth2Client list API (added redirect_uri, registration_date,
288 permitted, source to OAuth2UserClientDto).
2892022-04-20
290 - Updated authorization error response. (Included error and error
291 description in the client redirect URI except for missing or
292 invalid client id or redirect URI.
293
294
295# version 0.65.2
296
2972022-03-03
298 - Removed VCLoader.
299 - Added foreign keys to the DB tables of access and refresh token scopes.
3002022-03-07
301 - Added more parameter checks and OAuth2Client web-service tests.
3022022-03-17
303 - Updated admin filter by using admin token and role checks.
3042022-03-18
305 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
3062022-03-28
307 - Updated admin filter (admintoken as a form param) and uses
308 it for the closing index reader API.
309 - Removed unused admin API: clear access token cache.
3102022-03-29
311 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
312
313# version 0.65.1
314
3152022-03-01
316 - Restricts the field retrieval web-service to admin only.
317
318# version 0.65
319
320!!! includes security updates - please update all Kustvakt libraries
321!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
322
3232021-12-02
324 - Updated VC cache.
3252021-12-03
326 - Enabled listing system vc for authorized users.
3272021-12-08
328 - Removed koralQuery and statistics from VC list.
329 - Added a web-service to retrieve KoralQuery of a VC
3302021-12-10
331 - [security] Updated log4j libs due to CVE-2021-44228.
3322021-12-13
333 - Fixed broken test suite.
3342022-01-03
335 - [security] More log4j security updates
336 - Bumped unboundid-ldapsdk
337 - Updated tests.
3382022-01-25
339 - Added show-tokens option to the search API.
3402022-01-31
341 - Added an API retrieving fields of a virtual corpus.
342
343# version 0.64.1
344
3452021-10-26
346 - Bump Kustvakt and Krill versions.
347
348
349# version 0.64
3502021-07-29
351 - Updated the change files and made a new version.
3522021-08-12
353 - Fixed errors due to missing query type and added tests.
3542021-08-13
355 - Fixed missing request entity.
356 - Updated the query service to enable editing query references.
3572021-08-16
358 - Fixed creator param when storing query or VC by admins for
359 the system or other users.
360
361# version 0.63.2
3622021-06-11
363 - Updated OAuth2 token length & secure random algorithm config.
364 - Added character set filter to random code generator, e.g. for client_id.
3652021-06-14
366 - Updated roleId and super client parameters.
3672021-06-24
368 - Fixed broken test.
3692021-07-22
370 - Updated cache settings and some loggings.
3712021-07-26
372 - Replaced annotation parsing with restoring the annotation tables to the
373database.
374 - Moved cache config to the full config.
375
376# version 0.63.1
3772021-02-22
378 - Updated libraries (margaretha)
379 - Renamed virtual corpus to query (margaretha)
3802021-02-26
381 - Added query access roles and fixed vc access roles (margaretha)
382 - Added delete query webservice and tests (margaretha)
3832021-03-25
384 - Updated Koral version for Info Controller (margaretha)
385 - Updated OAuth2 token list with token type and user clientId
386parameters (margaretha)
3872021-03-29
388 - Added client type in the client list web-service. Resolved #58 (margaretha)
3892021-04-19
390 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3912021-04-26
392 - Updated OAuth2 Client list (margaretha)
3932021-04-30
394 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
395 - Updated OAuth2 API responses for coherence (margaretha)
3962021-06-07
397 - Updated OAuth2 client dto (margaretha)
398
399# version 0.63
40026/10/2020
401 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
40229/10/2020
403 - Introduction of a query reference rewrite mechanism (diewald)
40430/10/2020
405 - Added database methods for storing query references (diewald)
40604/12/2020
407 - Fix hibernate dialect for SQLite. (margaretha)
40804/12/2020
409 - Fix pipe warning. (margaretha)
41014/01/2021
411 - Updated Flyway (margaretha)
41221/01/2021
413 - Fixed running pipe and updated tests with mockserver (margaretha)
41401/02/2021
415 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
41605/02/2021
417 - Add query reference web-service (diewald,margaretha)
41810/02/2021
419 - Fixed problem with multiple desktop apps (diewald, margaretha)
42012/02/2021
421 - Added listing available queries for users (margaretha)
42217/02/2021
423 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
424 - Added query and query language in virtual corpus table (margaretha)
42518/02/2021
426 - Set corpus access public for stored query (margaretha)
42719/02/2021
428 - Enabled API info web-service (margaretha)
429
430
431# version 0.62.4
43224/01/2020
433 - Removed salt from config and updated config files (margaretha)
43403/02/2020
435 - Added an admin API for clearing access token cache (margaretha)
43605/02/2020
437 - Added a config properties for a long-time access token expiry
438 and excluded refresh tokens for public clients in OAuth2 token
439 responses (margaretha)
440 - Removed client authentication from the client deregistration and
441 client-secret reset APIs (margaretha)
44204/03/2020
443 - Updated the sample index (diewald)
444
445# version 0.62.3
44603/12/2019
447 - Implemented pipe extension in the search API (margaretha)
44811/12/2019
449 - Added errors when requesting VC in caching process (margaretha,
450 resolved #47)
45112/12/2019
452 - Added support for multiple cq parameters (margaretha, resolved #46)
45313/12/2019
454 - Handled pipe errors and added tests (margaretha)
45519/12/2019
456 - Updated create update user-group API (margaretha)
45720/12/2019
458 - Removed transactional annotations from simple select queries (margaretha)
459 - Updated free resource controller (margaretha)
46015/01-2020
461 - Added additional statistic figures to virtual corpus info API
462 response (margaretha)
463
464# version 0.62.2
46517/10/2019
466 - Handled vulnerability CVE-2019-17195. (margaretha)
4678/11/2019
468 - Added user-group name pattern (margaretha, issue #33)
46911/11/2019
470 - Updated user group service paths and replaced groupId with groupName
471 (margaretha, resolved #33)
47212/11/2019
473 - Removed UserGroupJson & updated listUserGroups and createUserGroup
474 services (margaretha)
475 - Added prefixes to username and groupname parameters in service paths
476 (margaretha, resolved #35)
47713/11/2019
478 - Added tests for issue #43 (margaretha)
47914/11/2019
480 - Added client description and URL to list-authorized-clients service
481 (margaretha, close #53)
482 - Implemented a service to list clients registered by a user (margaretha,
483 close #52)
484 - Added a check for OAuth2 client, VC, and group name length (margaretha)
48515/11/2019
486 - Merged list authorized client and list registered client services
487 (margaretha)
48821/11/2019
489 - Added a service to list active refresh tokens of a user (margaretha)
490 - Added username filtering to token revocation service via super client
491 (margaretha)
49226/11/2019
493 - Added a service to revoke a single refresh token via super client
494 (margaretha)
495
496# version 0.62.1
49708/07/2019
498 - Added tests for public metadata response in search api (margaretha,
499 issue #43)
500 - Disabled some tests of unused/disabled web-services (margaretha)
50107/08/2019
502 - Fixed missing scopes after requesting access token with refresh token
503 (margaretha)
504 - Fixed post requests with status OK and empty body (margaretha)
50507/08/2019
506 - Added users to hidden group when searching in a published VC (margaretha,
507 resolved #40)
50815/08/2019
509 - Updated the response statuses of VC PUT requests (margaretha)
510
511# version 0.62
51228/02/2019
513 - Removed old VC controllers and updated tests (margaretha, issue #34)
514 - Updated VC access controllers (margaretha)
51519/03/2019
516 - Added close index controller (margaretha)
51711/04/2019
518 - Fixed unknown authentication scheme, missing VC entity, and parameter
519 checker (margaretha)
520 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
521 unique group name and unknown VC access (margaretha)
52227/06/2019
523 - Handled LDAP errors, fixed #45 (margaretha)
52403/07/2019
525 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
526 - Changed the response media-type of authentication controllers (margaretha)
527 - Fixed bugs: allow guest to retrieve system VC,
528 remove VC from cache when it is deleted (margaretha)
52904/07/2019
530 - Updated VC name pattern and tests (margaretha)
531
532# version 0.61.6
53304/02/2019
534 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
535 - Updated client deregistration behavior (margaretha)
53605/02/2019
537 - Added delete-group-by-name controller (margaretha)
538 - Added unique index to group name (margaretha)
53906/02/2019
540 - Updated a user setting test using array for multiple values (margaretha)
541 - Added metadata controller tests (margaretha)
54218/02/2019
543 - Fixed tests (margaretha)
544 - Updated handling errors from Koral (margaretha)
54519/02/2019
546 - Added fields to metadata controller (margaretha, issue #39)
547
548# version 0.61.5
54917/12/2018
550 - Added a search timeout test (margaretha)
55118/12/2018
552 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
55308/01/2019
554 - Improved predefined vc caching (issue #28, margaretha)
55509/01/2019
556 - Added comments (margaretha)
557 - Updated code structure (margaretha)
55811/01/2019
559 - Degraded API version to 1.0 (margaretha)
560 - Added OAuth2 client info tests (margaretha)
56114/01/2019
562 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
56316/01/2019
564 - Added a PUT request for both creating and editing vc (margaretha)
565 - Added aliases to some VC controllers (margaretha)
566 - Merged VC access list controllers (margaretha)
56721/01/2019
568 - Removed codes related to user registration & password management (margaretha)
56922/01/2019
570 - Added create, edit, retrieve user default setting controllers (margaretha)
57122/01/2019
572 - Updated default setting controllers & added tests (margaretha)
573 - Added delete key in setting controllers (margaretha)
57423/01/2019
575 - Added default setting key validation (margaretha)
576 - Fixed UserdataTest (margaretha)
57724/01/2019
578 - Added default setting key validation & fixed UserdataTest (margaretha)
57925/01/2019
580 - Added VC reference and MapUtil tests (margaretha)
58128/01/2019
582 - Fixed username verification in DefaultSettingService (margaretha)
583 - Added foundry rewrite with user default setting (margaretha)
584 - Added default foundry for morphology layer (margaretha)
58529/01/2019
586 - Fixed share VC type (margaretha)
587 - Added delete setting controller (margaretha)
588 - Handled "no resource found" cases (margaretha, issue #37)
58930/01/2019
590 - Added server shutdown description in readme (margaretha)
591
592# version 0.61.4
59314/11/2018
594 - Integrated lite and full services and controllers in core (margaretha)
59521/11/2018
596 - Updated OAuth2 refresh token request to create a new refresh token and
597 revoke the old one per request (margaretha)
59828/11/2018
599 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
600 - Handled storing cached VC with VC reference (margaretha)
60129/11/2018
602 - Added a controller for listing user clients having active refresh tokens
603 (margaretha)
6046/12/2018
605 - Added debug flags to mitigate log4j debugging performance (margaretha)
606 - Fixed KoralNode at() method (margaretha)
60711/12/2018
608 - Implemented revoking all tokens of a user client via a super client
609 (margaretha)
610 - Removed document controllers and KustvaktResource (margaretha)
611 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
612
613
614# version 0.61.3
61517/10/2018
616 - Updated NamedVCLoader to be optional (margaretha)
617 - Updated annotation tables & implemented key-value structure (margaretha)
618 - Added annotation parser for annotation data from kalamar (margaretha)
619 - Implemented parsing free resource info from json (margaretha)
62022/10/2018
621 - Updated jetty, spring and hibernate versions (margaretha)
622 - Fixed the order of annotation keys and values, and added tests (margaretha)
623 - Fixed resource DAO & added tests (margaretha)
62424/10/2018
625 - Fixed query serialization service (margaretha)
626 - Added "highlights" parameter to matchInfo controller (margaretha)
627 - Added "fields" parameter to search controllers (margaretha)
628 - Integrated lite controllers, services and tests in full version (margaretha)
62929/10/2018
630 - Moved javax.servlet-api to core (margaretha)
63107/11/2018
632 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
63313/11/2018
634 - Added Shutdown handler to Jetty server (margaretha)
635 - Fixed storing VC order in NamedVCLoader (margaretha)
636
637# version 0.61.2
63812/09/2018
639 - Added various log4j2 configurations (margaretha)
64013/09/2018
641 - Implemented VirtualCorpusRewrite (margaretha)
64214/09/2018
643 - Fixed SpringJerseyTest ApplicationContext (margaretha)
644 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
645 - Enabled VCReferenceTest in maven test suite (margaretha)
64618/09/2018
647 - Handled unique constraints / inserting duplicate items to DB (margaretha)
648 - Added a controller for editing user group member roles (margaretha)
64919/09/2018
650 - Fixed cached-VC ref with username (margaretha)
651
652# version 0.61.1
65328/08/2018
654 - Added API URL versioning (margaretha)
655 - Deactivated IdRewrite (margaretha)
656 - Fixed kustvakt controller (margaretha)
65730/08/2018
658 - Fixed root packages & added api version properties in kustvakt.conf
659 (margaretha)
660 - Fixed versioning in SearchController (margaretha)
661 - Added API versioning tests (margaretha)
662
663# version 0.61.0
664
66502/08/2018
666 - Added VC reference tests (margaretha)
667 - Implemented loading and caching named VCs (margaretha)
66803/08/2018
669 - Implemented OAuth2 revoke token (margaretha)
670 - Updated OAuth2 refresh token implementation (margaretha)
67114/08/2018
672 - Implemented revoke all OAuth2 access tokens and authorization codes of
673 client users when deregistering/deleting a client (margaretha)
674 - Fixed update OAuth2 access token (margaretha)
675 - Implemented reset client secret (margaretha)
676 - Fixed revoking latest access token when refreshing OAuth2 access token
677 (margaretha)
67815/08/2018
679 - Implemented OAuth2 client info controller (margaretha)
680 - Implemented update OAuth2 client privilege controller for admins
681 (margaretha)
682 - Implemented unlimited authorization scope for super clients with OAuth2
683 password grant (margaretha)
684 - Marked native clients implementation to deprecated in favour of super
685 clients (margaretha)
686 - Enabled using Bearer tokens as user authentication tokens (Authorization
687 header value) for many controllers including OAuth2 controllers (margaretha)
68816/08/2018
689 - Implemented degrading super clients (margaretha)
690 - Improved and added OAuth2 tests (margaretha)
69121/08/2018
692 - Added VC name pattern check (margaretha)
69322/08/2018
694 - Implemented loading VC from gz files (margaretha)
695 - Updated OAuth2 authorization codes' & access tokens' expiry check
696 (margaretha)
69723/08/2018
698 - Updated RefreshToken implementations with separate DB tables (margaretha)
699 - Allows multiple access tokens per refresh token (margaretha)
70027/08/2018
701 - Added statistic with VC reference tests (margaretha)
702 - Fixed OAuth2 SQL files (margaretha)
70328/08/2018
704 - Added c3p0 datasource configuration to Spring default-config-xml
705 (margaretha)
706 - Added running Kustvakt server with custom spring config in the readme
707 (margaretha)
708 - Removed old OAuth2 codes (margaretha)
709 - Moved non-config test codes to misc (margaretha)
710
711
712# version 0.60.5
713
71409/07/2018
715 - Added service layer to the search controller (margaretha)
716 - Added OAuth2 scope checking in search and VC controllers (margaretha)
717 - Added handling OAuth2 bearer token for VC access and User group
718 controllers (margaretha)
719 - Added default scope to password grant (margaretha)
72010/07/2018
721 - Made createBasicAuthorizationHeaderValue static (margaretha)
722 - Added store access token in openID token service (margaretha)
723 - Fixed empty scope in openID authorization and token service (margaretha)
724 - Implemented storing authorization code in cache (margaretha)
72511/07/2018
726 - Fixed authentication time in authentication controller (margaretha)
727 - Added OAuth2 access token tests (margaretha)
72812/07/2018
729 - Updated maven surefire setting for faster test suite runtime (margaretha)
730 - Implemented refreshing OAuth2 access token (margaretha)
73126/07/2018
732 - Fixed issue #27 (margaretha)
73302/08/2018s
734 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
735
736
737# version 0.60.4
738
73905/07/2018
740 - implemented OAuth2 authorization code request with OpenID Authentication
741 (margaretha)
742 - enabled OAuth2 authorization without OpenID authentication using Nimbus
743 library (margaretha)
744 - implemented response handler for OpenID authentication errors in authorization
745 requests (margaretha)
746 - added tests regarding OpenID authentication in authorization requests
747 (margaretha)
748 - implemented OAuth2 authorization error response via redirect URI instead of
749 JSON (margaretha)
750 - added state to OAuth2 authorization error response (margaretha)
751 - implemented OpenID token service for authorization code flow (margaretha)
752 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
753 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
754 keys (margaretha)
755 - implemented OpenId configuration (margaretha)
756 - added authentication time and support for auth_time in id_token (margaretha)
757 - implemented support for nonce and max_age parameters in OpenID authentication
758 (margaretha)
759 - implemented OAuth2 token request with password grant using Nimbus library
760 (margaretha)
761 - updated redirect URI validator (margaretha)
762 - updated client registration requirement to allow desktop applications
763 (margaretha)
764 - fixed RSA key configuration (margaretha)
765 - merged OAuth2 client deregistration controllers (margaretha)
766 - fixed OAuth2 client unique URL-hashcode (margaretha)
767 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
768 - Added support for unrestricted corpus statistics (ndiewald)
769 - updated paths of user-group deletion-controllers (margaretha)
770 - Do not pass broken queries to Krill (diewald)
771 - added OAuth2 token request with client authentication via Authorization
772 header (margaretha)
773 - added port checking in test suite (margaretha)
774
775# version 0.60.3
776
77706/06/2018
778 - improved user authentication by using authentication filter for authorization
779 code request (margaretha)
780 - limited client authentication to client id checking in authorization code
781 request (margaretha)
782 - added user_id in the oauth2_access_token database table (margaretha)
783 - implemented OAuth2Authentication provider for token context management
784 (margaretha)
785 - added parameter checking for authorization DAO (margaretha)
786 - added controller tests using OAuth2 access token (margaretha)
787 - added database tables for MySQL (margaretha)
788 - updated JWT library and related codes (margaretha)
789
790# version 0.60.2
791
79203/05/2018
793 - implemented OAuth2 client registration (margaretha)
794 - implemented OAuth2 client authentication (margaretha)
795 - changed virtual corpus search to retrieval (margaretha)
796 - implemented public client deregistration task (margaretha)
797 - added client registration and deregistration tests (margaretha)
798 - implemented confidential client deregistration task (margaretha)
799 - fixed storing client secret (margaretha)
800 - implemented OAuth2 response handler (margaretha)
801 - implemented OAuth2 request access token with client credentials grant
802 (margaretha)
803 - implemented OAuth2 request access token with resource owner password grant
804 (margaretha)
805 - implemented OAuth2 authorization code request (margaretha)
806 - added OAuth2 error codes (margaretha)
807 - added OAuth2 authorization, scope and access token tables for SQLite
808 (margaretha)
809 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
810 - implemented OAuth2 request access token with authorization code grant
811 (margaretha)
812 - added setting default scopes in the config file (margaretha)
813 - fixed loading spring config multiple times in the test suite (margaretha)
814 - added SQLite created_date trigger for access token (margaretha)
815 - added a join table for access token scopes (margaretha)
816 - added access scopes handling (margaretha)
817 - added tests about request token with authorization code (margaretha)
818
819# version 0.60.1
820
82128/03/2018
822 - added admin-related SQL codes (margaretha)
823 - updated AdminDao (margaretha)
824 - added optional username query parameter to group list controller (margaretha)
825 - fixed non hierarchical URI of kustvakt conf files (margaretha)
826 - added delete group member triggers (margaretha)
827 - added list user-group by username and status for system admin (margaretha)
828 - added user-group status in user-group DTO (margaretha)
829 - added check for hidden groups in user-group tests (margaretha)
830 - added database trigger test on deleting members when deleting group
831 (margaretha)
832 - renamed VC type PREDEFINED to SYSTEM (margaretha)
833 - added VC list controller for system admin (margaretha)
834 - added VC controller tests with for system admin (margaretha)
835 - added hidden access removal when deleting published VC (margaretha)
836 - added check for hidden groups in VC controller tests (margaretha)
837 - added search user-group controller (margaretha)
838 - removed createdBy from VirtualCorpusJson (margaretha)
839 - moved member role setting from the invitation phase to the after-subscription
840 phase (margaretha)
841 - added member role removal after deleting members (margaretha)
842 - added add and delete member role controllers (margaretha)
843
844# version 0.60
845
84614/03/2018
847 - set up mail settings using localhost port 25 (margaretha)
848 - added mail template in kustvakt configuration (margaretha)
849 - added mail settings to readme (margaretha)
850 - disabled email notification for auto group (margaretha)
851 - added metadata retrieval (diewald)
852 - enabled custom implementation for email address retrieval (margaretha)
853 - removed old policy and deprecated code (margaretha)
854 - moved authentication related code to /full (margaretha)
855 - added userRoles attribute to UserGroupDto. (margaretha)
856 - fixed sqlite trigger (margaretha)
857 - fixed member exist error message (margaretha)
858 - fixed member invitation to join deleted group (margaretha)
859 - added checking deleted group (margaretha)
860
861# version 0.59.10
862
86320/02/2018
864 - added sort VC by id (margaretha)
865 - added test cases regarding VC sharing (margaretha)
866 - implemented withdraw VC from publication (margaretha)
867 - added Changes file (margaretha)
868 - implemented add/invite users to group (margaretha)
869 - implemented delete user-group and member tasks (margaretha)
870 - added userMemberStatus in group lists (margaretha)
871 - updated and added SQL test data (margaretha)
872 - added user group related tests (margaretha)
873 - implemented custom configuration for deleting user groups and members (margaretha)
874 - updated library versions and java environment (margaretha)
875 - added expiration time check for member invitation (margaretha)
876 - moved .properties files (margaretha)
877 - merged changelog file to Changes (margaretha)
878 - updated status codes and error messages to be more detailed (margaretha)
879 - testing mail implementation using embedded jetty jndi (margaretha)
880 - fixed collection rewrite regarding OR operation with other fields
881 (margaretha)
882 - implemented sending mail using spring injection and removed jetty jndi
883 (margaretha)
884 - fixed unrecognized application/json (margaretha)
885 - fixed and updated velocity template (margaretha)
886
887# version 0.59.9
888
88919/01/2018
890 - restructured basic authentication (margaretha)
891 - fixed AuthenticationException to include authentication scheme (margaretha)
892 - fixed rewrite redundancy in collection rewrite (margaretha)
893 - fixed foundry rewrite for constituents (margaretha)
894 - introduced authentication methods, schemes and tokens (margaretha)
895 - implemented collection rewrite with multiple licenses (margaretha)
896 - fixed foundry rewrite for korap span without wrap node (margaretha)
897 - implemented list user group (margaretha)
898 - implemented delete VC task (margaretha)
899 - implemented create user-group, subscribe to user-groups, unsubscribe to
900 user-groups tasks(margaretha)
901 - fixed handling JSON mapping exception for missing enums (margaretha)
902 - implemented list VC task (margaretha)
903 - added KoralQuery in VC lists (margaretha)
904 - implemented edit VC task (margaretha)
905 - implemented publish VC task (margaretha)
906 - implemented share VC task (margaretha)
907 - implemented list only owned VC task (margaretha)
908 - implemented list VC access task (margaretha)
909 - implemented search VC by id task (margaretha)
910 - implemented delete VC access (margaretha)
911 - implemented search for project VC (margaretha)
912 - added search VC related tests (margaretha)
913 - removed PredefinedUserGroup.ALL and related codes (margaretha)
914 - implemented search for published VC (margaretha)
915
916# version 0.59.8
917
91821/09/2017
919 - restructured statistics service (margaretha)
920 - removed deprecated loader codes and tests (margaretha)
921 - removed old Spring java configurations (margaretha)
922 - implemented entity classes for the new database (margaretha)
923 - added MySQL codes regarding VC and for testing (margaretha)
924 - added dao methods regarding VC (margaretha)
925 - added similar SQL codes (to MySQL) for sqlite (margaretha)
926 - added dao methods regarding user groups (margaretha)
927 - restructured web-service codes into controller and logic/business-service
928 (margaretha)
929 - implemented user role and privilege, and added tests (margaretha)
930 - prepared test suite using new database (margaretha)
931 - implemented UserGroupDao and tests (margaretha)
932 - fixed missing exceptions in JsonUtils (margaretha)
933 - restructured web filters and authentication codes (margaretha)
934 - implemented create/store VC (margaretha)
935 - fixed collection rewrite bug regarding availability with operation or
936 (margaretha)
937
938# version 0.59.7
939
94013/10/2016
941 - MOD: updated search to use new siglen (diewald)
942 - MOD: fixed matchinfo retrieval in light service (diewald)
943
94405/05/2015
945 - ADD: rest test suite for user service (hanl)
946 - MOD: setup parameter modification (hanl)
947 - ADD: oauth2 client unique constraint (hanl)