blob: 811c827711c02994b2654d1bc82721698d161216 [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)
11
margaretha144be1a2024-08-09 15:38:40 +020012# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020013
14- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020015- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020016- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020017- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020018- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020019- Unified ResourceFilters and SearchResourceFilters.
20- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020021- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020022
margaretha1ef2a032024-06-11 11:39:57 +020023# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020024
margaretha46e2c952024-05-23 09:09:54 +020025- Added tests for the DNB scenario with custom max match
26 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020027- Cleaned up named-vc.
28- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020029- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020030- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020031- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020032- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020033
margaretha21879752024-04-22 12:12:58 +020034# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010035
margaretha387e4682024-03-22 11:26:29 +010036- Fixed jakarta validation error.
37- Added openapi doc (#744)
38- Moved service.properties to src/main/resources/properties
39- Moved free-resources.json to src/main/resources/json
40- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010041- Changed loading external kustvakt.conf and jdbc.properties
42 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020043- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020044- Setup vc-cache in the data folder (#598)
45- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020046- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020047- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020048- Updated configurations of the lite version to use the
49 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020050- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010051
margaretha28a53d12024-02-20 12:57:38 +010052# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010053
margarethab06377e2024-01-30 11:06:35 +010054- Moved the content of the full folder to the root folder
55- Removed Piwik
56- Removed unused libraries
57- Cleaned up spring configs
58- Updated Krill and Koral with new groupIds
59- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010060- Updated search Krill and removed Lucene
61- Updated readme
margarethab06377e2024-01-30 11:06:35 +010062
63# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010064
65- Replaced javax.ws to jakarta.ws namespace (#648)
66- Upgrading Jersey 2.40 to 3.x (#646)
67- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
68- Replaced javax.persistence with jakarta.persistence (#648)
69- Migrate Hibernate 5 to 6 (#649)
70- Fix missing placeholders
71- Fixed conflicting jackson-jarxrs
72- Fixed conflicting commons-logging and spring jcl
73- Replaced javax.servlet with jakarta.servlet (#648)
74- Updated authorization services using Nimbus (#650)
75- Fixed BlockingFilter by replacing javax.annotation.Priority
76 with jakarta.annotation.Priority (#659, #648)
77- Replaced javax.annotation with jakarta.annotation
78- Enabled legacy support for authorization POST request
79- Changed OAuth2 token request using Nimbus (#650)
80- Removed Apache Oltu API from token requests (#650)
81- Removed OpenID
82- Fixed clearing cache
83- Fix JettyServerTest, init package, and some java docs.
84- Make scope extraction more flexible.
85- Updated token response using Nimbus (#650)
86- Remove Oltu request and validator implementations (#650)
87- Updated OAuth2 response handler (#650)
88- Fixed ShutdownHandler (fixed #708)
89- Fixed issues with multi-release jar (#706, #708)
90
91
92# version 0.71.1
93
94- Removed auditing (#611)
95- Removed old database configurations (#612)
96- Removed old tests
97- Removed unnecessary caches and methods in the authentication interface
98- Added total result cache (#599)
99- Fixed missing project.version in info web-service
100- Make sure totalResults and other numeric results are numbers (Kupietz)
101- Introduce CQP query language in Koral 0.41
102- Changed DB connection (fixed #670)
103- Resolved duplicate libraries
104- Fixed testing expiry access token
105- Fix lombok compile warning
106- Ensure the order of clean token tests.
107
108# version 0.71
109
110- Renamed entity and service packages in core
111- Renamed web.controller package in core
112- Moved SearchNetworkEndpoint to core.service package
113- Merged lite into full
114- Merged core into full
115
116
117# version 0.70.1
118
119- Added data folder containing super_client_info and database
120 for mounting into docker
121- Added an error for missing redirect uri in a token request
122 when it has been included in the authorization request.
123- Added tests for VC sharing and for OAuth2 client using VC services
124- Added and updated VC controller tests
125- Moved hibernate.properties
126- Added maximum number of user persistent virtual corpora and queries
127
128# version 0.70
129
130- Support token array in matchinfo (fixes #570; diewald)
131- Updated VC list API and deprecated owner VC list (addressed #580)
132- Added user info web-service (solved #566)
133- Implemented configurable resource filters for search and match
134 info APIs (#539)
135- Added getting username from LDAP (#568)
136- Disabled LDAP auth provider and token API in the auth filter (#587)
137- Added LDAP log for users without idsC2Profile
138- Fixed log4j2 properties.
139
140
141# version 0.69.3
142
143- Moved the service path of VC admin services to admin/vc (closed #543)
144- Added an admin service to load and cache system vc (solved #268)
145- Move oauth2 admin service path (closed #544)
146- Excluded admin service to load-cache VC from the test suite
147- Fixed refresh token expiry test
148- Fixed scope check in OAuth2 token request with refresh token
149
150# version 0.69.2
151
1522022-12-05
153- Upgrade version for E2E-simplified Docker images (diewald)
1542023-01-27
155- Updated client info API (replaced user authorization requirement with super
156 client authentication)
1572023-01-30
158- Made scope param required in authorization request (solved #508)
1592023-01-31
160- Allowed OAuth2 clients to use localhost as redirect URIs.
1612023-02-03
162- Fixed content-type in error responses by changing it to application/json
1632023-02-06
164- Allow admin access using admin token for the clean token API
1652023-02-10
166- Use admin filter instead of OAuth2 ADMIN scope
167- Added a plugin test.
1682023-02-15
169- Moved user-group retrieval API to UserGroupAdminController
170 and changed the service path URL of UserGroupAdminController.
1712023-02-20
172- Deprecate API token (JWT) web-service
173- Fixed Slf4J binding
1742023-02-28
175- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
1762023-03-06
177- Fixed testing refresh token expiry.
178
179
180# version 0.69.1
181
182- Upgrade version for docker including indexer (diewald)
183
184
185# version 0.69
186
187 - Migrated to Java 11 and Jersey 2
188 - Updated dependencies
189 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
190
191
192# version 0.68
193
1942022-05-25
195 - Added a new API: list plugins (e.g for marketplace)
196 - Added redirect URI validation in authorization request (addressed #374)
197 - Handled user-defined refresh token expiry (added in client info and
198 list API response)
199 - Added installed_plugins table
200 - Added a new API: install plugin
201 - Handled redundant plugin installation
202 - Handled super client id in plugin installation
203 - Deprecated UserClientDto and uses ClientinfoDto instead
204 - Updated redirect URI error message for coherence
2052022-05-27
206 - Added maximum limit to custom refresh token expiry
2072022-06-01
208 - Added new APIs: list user-installed plugins and uninstall plugin.
209 - Moved install and list plugin APIs to PluginController and updated their
210 service paths under /plugins.
2112022-06-03
212 - Implemented searching option using a network endpoint
213 - Implemented initial super client registration for user authentication.
214 - Fixed admin clean token API and restrict plugins to confidential only.
215
216
217
218# version 0.67.1
219
2202022-05-12
221 - Implemented mapping of LDAP username to email
222 - Handled null parameters in authorization requests
2232022-05-25
224 - Fixed null client_id
225 - Updated ldap.config path in the kustvakt-test.conf
226
227
228# version 0.67
229
2302022-05-09
231 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
232 - An embedded LDAP server can now be started automatically if configured accordingly.
2332022-05-11
234 - Changed the SQL script updating oauth2_client table
235
236
237# version 0.66
238
2392022-03-31
240 - Updated query and user-group name pattern.
2412022-04-08
242 - Added redirect_uri to client info API.
2432022-04-11
244 - Added registration_date, refresh_token_expiry, source and is_permitted
245 to the oauth2_client database table, and updated the OAuth2 client
246 registration mechanism.
247 - Added authorization request with GET and deprecated that with POST.
2482022-04-13
249 - Updated OAuth2Client list API (added redirect_uri, registration_date,
250 permitted, source to OAuth2UserClientDto).
2512022-04-20
252 - Updated authorization error response. (Included error and error
253 description in the client redirect URI except for missing or
254 invalid client id or redirect URI.
255
256
257# version 0.65.2
258
2592022-03-03
260 - Removed VCLoader.
261 - Added foreign keys to the DB tables of access and refresh token scopes.
2622022-03-07
263 - Added more parameter checks and OAuth2Client web-service tests.
2642022-03-17
265 - Updated admin filter by using admin token and role checks.
2662022-03-18
267 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2682022-03-28
269 - Updated admin filter (admintoken as a form param) and uses
270 it for the closing index reader API.
271 - Removed unused admin API: clear access token cache.
2722022-03-29
273 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
274
275# version 0.65.1
276
2772022-03-01
278 - Restricts the field retrieval web-service to admin only.
279
280# version 0.65
281
282!!! includes security updates - please update all Kustvakt libraries
283!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
284
2852021-12-02
286 - Updated VC cache.
2872021-12-03
288 - Enabled listing system vc for authorized users.
2892021-12-08
290 - Removed koralQuery and statistics from VC list.
291 - Added a web-service to retrieve KoralQuery of a VC
2922021-12-10
293 - [security] Updated log4j libs due to CVE-2021-44228.
2942021-12-13
295 - Fixed broken test suite.
2962022-01-03
297 - [security] More log4j security updates
298 - Bumped unboundid-ldapsdk
299 - Updated tests.
3002022-01-25
301 - Added show-tokens option to the search API.
3022022-01-31
303 - Added an API retrieving fields of a virtual corpus.
304
305# version 0.64.1
306
3072021-10-26
308 - Bump Kustvakt and Krill versions.
309
310
311# version 0.64
3122021-07-29
313 - Updated the change files and made a new version.
3142021-08-12
315 - Fixed errors due to missing query type and added tests.
3162021-08-13
317 - Fixed missing request entity.
318 - Updated the query service to enable editing query references.
3192021-08-16
320 - Fixed creator param when storing query or VC by admins for
321 the system or other users.
322
323# version 0.63.2
3242021-06-11
325 - Updated OAuth2 token length & secure random algorithm config.
326 - Added character set filter to random code generator, e.g. for client_id.
3272021-06-14
328 - Updated roleId and super client parameters.
3292021-06-24
330 - Fixed broken test.
3312021-07-22
332 - Updated cache settings and some loggings.
3332021-07-26
334 - Replaced annotation parsing with restoring the annotation tables to the
335database.
336 - Moved cache config to the full config.
337
338# version 0.63.1
3392021-02-22
340 - Updated libraries (margaretha)
341 - Renamed virtual corpus to query (margaretha)
3422021-02-26
343 - Added query access roles and fixed vc access roles (margaretha)
344 - Added delete query webservice and tests (margaretha)
3452021-03-25
346 - Updated Koral version for Info Controller (margaretha)
347 - Updated OAuth2 token list with token type and user clientId
348parameters (margaretha)
3492021-03-29
350 - Added client type in the client list web-service. Resolved #58 (margaretha)
3512021-04-19
352 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3532021-04-26
354 - Updated OAuth2 Client list (margaretha)
3552021-04-30
356 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
357 - Updated OAuth2 API responses for coherence (margaretha)
3582021-06-07
359 - Updated OAuth2 client dto (margaretha)
360
361# version 0.63
36226/10/2020
363 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
36429/10/2020
365 - Introduction of a query reference rewrite mechanism (diewald)
36630/10/2020
367 - Added database methods for storing query references (diewald)
36804/12/2020
369 - Fix hibernate dialect for SQLite. (margaretha)
37004/12/2020
371 - Fix pipe warning. (margaretha)
37214/01/2021
373 - Updated Flyway (margaretha)
37421/01/2021
375 - Fixed running pipe and updated tests with mockserver (margaretha)
37601/02/2021
377 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
37805/02/2021
379 - Add query reference web-service (diewald,margaretha)
38010/02/2021
381 - Fixed problem with multiple desktop apps (diewald, margaretha)
38212/02/2021
383 - Added listing available queries for users (margaretha)
38417/02/2021
385 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
386 - Added query and query language in virtual corpus table (margaretha)
38718/02/2021
388 - Set corpus access public for stored query (margaretha)
38919/02/2021
390 - Enabled API info web-service (margaretha)
391
392
393# version 0.62.4
39424/01/2020
395 - Removed salt from config and updated config files (margaretha)
39603/02/2020
397 - Added an admin API for clearing access token cache (margaretha)
39805/02/2020
399 - Added a config properties for a long-time access token expiry
400 and excluded refresh tokens for public clients in OAuth2 token
401 responses (margaretha)
402 - Removed client authentication from the client deregistration and
403 client-secret reset APIs (margaretha)
40404/03/2020
405 - Updated the sample index (diewald)
406
407# version 0.62.3
40803/12/2019
409 - Implemented pipe extension in the search API (margaretha)
41011/12/2019
411 - Added errors when requesting VC in caching process (margaretha,
412 resolved #47)
41312/12/2019
414 - Added support for multiple cq parameters (margaretha, resolved #46)
41513/12/2019
416 - Handled pipe errors and added tests (margaretha)
41719/12/2019
418 - Updated create update user-group API (margaretha)
41920/12/2019
420 - Removed transactional annotations from simple select queries (margaretha)
421 - Updated free resource controller (margaretha)
42215/01-2020
423 - Added additional statistic figures to virtual corpus info API
424 response (margaretha)
425
426# version 0.62.2
42717/10/2019
428 - Handled vulnerability CVE-2019-17195. (margaretha)
4298/11/2019
430 - Added user-group name pattern (margaretha, issue #33)
43111/11/2019
432 - Updated user group service paths and replaced groupId with groupName
433 (margaretha, resolved #33)
43412/11/2019
435 - Removed UserGroupJson & updated listUserGroups and createUserGroup
436 services (margaretha)
437 - Added prefixes to username and groupname parameters in service paths
438 (margaretha, resolved #35)
43913/11/2019
440 - Added tests for issue #43 (margaretha)
44114/11/2019
442 - Added client description and URL to list-authorized-clients service
443 (margaretha, close #53)
444 - Implemented a service to list clients registered by a user (margaretha,
445 close #52)
446 - Added a check for OAuth2 client, VC, and group name length (margaretha)
44715/11/2019
448 - Merged list authorized client and list registered client services
449 (margaretha)
45021/11/2019
451 - Added a service to list active refresh tokens of a user (margaretha)
452 - Added username filtering to token revocation service via super client
453 (margaretha)
45426/11/2019
455 - Added a service to revoke a single refresh token via super client
456 (margaretha)
457
458# version 0.62.1
45908/07/2019
460 - Added tests for public metadata response in search api (margaretha,
461 issue #43)
462 - Disabled some tests of unused/disabled web-services (margaretha)
46307/08/2019
464 - Fixed missing scopes after requesting access token with refresh token
465 (margaretha)
466 - Fixed post requests with status OK and empty body (margaretha)
46707/08/2019
468 - Added users to hidden group when searching in a published VC (margaretha,
469 resolved #40)
47015/08/2019
471 - Updated the response statuses of VC PUT requests (margaretha)
472
473# version 0.62
47428/02/2019
475 - Removed old VC controllers and updated tests (margaretha, issue #34)
476 - Updated VC access controllers (margaretha)
47719/03/2019
478 - Added close index controller (margaretha)
47911/04/2019
480 - Fixed unknown authentication scheme, missing VC entity, and parameter
481 checker (margaretha)
482 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
483 unique group name and unknown VC access (margaretha)
48427/06/2019
485 - Handled LDAP errors, fixed #45 (margaretha)
48603/07/2019
487 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
488 - Changed the response media-type of authentication controllers (margaretha)
489 - Fixed bugs: allow guest to retrieve system VC,
490 remove VC from cache when it is deleted (margaretha)
49104/07/2019
492 - Updated VC name pattern and tests (margaretha)
493
494# version 0.61.6
49504/02/2019
496 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
497 - Updated client deregistration behavior (margaretha)
49805/02/2019
499 - Added delete-group-by-name controller (margaretha)
500 - Added unique index to group name (margaretha)
50106/02/2019
502 - Updated a user setting test using array for multiple values (margaretha)
503 - Added metadata controller tests (margaretha)
50418/02/2019
505 - Fixed tests (margaretha)
506 - Updated handling errors from Koral (margaretha)
50719/02/2019
508 - Added fields to metadata controller (margaretha, issue #39)
509
510# version 0.61.5
51117/12/2018
512 - Added a search timeout test (margaretha)
51318/12/2018
514 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
51508/01/2019
516 - Improved predefined vc caching (issue #28, margaretha)
51709/01/2019
518 - Added comments (margaretha)
519 - Updated code structure (margaretha)
52011/01/2019
521 - Degraded API version to 1.0 (margaretha)
522 - Added OAuth2 client info tests (margaretha)
52314/01/2019
524 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
52516/01/2019
526 - Added a PUT request for both creating and editing vc (margaretha)
527 - Added aliases to some VC controllers (margaretha)
528 - Merged VC access list controllers (margaretha)
52921/01/2019
530 - Removed codes related to user registration & password management (margaretha)
53122/01/2019
532 - Added create, edit, retrieve user default setting controllers (margaretha)
53322/01/2019
534 - Updated default setting controllers & added tests (margaretha)
535 - Added delete key in setting controllers (margaretha)
53623/01/2019
537 - Added default setting key validation (margaretha)
538 - Fixed UserdataTest (margaretha)
53924/01/2019
540 - Added default setting key validation & fixed UserdataTest (margaretha)
54125/01/2019
542 - Added VC reference and MapUtil tests (margaretha)
54328/01/2019
544 - Fixed username verification in DefaultSettingService (margaretha)
545 - Added foundry rewrite with user default setting (margaretha)
546 - Added default foundry for morphology layer (margaretha)
54729/01/2019
548 - Fixed share VC type (margaretha)
549 - Added delete setting controller (margaretha)
550 - Handled "no resource found" cases (margaretha, issue #37)
55130/01/2019
552 - Added server shutdown description in readme (margaretha)
553
554# version 0.61.4
55514/11/2018
556 - Integrated lite and full services and controllers in core (margaretha)
55721/11/2018
558 - Updated OAuth2 refresh token request to create a new refresh token and
559 revoke the old one per request (margaretha)
56028/11/2018
561 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
562 - Handled storing cached VC with VC reference (margaretha)
56329/11/2018
564 - Added a controller for listing user clients having active refresh tokens
565 (margaretha)
5666/12/2018
567 - Added debug flags to mitigate log4j debugging performance (margaretha)
568 - Fixed KoralNode at() method (margaretha)
56911/12/2018
570 - Implemented revoking all tokens of a user client via a super client
571 (margaretha)
572 - Removed document controllers and KustvaktResource (margaretha)
573 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
574
575
576# version 0.61.3
57717/10/2018
578 - Updated NamedVCLoader to be optional (margaretha)
579 - Updated annotation tables & implemented key-value structure (margaretha)
580 - Added annotation parser for annotation data from kalamar (margaretha)
581 - Implemented parsing free resource info from json (margaretha)
58222/10/2018
583 - Updated jetty, spring and hibernate versions (margaretha)
584 - Fixed the order of annotation keys and values, and added tests (margaretha)
585 - Fixed resource DAO & added tests (margaretha)
58624/10/2018
587 - Fixed query serialization service (margaretha)
588 - Added "highlights" parameter to matchInfo controller (margaretha)
589 - Added "fields" parameter to search controllers (margaretha)
590 - Integrated lite controllers, services and tests in full version (margaretha)
59129/10/2018
592 - Moved javax.servlet-api to core (margaretha)
59307/11/2018
594 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
59513/11/2018
596 - Added Shutdown handler to Jetty server (margaretha)
597 - Fixed storing VC order in NamedVCLoader (margaretha)
598
599# version 0.61.2
60012/09/2018
601 - Added various log4j2 configurations (margaretha)
60213/09/2018
603 - Implemented VirtualCorpusRewrite (margaretha)
60414/09/2018
605 - Fixed SpringJerseyTest ApplicationContext (margaretha)
606 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
607 - Enabled VCReferenceTest in maven test suite (margaretha)
60818/09/2018
609 - Handled unique constraints / inserting duplicate items to DB (margaretha)
610 - Added a controller for editing user group member roles (margaretha)
61119/09/2018
612 - Fixed cached-VC ref with username (margaretha)
613
614# version 0.61.1
61528/08/2018
616 - Added API URL versioning (margaretha)
617 - Deactivated IdRewrite (margaretha)
618 - Fixed kustvakt controller (margaretha)
61930/08/2018
620 - Fixed root packages & added api version properties in kustvakt.conf
621 (margaretha)
622 - Fixed versioning in SearchController (margaretha)
623 - Added API versioning tests (margaretha)
624
625# version 0.61.0
626
62702/08/2018
628 - Added VC reference tests (margaretha)
629 - Implemented loading and caching named VCs (margaretha)
63003/08/2018
631 - Implemented OAuth2 revoke token (margaretha)
632 - Updated OAuth2 refresh token implementation (margaretha)
63314/08/2018
634 - Implemented revoke all OAuth2 access tokens and authorization codes of
635 client users when deregistering/deleting a client (margaretha)
636 - Fixed update OAuth2 access token (margaretha)
637 - Implemented reset client secret (margaretha)
638 - Fixed revoking latest access token when refreshing OAuth2 access token
639 (margaretha)
64015/08/2018
641 - Implemented OAuth2 client info controller (margaretha)
642 - Implemented update OAuth2 client privilege controller for admins
643 (margaretha)
644 - Implemented unlimited authorization scope for super clients with OAuth2
645 password grant (margaretha)
646 - Marked native clients implementation to deprecated in favour of super
647 clients (margaretha)
648 - Enabled using Bearer tokens as user authentication tokens (Authorization
649 header value) for many controllers including OAuth2 controllers (margaretha)
65016/08/2018
651 - Implemented degrading super clients (margaretha)
652 - Improved and added OAuth2 tests (margaretha)
65321/08/2018
654 - Added VC name pattern check (margaretha)
65522/08/2018
656 - Implemented loading VC from gz files (margaretha)
657 - Updated OAuth2 authorization codes' & access tokens' expiry check
658 (margaretha)
65923/08/2018
660 - Updated RefreshToken implementations with separate DB tables (margaretha)
661 - Allows multiple access tokens per refresh token (margaretha)
66227/08/2018
663 - Added statistic with VC reference tests (margaretha)
664 - Fixed OAuth2 SQL files (margaretha)
66528/08/2018
666 - Added c3p0 datasource configuration to Spring default-config-xml
667 (margaretha)
668 - Added running Kustvakt server with custom spring config in the readme
669 (margaretha)
670 - Removed old OAuth2 codes (margaretha)
671 - Moved non-config test codes to misc (margaretha)
672
673
674# version 0.60.5
675
67609/07/2018
677 - Added service layer to the search controller (margaretha)
678 - Added OAuth2 scope checking in search and VC controllers (margaretha)
679 - Added handling OAuth2 bearer token for VC access and User group
680 controllers (margaretha)
681 - Added default scope to password grant (margaretha)
68210/07/2018
683 - Made createBasicAuthorizationHeaderValue static (margaretha)
684 - Added store access token in openID token service (margaretha)
685 - Fixed empty scope in openID authorization and token service (margaretha)
686 - Implemented storing authorization code in cache (margaretha)
68711/07/2018
688 - Fixed authentication time in authentication controller (margaretha)
689 - Added OAuth2 access token tests (margaretha)
69012/07/2018
691 - Updated maven surefire setting for faster test suite runtime (margaretha)
692 - Implemented refreshing OAuth2 access token (margaretha)
69326/07/2018
694 - Fixed issue #27 (margaretha)
69502/08/2018s
696 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
697
698
699# version 0.60.4
700
70105/07/2018
702 - implemented OAuth2 authorization code request with OpenID Authentication
703 (margaretha)
704 - enabled OAuth2 authorization without OpenID authentication using Nimbus
705 library (margaretha)
706 - implemented response handler for OpenID authentication errors in authorization
707 requests (margaretha)
708 - added tests regarding OpenID authentication in authorization requests
709 (margaretha)
710 - implemented OAuth2 authorization error response via redirect URI instead of
711 JSON (margaretha)
712 - added state to OAuth2 authorization error response (margaretha)
713 - implemented OpenID token service for authorization code flow (margaretha)
714 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
715 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
716 keys (margaretha)
717 - implemented OpenId configuration (margaretha)
718 - added authentication time and support for auth_time in id_token (margaretha)
719 - implemented support for nonce and max_age parameters in OpenID authentication
720 (margaretha)
721 - implemented OAuth2 token request with password grant using Nimbus library
722 (margaretha)
723 - updated redirect URI validator (margaretha)
724 - updated client registration requirement to allow desktop applications
725 (margaretha)
726 - fixed RSA key configuration (margaretha)
727 - merged OAuth2 client deregistration controllers (margaretha)
728 - fixed OAuth2 client unique URL-hashcode (margaretha)
729 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
730 - Added support for unrestricted corpus statistics (ndiewald)
731 - updated paths of user-group deletion-controllers (margaretha)
732 - Do not pass broken queries to Krill (diewald)
733 - added OAuth2 token request with client authentication via Authorization
734 header (margaretha)
735 - added port checking in test suite (margaretha)
736
737# version 0.60.3
738
73906/06/2018
740 - improved user authentication by using authentication filter for authorization
741 code request (margaretha)
742 - limited client authentication to client id checking in authorization code
743 request (margaretha)
744 - added user_id in the oauth2_access_token database table (margaretha)
745 - implemented OAuth2Authentication provider for token context management
746 (margaretha)
747 - added parameter checking for authorization DAO (margaretha)
748 - added controller tests using OAuth2 access token (margaretha)
749 - added database tables for MySQL (margaretha)
750 - updated JWT library and related codes (margaretha)
751
752# version 0.60.2
753
75403/05/2018
755 - implemented OAuth2 client registration (margaretha)
756 - implemented OAuth2 client authentication (margaretha)
757 - changed virtual corpus search to retrieval (margaretha)
758 - implemented public client deregistration task (margaretha)
759 - added client registration and deregistration tests (margaretha)
760 - implemented confidential client deregistration task (margaretha)
761 - fixed storing client secret (margaretha)
762 - implemented OAuth2 response handler (margaretha)
763 - implemented OAuth2 request access token with client credentials grant
764 (margaretha)
765 - implemented OAuth2 request access token with resource owner password grant
766 (margaretha)
767 - implemented OAuth2 authorization code request (margaretha)
768 - added OAuth2 error codes (margaretha)
769 - added OAuth2 authorization, scope and access token tables for SQLite
770 (margaretha)
771 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
772 - implemented OAuth2 request access token with authorization code grant
773 (margaretha)
774 - added setting default scopes in the config file (margaretha)
775 - fixed loading spring config multiple times in the test suite (margaretha)
776 - added SQLite created_date trigger for access token (margaretha)
777 - added a join table for access token scopes (margaretha)
778 - added access scopes handling (margaretha)
779 - added tests about request token with authorization code (margaretha)
780
781# version 0.60.1
782
78328/03/2018
784 - added admin-related SQL codes (margaretha)
785 - updated AdminDao (margaretha)
786 - added optional username query parameter to group list controller (margaretha)
787 - fixed non hierarchical URI of kustvakt conf files (margaretha)
788 - added delete group member triggers (margaretha)
789 - added list user-group by username and status for system admin (margaretha)
790 - added user-group status in user-group DTO (margaretha)
791 - added check for hidden groups in user-group tests (margaretha)
792 - added database trigger test on deleting members when deleting group
793 (margaretha)
794 - renamed VC type PREDEFINED to SYSTEM (margaretha)
795 - added VC list controller for system admin (margaretha)
796 - added VC controller tests with for system admin (margaretha)
797 - added hidden access removal when deleting published VC (margaretha)
798 - added check for hidden groups in VC controller tests (margaretha)
799 - added search user-group controller (margaretha)
800 - removed createdBy from VirtualCorpusJson (margaretha)
801 - moved member role setting from the invitation phase to the after-subscription
802 phase (margaretha)
803 - added member role removal after deleting members (margaretha)
804 - added add and delete member role controllers (margaretha)
805
806# version 0.60
807
80814/03/2018
809 - set up mail settings using localhost port 25 (margaretha)
810 - added mail template in kustvakt configuration (margaretha)
811 - added mail settings to readme (margaretha)
812 - disabled email notification for auto group (margaretha)
813 - added metadata retrieval (diewald)
814 - enabled custom implementation for email address retrieval (margaretha)
815 - removed old policy and deprecated code (margaretha)
816 - moved authentication related code to /full (margaretha)
817 - added userRoles attribute to UserGroupDto. (margaretha)
818 - fixed sqlite trigger (margaretha)
819 - fixed member exist error message (margaretha)
820 - fixed member invitation to join deleted group (margaretha)
821 - added checking deleted group (margaretha)
822
823# version 0.59.10
824
82520/02/2018
826 - added sort VC by id (margaretha)
827 - added test cases regarding VC sharing (margaretha)
828 - implemented withdraw VC from publication (margaretha)
829 - added Changes file (margaretha)
830 - implemented add/invite users to group (margaretha)
831 - implemented delete user-group and member tasks (margaretha)
832 - added userMemberStatus in group lists (margaretha)
833 - updated and added SQL test data (margaretha)
834 - added user group related tests (margaretha)
835 - implemented custom configuration for deleting user groups and members (margaretha)
836 - updated library versions and java environment (margaretha)
837 - added expiration time check for member invitation (margaretha)
838 - moved .properties files (margaretha)
839 - merged changelog file to Changes (margaretha)
840 - updated status codes and error messages to be more detailed (margaretha)
841 - testing mail implementation using embedded jetty jndi (margaretha)
842 - fixed collection rewrite regarding OR operation with other fields
843 (margaretha)
844 - implemented sending mail using spring injection and removed jetty jndi
845 (margaretha)
846 - fixed unrecognized application/json (margaretha)
847 - fixed and updated velocity template (margaretha)
848
849# version 0.59.9
850
85119/01/2018
852 - restructured basic authentication (margaretha)
853 - fixed AuthenticationException to include authentication scheme (margaretha)
854 - fixed rewrite redundancy in collection rewrite (margaretha)
855 - fixed foundry rewrite for constituents (margaretha)
856 - introduced authentication methods, schemes and tokens (margaretha)
857 - implemented collection rewrite with multiple licenses (margaretha)
858 - fixed foundry rewrite for korap span without wrap node (margaretha)
859 - implemented list user group (margaretha)
860 - implemented delete VC task (margaretha)
861 - implemented create user-group, subscribe to user-groups, unsubscribe to
862 user-groups tasks(margaretha)
863 - fixed handling JSON mapping exception for missing enums (margaretha)
864 - implemented list VC task (margaretha)
865 - added KoralQuery in VC lists (margaretha)
866 - implemented edit VC task (margaretha)
867 - implemented publish VC task (margaretha)
868 - implemented share VC task (margaretha)
869 - implemented list only owned VC task (margaretha)
870 - implemented list VC access task (margaretha)
871 - implemented search VC by id task (margaretha)
872 - implemented delete VC access (margaretha)
873 - implemented search for project VC (margaretha)
874 - added search VC related tests (margaretha)
875 - removed PredefinedUserGroup.ALL and related codes (margaretha)
876 - implemented search for published VC (margaretha)
877
878# version 0.59.8
879
88021/09/2017
881 - restructured statistics service (margaretha)
882 - removed deprecated loader codes and tests (margaretha)
883 - removed old Spring java configurations (margaretha)
884 - implemented entity classes for the new database (margaretha)
885 - added MySQL codes regarding VC and for testing (margaretha)
886 - added dao methods regarding VC (margaretha)
887 - added similar SQL codes (to MySQL) for sqlite (margaretha)
888 - added dao methods regarding user groups (margaretha)
889 - restructured web-service codes into controller and logic/business-service
890 (margaretha)
891 - implemented user role and privilege, and added tests (margaretha)
892 - prepared test suite using new database (margaretha)
893 - implemented UserGroupDao and tests (margaretha)
894 - fixed missing exceptions in JsonUtils (margaretha)
895 - restructured web filters and authentication codes (margaretha)
896 - implemented create/store VC (margaretha)
897 - fixed collection rewrite bug regarding availability with operation or
898 (margaretha)
899
900# version 0.59.7
901
90213/10/2016
903 - MOD: updated search to use new siglen (diewald)
904 - MOD: fixed matchinfo retrieval in light service (diewald)
905
90605/05/2015
907 - ADD: rest test suite for user service (hanl)
908 - MOD: setup parameter modification (hanl)
909 - ADD: oauth2 client unique constraint (hanl)