blob: 050dfc746b6663fe33c0d7bdd75477d232ca758f [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
margarethaac09c4f2024-10-10 12:46:50 +020030# version 0.74 hot-fix
31
32- Removed admin & owner restriction on client info access.
33- Removed registered_by and restrict registration_date to admin/owner-
34 only.
35
margaretha144be1a2024-08-09 15:38:40 +020036# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020037
38- Remove corpusQuery param in the statistics web-service (close #758).
margarethac8588902024-06-13 09:36:53 +020039- Moved NamedVCLoader to the init package.
margaretha3a966022024-06-13 13:51:50 +020040- Clean up Spring XML configs.
margaretha4dc0cd92024-06-19 09:23:45 +020041- Fix some logging to write to file instead of stdout.
Marc Kupietze4528ee2024-07-04 16:28:37 +020042- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethacdd26e62024-07-12 12:40:26 +020043- Unified ResourceFilters and SearchResourceFilters.
44- Fixed supported versions in the configs & changed delimiter to comma.
margaretha1df4f6d2024-07-12 13:45:52 +020045- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020046
margaretha1ef2a032024-06-11 11:39:57 +020047# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020048
margaretha46e2c952024-05-23 09:09:54 +020049- Added tests for the DNB scenario with custom max match
50 and context size. (#745)
margarethad709be52024-06-05 11:31:41 +020051- Cleaned up named-vc.
52- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020053- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020054- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020055- Restrict registration info for plugins (solves #572)
margaretha1ef2a032024-06-11 11:39:57 +020056- Removed redirect uri from InstalledPluginDto & updated tests.
margaretha46e2c952024-05-23 09:09:54 +020057
margaretha21879752024-04-22 12:12:58 +020058# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010059
margaretha387e4682024-03-22 11:26:29 +010060- Fixed jakarta validation error.
61- Added openapi doc (#744)
62- Moved service.properties to src/main/resources/properties
63- Moved free-resources.json to src/main/resources/json
64- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010065- Changed loading external kustvakt.conf and jdbc.properties
66 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020067- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020068- Setup vc-cache in the data folder (#598)
69- Changed generating adminToken in the data folder (#598).
margaretha94b46fe2024-04-16 11:15:00 +020070- Moved disk store path cache_store into the data folder (#598)
margaretha0b17fac2024-04-22 09:48:10 +020071- Fixed invalid signature of the uber jar.
margaretha390f37d2024-04-22 12:07:34 +020072- Updated configurations of the lite version to use the
73 data folder (#598)
margaretha67440722024-04-25 13:27:02 +020074- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +010075
margaretha28a53d12024-02-20 12:57:38 +010076# version 0.73
margarethafbfe2872024-01-04 23:29:28 +010077
margarethab06377e2024-01-30 11:06:35 +010078- Moved the content of the full folder to the root folder
79- Removed Piwik
80- Removed unused libraries
81- Cleaned up spring configs
82- Updated Krill and Koral with new groupIds
83- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +010084- Updated search Krill and removed Lucene
85- Updated readme
margarethab06377e2024-01-30 11:06:35 +010086
87# version 0.72
margarethafbfe2872024-01-04 23:29:28 +010088
89- Replaced javax.ws to jakarta.ws namespace (#648)
90- Upgrading Jersey 2.40 to 3.x (#646)
91- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
92- Replaced javax.persistence with jakarta.persistence (#648)
93- Migrate Hibernate 5 to 6 (#649)
94- Fix missing placeholders
95- Fixed conflicting jackson-jarxrs
96- Fixed conflicting commons-logging and spring jcl
97- Replaced javax.servlet with jakarta.servlet (#648)
98- Updated authorization services using Nimbus (#650)
99- Fixed BlockingFilter by replacing javax.annotation.Priority
100 with jakarta.annotation.Priority (#659, #648)
101- Replaced javax.annotation with jakarta.annotation
102- Enabled legacy support for authorization POST request
103- Changed OAuth2 token request using Nimbus (#650)
104- Removed Apache Oltu API from token requests (#650)
105- Removed OpenID
106- Fixed clearing cache
107- Fix JettyServerTest, init package, and some java docs.
108- Make scope extraction more flexible.
109- Updated token response using Nimbus (#650)
110- Remove Oltu request and validator implementations (#650)
111- Updated OAuth2 response handler (#650)
112- Fixed ShutdownHandler (fixed #708)
113- Fixed issues with multi-release jar (#706, #708)
114
115
116# version 0.71.1
117
118- Removed auditing (#611)
119- Removed old database configurations (#612)
120- Removed old tests
121- Removed unnecessary caches and methods in the authentication interface
122- Added total result cache (#599)
123- Fixed missing project.version in info web-service
124- Make sure totalResults and other numeric results are numbers (Kupietz)
125- Introduce CQP query language in Koral 0.41
126- Changed DB connection (fixed #670)
127- Resolved duplicate libraries
128- Fixed testing expiry access token
129- Fix lombok compile warning
130- Ensure the order of clean token tests.
131
132# version 0.71
133
134- Renamed entity and service packages in core
135- Renamed web.controller package in core
136- Moved SearchNetworkEndpoint to core.service package
137- Merged lite into full
138- Merged core into full
139
140
141# version 0.70.1
142
143- Added data folder containing super_client_info and database
144 for mounting into docker
145- Added an error for missing redirect uri in a token request
146 when it has been included in the authorization request.
147- Added tests for VC sharing and for OAuth2 client using VC services
148- Added and updated VC controller tests
149- Moved hibernate.properties
150- Added maximum number of user persistent virtual corpora and queries
151
152# version 0.70
153
154- Support token array in matchinfo (fixes #570; diewald)
155- Updated VC list API and deprecated owner VC list (addressed #580)
156- Added user info web-service (solved #566)
157- Implemented configurable resource filters for search and match
158 info APIs (#539)
159- Added getting username from LDAP (#568)
160- Disabled LDAP auth provider and token API in the auth filter (#587)
161- Added LDAP log for users without idsC2Profile
162- Fixed log4j2 properties.
163
164
165# version 0.69.3
166
167- Moved the service path of VC admin services to admin/vc (closed #543)
168- Added an admin service to load and cache system vc (solved #268)
169- Move oauth2 admin service path (closed #544)
170- Excluded admin service to load-cache VC from the test suite
171- Fixed refresh token expiry test
172- Fixed scope check in OAuth2 token request with refresh token
173
174# version 0.69.2
175
1762022-12-05
177- Upgrade version for E2E-simplified Docker images (diewald)
1782023-01-27
179- Updated client info API (replaced user authorization requirement with super
180 client authentication)
1812023-01-30
182- Made scope param required in authorization request (solved #508)
1832023-01-31
184- Allowed OAuth2 clients to use localhost as redirect URIs.
1852023-02-03
186- Fixed content-type in error responses by changing it to application/json
1872023-02-06
188- Allow admin access using admin token for the clean token API
1892023-02-10
190- Use admin filter instead of OAuth2 ADMIN scope
191- Added a plugin test.
1922023-02-15
193- Moved user-group retrieval API to UserGroupAdminController
194 and changed the service path URL of UserGroupAdminController.
1952023-02-20
196- Deprecate API token (JWT) web-service
197- Fixed Slf4J binding
1982023-02-28
199- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2002023-03-06
201- Fixed testing refresh token expiry.
202
203
204# version 0.69.1
205
206- Upgrade version for docker including indexer (diewald)
207
208
209# version 0.69
210
211 - Migrated to Java 11 and Jersey 2
212 - Updated dependencies
213 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
214
215
216# version 0.68
217
2182022-05-25
219 - Added a new API: list plugins (e.g for marketplace)
220 - Added redirect URI validation in authorization request (addressed #374)
221 - Handled user-defined refresh token expiry (added in client info and
222 list API response)
223 - Added installed_plugins table
224 - Added a new API: install plugin
225 - Handled redundant plugin installation
226 - Handled super client id in plugin installation
227 - Deprecated UserClientDto and uses ClientinfoDto instead
228 - Updated redirect URI error message for coherence
2292022-05-27
230 - Added maximum limit to custom refresh token expiry
2312022-06-01
232 - Added new APIs: list user-installed plugins and uninstall plugin.
233 - Moved install and list plugin APIs to PluginController and updated their
234 service paths under /plugins.
2352022-06-03
236 - Implemented searching option using a network endpoint
237 - Implemented initial super client registration for user authentication.
238 - Fixed admin clean token API and restrict plugins to confidential only.
239
240
241
242# version 0.67.1
243
2442022-05-12
245 - Implemented mapping of LDAP username to email
246 - Handled null parameters in authorization requests
2472022-05-25
248 - Fixed null client_id
249 - Updated ldap.config path in the kustvakt-test.conf
250
251
252# version 0.67
253
2542022-05-09
255 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections.
256 - An embedded LDAP server can now be started automatically if configured accordingly.
2572022-05-11
258 - Changed the SQL script updating oauth2_client table
259
260
261# version 0.66
262
2632022-03-31
264 - Updated query and user-group name pattern.
2652022-04-08
266 - Added redirect_uri to client info API.
2672022-04-11
268 - Added registration_date, refresh_token_expiry, source and is_permitted
269 to the oauth2_client database table, and updated the OAuth2 client
270 registration mechanism.
271 - Added authorization request with GET and deprecated that with POST.
2722022-04-13
273 - Updated OAuth2Client list API (added redirect_uri, registration_date,
274 permitted, source to OAuth2UserClientDto).
2752022-04-20
276 - Updated authorization error response. (Included error and error
277 description in the client redirect URI except for missing or
278 invalid client id or redirect URI.
279
280
281# version 0.65.2
282
2832022-03-03
284 - Removed VCLoader.
285 - Added foreign keys to the DB tables of access and refresh token scopes.
2862022-03-07
287 - Added more parameter checks and OAuth2Client web-service tests.
2882022-03-17
289 - Updated admin filter by using admin token and role checks.
2902022-03-18
291 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens.
2922022-03-28
293 - Updated admin filter (admintoken as a form param) and uses
294 it for the closing index reader API.
295 - Removed unused admin API: clear access token cache.
2962022-03-29
297 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
298
299# version 0.65.1
300
3012022-03-01
302 - Restricts the field retrieval web-service to admin only.
303
304# version 0.65
305
306!!! includes security updates - please update all Kustvakt libraries
307!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
308
3092021-12-02
310 - Updated VC cache.
3112021-12-03
312 - Enabled listing system vc for authorized users.
3132021-12-08
314 - Removed koralQuery and statistics from VC list.
315 - Added a web-service to retrieve KoralQuery of a VC
3162021-12-10
317 - [security] Updated log4j libs due to CVE-2021-44228.
3182021-12-13
319 - Fixed broken test suite.
3202022-01-03
321 - [security] More log4j security updates
322 - Bumped unboundid-ldapsdk
323 - Updated tests.
3242022-01-25
325 - Added show-tokens option to the search API.
3262022-01-31
327 - Added an API retrieving fields of a virtual corpus.
328
329# version 0.64.1
330
3312021-10-26
332 - Bump Kustvakt and Krill versions.
333
334
335# version 0.64
3362021-07-29
337 - Updated the change files and made a new version.
3382021-08-12
339 - Fixed errors due to missing query type and added tests.
3402021-08-13
341 - Fixed missing request entity.
342 - Updated the query service to enable editing query references.
3432021-08-16
344 - Fixed creator param when storing query or VC by admins for
345 the system or other users.
346
347# version 0.63.2
3482021-06-11
349 - Updated OAuth2 token length & secure random algorithm config.
350 - Added character set filter to random code generator, e.g. for client_id.
3512021-06-14
352 - Updated roleId and super client parameters.
3532021-06-24
354 - Fixed broken test.
3552021-07-22
356 - Updated cache settings and some loggings.
3572021-07-26
358 - Replaced annotation parsing with restoring the annotation tables to the
359database.
360 - Moved cache config to the full config.
361
362# version 0.63.1
3632021-02-22
364 - Updated libraries (margaretha)
365 - Renamed virtual corpus to query (margaretha)
3662021-02-26
367 - Added query access roles and fixed vc access roles (margaretha)
368 - Added delete query webservice and tests (margaretha)
3692021-03-25
370 - Updated Koral version for Info Controller (margaretha)
371 - Updated OAuth2 token list with token type and user clientId
372parameters (margaretha)
3732021-03-29
374 - Added client type in the client list web-service. Resolved #58 (margaretha)
3752021-04-19
376 - Updated OAuth2Client JSON definition and controller tests (margaretha)
3772021-04-26
378 - Updated OAuth2 Client list (margaretha)
3792021-04-30
380 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
381 - Updated OAuth2 API responses for coherence (margaretha)
3822021-06-07
383 - Updated OAuth2 client dto (margaretha)
384
385# version 0.63
38626/10/2020
387 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
38829/10/2020
389 - Introduction of a query reference rewrite mechanism (diewald)
39030/10/2020
391 - Added database methods for storing query references (diewald)
39204/12/2020
393 - Fix hibernate dialect for SQLite. (margaretha)
39404/12/2020
395 - Fix pipe warning. (margaretha)
39614/01/2021
397 - Updated Flyway (margaretha)
39821/01/2021
399 - Fixed running pipe and updated tests with mockserver (margaretha)
40001/02/2021
401 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
40205/02/2021
403 - Add query reference web-service (diewald,margaretha)
40410/02/2021
405 - Fixed problem with multiple desktop apps (diewald, margaretha)
40612/02/2021
407 - Added listing available queries for users (margaretha)
40817/02/2021
409 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
410 - Added query and query language in virtual corpus table (margaretha)
41118/02/2021
412 - Set corpus access public for stored query (margaretha)
41319/02/2021
414 - Enabled API info web-service (margaretha)
415
416
417# version 0.62.4
41824/01/2020
419 - Removed salt from config and updated config files (margaretha)
42003/02/2020
421 - Added an admin API for clearing access token cache (margaretha)
42205/02/2020
423 - Added a config properties for a long-time access token expiry
424 and excluded refresh tokens for public clients in OAuth2 token
425 responses (margaretha)
426 - Removed client authentication from the client deregistration and
427 client-secret reset APIs (margaretha)
42804/03/2020
429 - Updated the sample index (diewald)
430
431# version 0.62.3
43203/12/2019
433 - Implemented pipe extension in the search API (margaretha)
43411/12/2019
435 - Added errors when requesting VC in caching process (margaretha,
436 resolved #47)
43712/12/2019
438 - Added support for multiple cq parameters (margaretha, resolved #46)
43913/12/2019
440 - Handled pipe errors and added tests (margaretha)
44119/12/2019
442 - Updated create update user-group API (margaretha)
44320/12/2019
444 - Removed transactional annotations from simple select queries (margaretha)
445 - Updated free resource controller (margaretha)
44615/01-2020
447 - Added additional statistic figures to virtual corpus info API
448 response (margaretha)
449
450# version 0.62.2
45117/10/2019
452 - Handled vulnerability CVE-2019-17195. (margaretha)
4538/11/2019
454 - Added user-group name pattern (margaretha, issue #33)
45511/11/2019
456 - Updated user group service paths and replaced groupId with groupName
457 (margaretha, resolved #33)
45812/11/2019
459 - Removed UserGroupJson & updated listUserGroups and createUserGroup
460 services (margaretha)
461 - Added prefixes to username and groupname parameters in service paths
462 (margaretha, resolved #35)
46313/11/2019
464 - Added tests for issue #43 (margaretha)
46514/11/2019
466 - Added client description and URL to list-authorized-clients service
467 (margaretha, close #53)
468 - Implemented a service to list clients registered by a user (margaretha,
469 close #52)
470 - Added a check for OAuth2 client, VC, and group name length (margaretha)
47115/11/2019
472 - Merged list authorized client and list registered client services
473 (margaretha)
47421/11/2019
475 - Added a service to list active refresh tokens of a user (margaretha)
476 - Added username filtering to token revocation service via super client
477 (margaretha)
47826/11/2019
479 - Added a service to revoke a single refresh token via super client
480 (margaretha)
481
482# version 0.62.1
48308/07/2019
484 - Added tests for public metadata response in search api (margaretha,
485 issue #43)
486 - Disabled some tests of unused/disabled web-services (margaretha)
48707/08/2019
488 - Fixed missing scopes after requesting access token with refresh token
489 (margaretha)
490 - Fixed post requests with status OK and empty body (margaretha)
49107/08/2019
492 - Added users to hidden group when searching in a published VC (margaretha,
493 resolved #40)
49415/08/2019
495 - Updated the response statuses of VC PUT requests (margaretha)
496
497# version 0.62
49828/02/2019
499 - Removed old VC controllers and updated tests (margaretha, issue #34)
500 - Updated VC access controllers (margaretha)
50119/03/2019
502 - Added close index controller (margaretha)
50311/04/2019
504 - Fixed unknown authentication scheme, missing VC entity, and parameter
505 checker (margaretha)
506 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
507 unique group name and unknown VC access (margaretha)
50827/06/2019
509 - Handled LDAP errors, fixed #45 (margaretha)
51003/07/2019
511 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
512 - Changed the response media-type of authentication controllers (margaretha)
513 - Fixed bugs: allow guest to retrieve system VC,
514 remove VC from cache when it is deleted (margaretha)
51504/07/2019
516 - Updated VC name pattern and tests (margaretha)
517
518# version 0.61.6
51904/02/2019
520 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
521 - Updated client deregistration behavior (margaretha)
52205/02/2019
523 - Added delete-group-by-name controller (margaretha)
524 - Added unique index to group name (margaretha)
52506/02/2019
526 - Updated a user setting test using array for multiple values (margaretha)
527 - Added metadata controller tests (margaretha)
52818/02/2019
529 - Fixed tests (margaretha)
530 - Updated handling errors from Koral (margaretha)
53119/02/2019
532 - Added fields to metadata controller (margaretha, issue #39)
533
534# version 0.61.5
53517/12/2018
536 - Added a search timeout test (margaretha)
53718/12/2018
538 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
53908/01/2019
540 - Improved predefined vc caching (issue #28, margaretha)
54109/01/2019
542 - Added comments (margaretha)
543 - Updated code structure (margaretha)
54411/01/2019
545 - Degraded API version to 1.0 (margaretha)
546 - Added OAuth2 client info tests (margaretha)
54714/01/2019
548 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
54916/01/2019
550 - Added a PUT request for both creating and editing vc (margaretha)
551 - Added aliases to some VC controllers (margaretha)
552 - Merged VC access list controllers (margaretha)
55321/01/2019
554 - Removed codes related to user registration & password management (margaretha)
55522/01/2019
556 - Added create, edit, retrieve user default setting controllers (margaretha)
55722/01/2019
558 - Updated default setting controllers & added tests (margaretha)
559 - Added delete key in setting controllers (margaretha)
56023/01/2019
561 - Added default setting key validation (margaretha)
562 - Fixed UserdataTest (margaretha)
56324/01/2019
564 - Added default setting key validation & fixed UserdataTest (margaretha)
56525/01/2019
566 - Added VC reference and MapUtil tests (margaretha)
56728/01/2019
568 - Fixed username verification in DefaultSettingService (margaretha)
569 - Added foundry rewrite with user default setting (margaretha)
570 - Added default foundry for morphology layer (margaretha)
57129/01/2019
572 - Fixed share VC type (margaretha)
573 - Added delete setting controller (margaretha)
574 - Handled "no resource found" cases (margaretha, issue #37)
57530/01/2019
576 - Added server shutdown description in readme (margaretha)
577
578# version 0.61.4
57914/11/2018
580 - Integrated lite and full services and controllers in core (margaretha)
58121/11/2018
582 - Updated OAuth2 refresh token request to create a new refresh token and
583 revoke the old one per request (margaretha)
58428/11/2018
585 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
586 - Handled storing cached VC with VC reference (margaretha)
58729/11/2018
588 - Added a controller for listing user clients having active refresh tokens
589 (margaretha)
5906/12/2018
591 - Added debug flags to mitigate log4j debugging performance (margaretha)
592 - Fixed KoralNode at() method (margaretha)
59311/12/2018
594 - Implemented revoking all tokens of a user client via a super client
595 (margaretha)
596 - Removed document controllers and KustvaktResource (margaretha)
597 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
598
599
600# version 0.61.3
60117/10/2018
602 - Updated NamedVCLoader to be optional (margaretha)
603 - Updated annotation tables & implemented key-value structure (margaretha)
604 - Added annotation parser for annotation data from kalamar (margaretha)
605 - Implemented parsing free resource info from json (margaretha)
60622/10/2018
607 - Updated jetty, spring and hibernate versions (margaretha)
608 - Fixed the order of annotation keys and values, and added tests (margaretha)
609 - Fixed resource DAO & added tests (margaretha)
61024/10/2018
611 - Fixed query serialization service (margaretha)
612 - Added "highlights" parameter to matchInfo controller (margaretha)
613 - Added "fields" parameter to search controllers (margaretha)
614 - Integrated lite controllers, services and tests in full version (margaretha)
61529/10/2018
616 - Moved javax.servlet-api to core (margaretha)
61707/11/2018
618 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
61913/11/2018
620 - Added Shutdown handler to Jetty server (margaretha)
621 - Fixed storing VC order in NamedVCLoader (margaretha)
622
623# version 0.61.2
62412/09/2018
625 - Added various log4j2 configurations (margaretha)
62613/09/2018
627 - Implemented VirtualCorpusRewrite (margaretha)
62814/09/2018
629 - Fixed SpringJerseyTest ApplicationContext (margaretha)
630 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
631 - Enabled VCReferenceTest in maven test suite (margaretha)
63218/09/2018
633 - Handled unique constraints / inserting duplicate items to DB (margaretha)
634 - Added a controller for editing user group member roles (margaretha)
63519/09/2018
636 - Fixed cached-VC ref with username (margaretha)
637
638# version 0.61.1
63928/08/2018
640 - Added API URL versioning (margaretha)
641 - Deactivated IdRewrite (margaretha)
642 - Fixed kustvakt controller (margaretha)
64330/08/2018
644 - Fixed root packages & added api version properties in kustvakt.conf
645 (margaretha)
646 - Fixed versioning in SearchController (margaretha)
647 - Added API versioning tests (margaretha)
648
649# version 0.61.0
650
65102/08/2018
652 - Added VC reference tests (margaretha)
653 - Implemented loading and caching named VCs (margaretha)
65403/08/2018
655 - Implemented OAuth2 revoke token (margaretha)
656 - Updated OAuth2 refresh token implementation (margaretha)
65714/08/2018
658 - Implemented revoke all OAuth2 access tokens and authorization codes of
659 client users when deregistering/deleting a client (margaretha)
660 - Fixed update OAuth2 access token (margaretha)
661 - Implemented reset client secret (margaretha)
662 - Fixed revoking latest access token when refreshing OAuth2 access token
663 (margaretha)
66415/08/2018
665 - Implemented OAuth2 client info controller (margaretha)
666 - Implemented update OAuth2 client privilege controller for admins
667 (margaretha)
668 - Implemented unlimited authorization scope for super clients with OAuth2
669 password grant (margaretha)
670 - Marked native clients implementation to deprecated in favour of super
671 clients (margaretha)
672 - Enabled using Bearer tokens as user authentication tokens (Authorization
673 header value) for many controllers including OAuth2 controllers (margaretha)
67416/08/2018
675 - Implemented degrading super clients (margaretha)
676 - Improved and added OAuth2 tests (margaretha)
67721/08/2018
678 - Added VC name pattern check (margaretha)
67922/08/2018
680 - Implemented loading VC from gz files (margaretha)
681 - Updated OAuth2 authorization codes' & access tokens' expiry check
682 (margaretha)
68323/08/2018
684 - Updated RefreshToken implementations with separate DB tables (margaretha)
685 - Allows multiple access tokens per refresh token (margaretha)
68627/08/2018
687 - Added statistic with VC reference tests (margaretha)
688 - Fixed OAuth2 SQL files (margaretha)
68928/08/2018
690 - Added c3p0 datasource configuration to Spring default-config-xml
691 (margaretha)
692 - Added running Kustvakt server with custom spring config in the readme
693 (margaretha)
694 - Removed old OAuth2 codes (margaretha)
695 - Moved non-config test codes to misc (margaretha)
696
697
698# version 0.60.5
699
70009/07/2018
701 - Added service layer to the search controller (margaretha)
702 - Added OAuth2 scope checking in search and VC controllers (margaretha)
703 - Added handling OAuth2 bearer token for VC access and User group
704 controllers (margaretha)
705 - Added default scope to password grant (margaretha)
70610/07/2018
707 - Made createBasicAuthorizationHeaderValue static (margaretha)
708 - Added store access token in openID token service (margaretha)
709 - Fixed empty scope in openID authorization and token service (margaretha)
710 - Implemented storing authorization code in cache (margaretha)
71111/07/2018
712 - Fixed authentication time in authentication controller (margaretha)
713 - Added OAuth2 access token tests (margaretha)
71412/07/2018
715 - Updated maven surefire setting for faster test suite runtime (margaretha)
716 - Implemented refreshing OAuth2 access token (margaretha)
71726/07/2018
718 - Fixed issue #27 (margaretha)
71902/08/2018s
720 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
721
722
723# version 0.60.4
724
72505/07/2018
726 - implemented OAuth2 authorization code request with OpenID Authentication
727 (margaretha)
728 - enabled OAuth2 authorization without OpenID authentication using Nimbus
729 library (margaretha)
730 - implemented response handler for OpenID authentication errors in authorization
731 requests (margaretha)
732 - added tests regarding OpenID authentication in authorization requests
733 (margaretha)
734 - implemented OAuth2 authorization error response via redirect URI instead of
735 JSON (margaretha)
736 - added state to OAuth2 authorization error response (margaretha)
737 - implemented OpenID token service for authorization code flow (margaretha)
738 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
739 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
740 keys (margaretha)
741 - implemented OpenId configuration (margaretha)
742 - added authentication time and support for auth_time in id_token (margaretha)
743 - implemented support for nonce and max_age parameters in OpenID authentication
744 (margaretha)
745 - implemented OAuth2 token request with password grant using Nimbus library
746 (margaretha)
747 - updated redirect URI validator (margaretha)
748 - updated client registration requirement to allow desktop applications
749 (margaretha)
750 - fixed RSA key configuration (margaretha)
751 - merged OAuth2 client deregistration controllers (margaretha)
752 - fixed OAuth2 client unique URL-hashcode (margaretha)
753 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
754 - Added support for unrestricted corpus statistics (ndiewald)
755 - updated paths of user-group deletion-controllers (margaretha)
756 - Do not pass broken queries to Krill (diewald)
757 - added OAuth2 token request with client authentication via Authorization
758 header (margaretha)
759 - added port checking in test suite (margaretha)
760
761# version 0.60.3
762
76306/06/2018
764 - improved user authentication by using authentication filter for authorization
765 code request (margaretha)
766 - limited client authentication to client id checking in authorization code
767 request (margaretha)
768 - added user_id in the oauth2_access_token database table (margaretha)
769 - implemented OAuth2Authentication provider for token context management
770 (margaretha)
771 - added parameter checking for authorization DAO (margaretha)
772 - added controller tests using OAuth2 access token (margaretha)
773 - added database tables for MySQL (margaretha)
774 - updated JWT library and related codes (margaretha)
775
776# version 0.60.2
777
77803/05/2018
779 - implemented OAuth2 client registration (margaretha)
780 - implemented OAuth2 client authentication (margaretha)
781 - changed virtual corpus search to retrieval (margaretha)
782 - implemented public client deregistration task (margaretha)
783 - added client registration and deregistration tests (margaretha)
784 - implemented confidential client deregistration task (margaretha)
785 - fixed storing client secret (margaretha)
786 - implemented OAuth2 response handler (margaretha)
787 - implemented OAuth2 request access token with client credentials grant
788 (margaretha)
789 - implemented OAuth2 request access token with resource owner password grant
790 (margaretha)
791 - implemented OAuth2 authorization code request (margaretha)
792 - added OAuth2 error codes (margaretha)
793 - added OAuth2 authorization, scope and access token tables for SQLite
794 (margaretha)
795 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
796 - implemented OAuth2 request access token with authorization code grant
797 (margaretha)
798 - added setting default scopes in the config file (margaretha)
799 - fixed loading spring config multiple times in the test suite (margaretha)
800 - added SQLite created_date trigger for access token (margaretha)
801 - added a join table for access token scopes (margaretha)
802 - added access scopes handling (margaretha)
803 - added tests about request token with authorization code (margaretha)
804
805# version 0.60.1
806
80728/03/2018
808 - added admin-related SQL codes (margaretha)
809 - updated AdminDao (margaretha)
810 - added optional username query parameter to group list controller (margaretha)
811 - fixed non hierarchical URI of kustvakt conf files (margaretha)
812 - added delete group member triggers (margaretha)
813 - added list user-group by username and status for system admin (margaretha)
814 - added user-group status in user-group DTO (margaretha)
815 - added check for hidden groups in user-group tests (margaretha)
816 - added database trigger test on deleting members when deleting group
817 (margaretha)
818 - renamed VC type PREDEFINED to SYSTEM (margaretha)
819 - added VC list controller for system admin (margaretha)
820 - added VC controller tests with for system admin (margaretha)
821 - added hidden access removal when deleting published VC (margaretha)
822 - added check for hidden groups in VC controller tests (margaretha)
823 - added search user-group controller (margaretha)
824 - removed createdBy from VirtualCorpusJson (margaretha)
825 - moved member role setting from the invitation phase to the after-subscription
826 phase (margaretha)
827 - added member role removal after deleting members (margaretha)
828 - added add and delete member role controllers (margaretha)
829
830# version 0.60
831
83214/03/2018
833 - set up mail settings using localhost port 25 (margaretha)
834 - added mail template in kustvakt configuration (margaretha)
835 - added mail settings to readme (margaretha)
836 - disabled email notification for auto group (margaretha)
837 - added metadata retrieval (diewald)
838 - enabled custom implementation for email address retrieval (margaretha)
839 - removed old policy and deprecated code (margaretha)
840 - moved authentication related code to /full (margaretha)
841 - added userRoles attribute to UserGroupDto. (margaretha)
842 - fixed sqlite trigger (margaretha)
843 - fixed member exist error message (margaretha)
844 - fixed member invitation to join deleted group (margaretha)
845 - added checking deleted group (margaretha)
846
847# version 0.59.10
848
84920/02/2018
850 - added sort VC by id (margaretha)
851 - added test cases regarding VC sharing (margaretha)
852 - implemented withdraw VC from publication (margaretha)
853 - added Changes file (margaretha)
854 - implemented add/invite users to group (margaretha)
855 - implemented delete user-group and member tasks (margaretha)
856 - added userMemberStatus in group lists (margaretha)
857 - updated and added SQL test data (margaretha)
858 - added user group related tests (margaretha)
859 - implemented custom configuration for deleting user groups and members (margaretha)
860 - updated library versions and java environment (margaretha)
861 - added expiration time check for member invitation (margaretha)
862 - moved .properties files (margaretha)
863 - merged changelog file to Changes (margaretha)
864 - updated status codes and error messages to be more detailed (margaretha)
865 - testing mail implementation using embedded jetty jndi (margaretha)
866 - fixed collection rewrite regarding OR operation with other fields
867 (margaretha)
868 - implemented sending mail using spring injection and removed jetty jndi
869 (margaretha)
870 - fixed unrecognized application/json (margaretha)
871 - fixed and updated velocity template (margaretha)
872
873# version 0.59.9
874
87519/01/2018
876 - restructured basic authentication (margaretha)
877 - fixed AuthenticationException to include authentication scheme (margaretha)
878 - fixed rewrite redundancy in collection rewrite (margaretha)
879 - fixed foundry rewrite for constituents (margaretha)
880 - introduced authentication methods, schemes and tokens (margaretha)
881 - implemented collection rewrite with multiple licenses (margaretha)
882 - fixed foundry rewrite for korap span without wrap node (margaretha)
883 - implemented list user group (margaretha)
884 - implemented delete VC task (margaretha)
885 - implemented create user-group, subscribe to user-groups, unsubscribe to
886 user-groups tasks(margaretha)
887 - fixed handling JSON mapping exception for missing enums (margaretha)
888 - implemented list VC task (margaretha)
889 - added KoralQuery in VC lists (margaretha)
890 - implemented edit VC task (margaretha)
891 - implemented publish VC task (margaretha)
892 - implemented share VC task (margaretha)
893 - implemented list only owned VC task (margaretha)
894 - implemented list VC access task (margaretha)
895 - implemented search VC by id task (margaretha)
896 - implemented delete VC access (margaretha)
897 - implemented search for project VC (margaretha)
898 - added search VC related tests (margaretha)
899 - removed PredefinedUserGroup.ALL and related codes (margaretha)
900 - implemented search for published VC (margaretha)
901
902# version 0.59.8
903
90421/09/2017
905 - restructured statistics service (margaretha)
906 - removed deprecated loader codes and tests (margaretha)
907 - removed old Spring java configurations (margaretha)
908 - implemented entity classes for the new database (margaretha)
909 - added MySQL codes regarding VC and for testing (margaretha)
910 - added dao methods regarding VC (margaretha)
911 - added similar SQL codes (to MySQL) for sqlite (margaretha)
912 - added dao methods regarding user groups (margaretha)
913 - restructured web-service codes into controller and logic/business-service
914 (margaretha)
915 - implemented user role and privilege, and added tests (margaretha)
916 - prepared test suite using new database (margaretha)
917 - implemented UserGroupDao and tests (margaretha)
918 - fixed missing exceptions in JsonUtils (margaretha)
919 - restructured web filters and authentication codes (margaretha)
920 - implemented create/store VC (margaretha)
921 - fixed collection rewrite bug regarding availability with operation or
922 (margaretha)
923
924# version 0.59.7
925
92613/10/2016
927 - MOD: updated search to use new siglen (diewald)
928 - MOD: fixed matchinfo retrieval in light service (diewald)
929
93005/05/2015
931 - ADD: rest test suite for user service (hanl)
932 - MOD: setup parameter modification (hanl)
933 - ADD: oauth2 client unique constraint (hanl)