blob: c7105018393b1db112460ff816fcfc47cbf3911d [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
margaretha9d820462024-11-25 16:11:57 +01006- Implemented QueryContextRewrite (#755)
7- Replace operation:insertion with operation:injection (#778)
margarethabf09b192024-12-02 15:40:44 +01008- Update VirtualCorpusRewrite Remove Owner (#779)
margarethad59b34d2024-12-03 10:31:30 +01009- Add source to QueryReferenceRewrite (#783) and VirtualCorpusRewrite (#780)
10- Use operation:override in virtual corpus (reference) rewrite (#780)
margarethad5799ae2024-12-04 11:40:19 +010011- Use operation:override in query reference rewrite (#783)
margaretha82c75c22024-12-11 09:36:50 +010012- Fixed availability regex for all access in the config (important to correctly
13 determine required access of stored VC)
margarethac105e2f2024-12-19 09:55:46 +010014- Rename CollectionRewrite to AvailabilityRewrite
margarethad9e43ec2024-12-20 12:11:43 +010015- Improve AvailabilityRewrite and implement operation:override (#781)
margarethab9b317d2025-01-23 15:13:47 +010016- Disabled mysql connector Java due to CVE-2023-22102
margaretha377c0182025-01-30 09:10:37 +010017- Replace origin with editor in rewrites (#782)
margaretha8489f862025-02-05 11:32:16 +010018- Update scope and add _comment as discussed in #782
margaretha82c75c22024-12-11 09:36:50 +010019
margarethab4472102024-11-13 13:15:36 +010020
margaretha34595a52024-10-28 08:54:10 +010021# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +020022
23- Alter role and remove privilege database tables (#763)
24- Update user-group and user-group member web-services (#763)
25- Remove edit member role web-service (#763)
26- Remove query access table (#763)
27- Remove query access admin, merged with user-group admin (#763)
28- Update share-query and query-access web-services (#763)
29- Add new web-service: delete role by query and group (#763)
30- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020031- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020032- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020033- Removed deleted_by from user_group and user_group_member tables (#764)
34- Removed created_by, status and status_date from user_group_member table (#764)
35- Removed GroupMemberStatus (#764)
36- Replace invite and subscribe to add member (#764)
37- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020038- Added deprecation messages to deprecated services
39- Removed mail configuration (#764)
margarethad59b34d2024-12-03 10:31:30 +010040- Deprecate VC access deletion
41- Change default port to 8089
42- Disallow scope all for non super clients
43- Added config for total result cache and fixed inconsistency (#774)
44- Changed memberUsername to member in the new member-role-addition web-service
45- Removed user-privileges from user-group list response
margaretha987a0512024-10-23 11:19:29 +020046- Added role names to user-group list
margarethad59b34d2024-12-03 10:31:30 +010047- Added not-timeExceeded to the totalResult constraints
48- Replace EDIT_VC occurrences with CREATE_VC, and removed it
49- Fixed administrative user group retrieval to return groups with empty members
margaretha83cdf7f2024-10-23 10:50:29 +020050
margaretha34c9fba2024-08-09 17:44:03 +020051
Akron7ba60862024-08-09 16:55:01 +020052# version 0.74.1-SNAPSHOT
53
margarethad59b34d2024-12-03 10:31:30 +010054- Switch Docker image to temurin (diewald)
margaretha64755022024-06-18 10:30:59 +020055- - Introduce filter_by and deprecate authorized_only in OAuth2
56 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020057
margarethaac09c4f2024-10-10 12:46:50 +020058# version 0.74 hot-fix
59
margarethad59b34d2024-12-03 10:31:30 +010060- Removed admin & owner restriction on client info access
margarethaac09c4f2024-10-10 12:46:50 +020061- Removed registered_by and restrict registration_date to admin/owner-
margarethad59b34d2024-12-03 10:31:30 +010062 only
margarethaac09c4f2024-10-10 12:46:50 +020063
margaretha144be1a2024-08-09 15:38:40 +020064# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020065
margarethad59b34d2024-12-03 10:31:30 +010066- Remove corpusQuery param in the statistics web-service (close #758)
67- Moved NamedVCLoader to the init package
68- Clean up Spring XML configs
69- Fix some logging to write to file instead of stdout
Marc Kupietze4528ee2024-07-04 16:28:37 +020070- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethad59b34d2024-12-03 10:31:30 +010071- Unified ResourceFilters and SearchResourceFilters
72- Fixed supported versions in the configs & changed delimiter to comma
margaretha1df4f6d2024-07-12 13:45:52 +020073- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020074
margaretha1ef2a032024-06-11 11:39:57 +020075# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020076
margaretha46e2c952024-05-23 09:09:54 +020077- Added tests for the DNB scenario with custom max match
margarethad59b34d2024-12-03 10:31:30 +010078 and context size (#745)
79- Cleaned up named-vc
margarethad709be52024-06-05 11:31:41 +020080- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020081- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020082- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020083- Restrict registration info for plugins (solves #572)
margarethad59b34d2024-12-03 10:31:30 +010084- Removed redirect uri from InstalledPluginDto & updated tests
margaretha46e2c952024-05-23 09:09:54 +020085
margaretha21879752024-04-22 12:12:58 +020086# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010087
margarethad59b34d2024-12-03 10:31:30 +010088- Fixed jakarta validation error
margaretha387e4682024-03-22 11:26:29 +010089- Added openapi doc (#744)
90- Moved service.properties to src/main/resources/properties
91- Moved free-resources.json to src/main/resources/json
92- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +010093- Changed loading external kustvakt.conf and jdbc.properties
94 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +020095- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +020096- Setup vc-cache in the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +010097- Changed generating adminToken in the data folder (#598)
margaretha94b46fe2024-04-16 11:15:00 +020098- Moved disk store path cache_store into the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +010099- Fixed invalid signature of the uber jar
margaretha390f37d2024-04-22 12:07:34 +0200100- Updated configurations of the lite version to use the
101 data folder (#598)
margaretha67440722024-04-25 13:27:02 +0200102- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +0100103
margaretha28a53d12024-02-20 12:57:38 +0100104# version 0.73
margarethafbfe2872024-01-04 23:29:28 +0100105
margarethab06377e2024-01-30 11:06:35 +0100106- Moved the content of the full folder to the root folder
107- Removed Piwik
108- Removed unused libraries
109- Cleaned up spring configs
110- Updated Krill and Koral with new groupIds
111- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +0100112- Updated search Krill and removed Lucene
113- Updated readme
margarethab06377e2024-01-30 11:06:35 +0100114
115# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100116
117- Replaced javax.ws to jakarta.ws namespace (#648)
118- Upgrading Jersey 2.40 to 3.x (#646)
119- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
120- Replaced javax.persistence with jakarta.persistence (#648)
121- Migrate Hibernate 5 to 6 (#649)
122- Fix missing placeholders
123- Fixed conflicting jackson-jarxrs
124- Fixed conflicting commons-logging and spring jcl
125- Replaced javax.servlet with jakarta.servlet (#648)
126- Updated authorization services using Nimbus (#650)
127- Fixed BlockingFilter by replacing javax.annotation.Priority
128 with jakarta.annotation.Priority (#659, #648)
129- Replaced javax.annotation with jakarta.annotation
130- Enabled legacy support for authorization POST request
131- Changed OAuth2 token request using Nimbus (#650)
132- Removed Apache Oltu API from token requests (#650)
133- Removed OpenID
134- Fixed clearing cache
margarethad59b34d2024-12-03 10:31:30 +0100135- Fix JettyServerTest, init package, and some java docs
136- Make scope extraction more flexible
margarethafbfe2872024-01-04 23:29:28 +0100137- Updated token response using Nimbus (#650)
138- Remove Oltu request and validator implementations (#650)
139- Updated OAuth2 response handler (#650)
140- Fixed ShutdownHandler (fixed #708)
141- Fixed issues with multi-release jar (#706, #708)
142
143
144# version 0.71.1
145
146- Removed auditing (#611)
147- Removed old database configurations (#612)
148- Removed old tests
149- Removed unnecessary caches and methods in the authentication interface
150- Added total result cache (#599)
151- Fixed missing project.version in info web-service
152- Make sure totalResults and other numeric results are numbers (Kupietz)
153- Introduce CQP query language in Koral 0.41
154- Changed DB connection (fixed #670)
155- Resolved duplicate libraries
156- Fixed testing expiry access token
157- Fix lombok compile warning
margarethad59b34d2024-12-03 10:31:30 +0100158- Ensure the order of clean token tests
margarethafbfe2872024-01-04 23:29:28 +0100159
160# version 0.71
161
162- Renamed entity and service packages in core
163- Renamed web.controller package in core
164- Moved SearchNetworkEndpoint to core.service package
165- Merged lite into full
166- Merged core into full
167
168
169# version 0.70.1
170
171- Added data folder containing super_client_info and database
172 for mounting into docker
173- Added an error for missing redirect uri in a token request
174 when it has been included in the authorization request.
175- Added tests for VC sharing and for OAuth2 client using VC services
176- Added and updated VC controller tests
177- Moved hibernate.properties
178- Added maximum number of user persistent virtual corpora and queries
179
180# version 0.70
181
182- Support token array in matchinfo (fixes #570; diewald)
183- Updated VC list API and deprecated owner VC list (addressed #580)
184- Added user info web-service (solved #566)
185- Implemented configurable resource filters for search and match
186 info APIs (#539)
187- Added getting username from LDAP (#568)
188- Disabled LDAP auth provider and token API in the auth filter (#587)
189- Added LDAP log for users without idsC2Profile
margarethad59b34d2024-12-03 10:31:30 +0100190- Fixed log4j2 properties
margarethafbfe2872024-01-04 23:29:28 +0100191
192
193# version 0.69.3
194
195- Moved the service path of VC admin services to admin/vc (closed #543)
196- Added an admin service to load and cache system vc (solved #268)
197- Move oauth2 admin service path (closed #544)
198- Excluded admin service to load-cache VC from the test suite
199- Fixed refresh token expiry test
200- Fixed scope check in OAuth2 token request with refresh token
201
202# version 0.69.2
203
2042022-12-05
205- Upgrade version for E2E-simplified Docker images (diewald)
2062023-01-27
207- Updated client info API (replaced user authorization requirement with super
208 client authentication)
2092023-01-30
210- Made scope param required in authorization request (solved #508)
2112023-01-31
212- Allowed OAuth2 clients to use localhost as redirect URIs.
2132023-02-03
214- Fixed content-type in error responses by changing it to application/json
2152023-02-06
216- Allow admin access using admin token for the clean token API
2172023-02-10
218- Use admin filter instead of OAuth2 ADMIN scope
margarethad59b34d2024-12-03 10:31:30 +0100219- Added a plugin test
margarethafbfe2872024-01-04 23:29:28 +01002202023-02-15
221- Moved user-group retrieval API to UserGroupAdminController
margarethad59b34d2024-12-03 10:31:30 +0100222 and changed the service path URL of UserGroupAdminController
margarethafbfe2872024-01-04 23:29:28 +01002232023-02-20
224- Deprecate API token (JWT) web-service
225- Fixed Slf4J binding
2262023-02-28
227- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2282023-03-06
margarethad59b34d2024-12-03 10:31:30 +0100229- Fixed testing refresh token expiry
margarethafbfe2872024-01-04 23:29:28 +0100230
231
232# version 0.69.1
233
234- Upgrade version for docker including indexer (diewald)
235
236
237# version 0.69
238
239 - Migrated to Java 11 and Jersey 2
240 - Updated dependencies
241 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
242
243
244# version 0.68
245
2462022-05-25
247 - Added a new API: list plugins (e.g for marketplace)
248 - Added redirect URI validation in authorization request (addressed #374)
249 - Handled user-defined refresh token expiry (added in client info and
250 list API response)
251 - Added installed_plugins table
252 - Added a new API: install plugin
253 - Handled redundant plugin installation
254 - Handled super client id in plugin installation
255 - Deprecated UserClientDto and uses ClientinfoDto instead
256 - Updated redirect URI error message for coherence
2572022-05-27
258 - Added maximum limit to custom refresh token expiry
2592022-06-01
margarethad59b34d2024-12-03 10:31:30 +0100260 - Added new APIs: list user-installed plugins and uninstall plugin
margarethafbfe2872024-01-04 23:29:28 +0100261 - Moved install and list plugin APIs to PluginController and updated their
margarethad59b34d2024-12-03 10:31:30 +0100262 service paths under /plugins
margarethafbfe2872024-01-04 23:29:28 +01002632022-06-03
264 - Implemented searching option using a network endpoint
margarethad59b34d2024-12-03 10:31:30 +0100265 - Implemented initial super client registration for user authentication
266 - Fixed admin clean token API and restrict plugins to confidential only
margarethafbfe2872024-01-04 23:29:28 +0100267
268
269
270# version 0.67.1
271
2722022-05-12
273 - Implemented mapping of LDAP username to email
274 - Handled null parameters in authorization requests
2752022-05-25
276 - Fixed null client_id
277 - Updated ldap.config path in the kustvakt-test.conf
278
279
280# version 0.67
281
2822022-05-09
margarethad59b34d2024-12-03 10:31:30 +0100283 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections
284 - An embedded LDAP server can now be started automatically if configured accordingly
margarethafbfe2872024-01-04 23:29:28 +01002852022-05-11
286 - Changed the SQL script updating oauth2_client table
287
288
289# version 0.66
290
2912022-03-31
margarethad59b34d2024-12-03 10:31:30 +0100292 - Updated query and user-group name pattern
margarethafbfe2872024-01-04 23:29:28 +01002932022-04-08
margarethad59b34d2024-12-03 10:31:30 +0100294 - Added redirect_uri to client info API
margarethafbfe2872024-01-04 23:29:28 +01002952022-04-11
296 - Added registration_date, refresh_token_expiry, source and is_permitted
297 to the oauth2_client database table, and updated the OAuth2 client
margarethad59b34d2024-12-03 10:31:30 +0100298 registration mechanism
299 - Added authorization request with GET and deprecated that with POST
margarethafbfe2872024-01-04 23:29:28 +01003002022-04-13
301 - Updated OAuth2Client list API (added redirect_uri, registration_date,
margarethad59b34d2024-12-03 10:31:30 +0100302 permitted, source to OAuth2UserClientDto)
margarethafbfe2872024-01-04 23:29:28 +01003032022-04-20
margarethad59b34d2024-12-03 10:31:30 +0100304 - Updated authorization error response (Included error and error
margarethafbfe2872024-01-04 23:29:28 +0100305 description in the client redirect URI except for missing or
margarethad59b34d2024-12-03 10:31:30 +0100306 invalid client id or redirect URI)
margarethafbfe2872024-01-04 23:29:28 +0100307
308
309# version 0.65.2
310
3112022-03-03
margarethad59b34d2024-12-03 10:31:30 +0100312 - Removed VCLoader
313 - Added foreign keys to the DB tables of access and refresh token scopes
margarethafbfe2872024-01-04 23:29:28 +01003142022-03-07
margarethad59b34d2024-12-03 10:31:30 +0100315 - Added more parameter checks and OAuth2Client web-service tests
margarethafbfe2872024-01-04 23:29:28 +01003162022-03-17
margarethad59b34d2024-12-03 10:31:30 +0100317 - Updated admin filter by using admin token and role checks
margarethafbfe2872024-01-04 23:29:28 +01003182022-03-18
margarethad59b34d2024-12-03 10:31:30 +0100319 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens
margarethafbfe2872024-01-04 23:29:28 +01003202022-03-28
321 - Updated admin filter (admintoken as a form param) and uses
margarethad59b34d2024-12-03 10:31:30 +0100322 it for the closing index reader API
323 - Removed unused admin API: clear access token cache
margarethafbfe2872024-01-04 23:29:28 +01003242022-03-29
325 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
326
327# version 0.65.1
328
3292022-03-01
margarethad59b34d2024-12-03 10:31:30 +0100330 - Restricts the field retrieval web-service to admin only
margarethafbfe2872024-01-04 23:29:28 +0100331
332# version 0.65
333
334!!! includes security updates - please update all Kustvakt libraries
335!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
336
3372021-12-02
margarethad59b34d2024-12-03 10:31:30 +0100338 - Updated VC cache
margarethafbfe2872024-01-04 23:29:28 +01003392021-12-03
margarethad59b34d2024-12-03 10:31:30 +0100340 - Enabled listing system vc for authorized users
margarethafbfe2872024-01-04 23:29:28 +01003412021-12-08
margarethad59b34d2024-12-03 10:31:30 +0100342 - Removed koralQuery and statistics from VC list
margarethafbfe2872024-01-04 23:29:28 +0100343 - Added a web-service to retrieve KoralQuery of a VC
3442021-12-10
margarethad59b34d2024-12-03 10:31:30 +0100345 - [security] Updated log4j libs due to CVE-2021-44228
margarethafbfe2872024-01-04 23:29:28 +01003462021-12-13
margarethad59b34d2024-12-03 10:31:30 +0100347 - Fixed broken test suite
margarethafbfe2872024-01-04 23:29:28 +01003482022-01-03
349 - [security] More log4j security updates
350 - Bumped unboundid-ldapsdk
margarethad59b34d2024-12-03 10:31:30 +0100351 - Updated tests
margarethafbfe2872024-01-04 23:29:28 +01003522022-01-25
margarethad59b34d2024-12-03 10:31:30 +0100353 - Added show-tokens option to the search API
margarethafbfe2872024-01-04 23:29:28 +01003542022-01-31
margarethad59b34d2024-12-03 10:31:30 +0100355 - Added an API retrieving fields of a virtual corpus
margarethafbfe2872024-01-04 23:29:28 +0100356
357# version 0.64.1
358
3592021-10-26
margarethad59b34d2024-12-03 10:31:30 +0100360 - Bump Kustvakt and Krill versions
margarethafbfe2872024-01-04 23:29:28 +0100361
362
363# version 0.64
3642021-07-29
margarethad59b34d2024-12-03 10:31:30 +0100365 - Updated the change files and made a new version
margarethafbfe2872024-01-04 23:29:28 +01003662021-08-12
margarethad59b34d2024-12-03 10:31:30 +0100367 - Fixed errors due to missing query type and added tests
margarethafbfe2872024-01-04 23:29:28 +01003682021-08-13
margarethad59b34d2024-12-03 10:31:30 +0100369 - Fixed missing request entity
370 - Updated the query service to enable editing query references
margarethafbfe2872024-01-04 23:29:28 +01003712021-08-16
372 - Fixed creator param when storing query or VC by admins for
margarethad59b34d2024-12-03 10:31:30 +0100373 the system or other users
margarethafbfe2872024-01-04 23:29:28 +0100374
375# version 0.63.2
3762021-06-11
margarethad59b34d2024-12-03 10:31:30 +0100377 - Updated OAuth2 token length & secure random algorithm config
378 - Added character set filter to random code generator, e.g. for client_id
margarethafbfe2872024-01-04 23:29:28 +01003792021-06-14
margarethad59b34d2024-12-03 10:31:30 +0100380 - Updated roleId and super client parameters
margarethafbfe2872024-01-04 23:29:28 +01003812021-06-24
margarethad59b34d2024-12-03 10:31:30 +0100382 - Fixed broken test
margarethafbfe2872024-01-04 23:29:28 +01003832021-07-22
margarethad59b34d2024-12-03 10:31:30 +0100384 - Updated cache settings and some loggings
margarethafbfe2872024-01-04 23:29:28 +01003852021-07-26
386 - Replaced annotation parsing with restoring the annotation tables to the
margarethad59b34d2024-12-03 10:31:30 +0100387database
388 - Moved cache config to the full config
margarethafbfe2872024-01-04 23:29:28 +0100389
390# version 0.63.1
3912021-02-22
392 - Updated libraries (margaretha)
393 - Renamed virtual corpus to query (margaretha)
3942021-02-26
395 - Added query access roles and fixed vc access roles (margaretha)
396 - Added delete query webservice and tests (margaretha)
3972021-03-25
398 - Updated Koral version for Info Controller (margaretha)
399 - Updated OAuth2 token list with token type and user clientId
400parameters (margaretha)
4012021-03-29
402 - Added client type in the client list web-service. Resolved #58 (margaretha)
4032021-04-19
404 - Updated OAuth2Client JSON definition and controller tests (margaretha)
4052021-04-26
406 - Updated OAuth2 Client list (margaretha)
4072021-04-30
408 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
409 - Updated OAuth2 API responses for coherence (margaretha)
4102021-06-07
411 - Updated OAuth2 client dto (margaretha)
412
413# version 0.63
41426/10/2020
415 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
41629/10/2020
417 - Introduction of a query reference rewrite mechanism (diewald)
41830/10/2020
419 - Added database methods for storing query references (diewald)
42004/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100421 - Fix hibernate dialect for SQLite (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010042204/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100423 - Fix pipe warning (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010042414/01/2021
425 - Updated Flyway (margaretha)
42621/01/2021
427 - Fixed running pipe and updated tests with mockserver (margaretha)
42801/02/2021
429 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
43005/02/2021
431 - Add query reference web-service (diewald,margaretha)
43210/02/2021
433 - Fixed problem with multiple desktop apps (diewald, margaretha)
43412/02/2021
435 - Added listing available queries for users (margaretha)
43617/02/2021
437 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
438 - Added query and query language in virtual corpus table (margaretha)
43918/02/2021
440 - Set corpus access public for stored query (margaretha)
44119/02/2021
442 - Enabled API info web-service (margaretha)
443
444
445# version 0.62.4
44624/01/2020
447 - Removed salt from config and updated config files (margaretha)
44803/02/2020
449 - Added an admin API for clearing access token cache (margaretha)
45005/02/2020
451 - Added a config properties for a long-time access token expiry
452 and excluded refresh tokens for public clients in OAuth2 token
453 responses (margaretha)
454 - Removed client authentication from the client deregistration and
455 client-secret reset APIs (margaretha)
45604/03/2020
457 - Updated the sample index (diewald)
458
459# version 0.62.3
46003/12/2019
461 - Implemented pipe extension in the search API (margaretha)
46211/12/2019
463 - Added errors when requesting VC in caching process (margaretha,
464 resolved #47)
46512/12/2019
466 - Added support for multiple cq parameters (margaretha, resolved #46)
46713/12/2019
468 - Handled pipe errors and added tests (margaretha)
46919/12/2019
470 - Updated create update user-group API (margaretha)
47120/12/2019
472 - Removed transactional annotations from simple select queries (margaretha)
473 - Updated free resource controller (margaretha)
47415/01-2020
475 - Added additional statistic figures to virtual corpus info API
476 response (margaretha)
477
478# version 0.62.2
47917/10/2019
margarethad59b34d2024-12-03 10:31:30 +0100480 - Handled vulnerability CVE-2019-17195 (margaretha)
margarethafbfe2872024-01-04 23:29:28 +01004818/11/2019
482 - Added user-group name pattern (margaretha, issue #33)
48311/11/2019
484 - Updated user group service paths and replaced groupId with groupName
485 (margaretha, resolved #33)
48612/11/2019
487 - Removed UserGroupJson & updated listUserGroups and createUserGroup
488 services (margaretha)
489 - Added prefixes to username and groupname parameters in service paths
490 (margaretha, resolved #35)
49113/11/2019
492 - Added tests for issue #43 (margaretha)
49314/11/2019
494 - Added client description and URL to list-authorized-clients service
495 (margaretha, close #53)
496 - Implemented a service to list clients registered by a user (margaretha,
497 close #52)
498 - Added a check for OAuth2 client, VC, and group name length (margaretha)
49915/11/2019
500 - Merged list authorized client and list registered client services
501 (margaretha)
50221/11/2019
503 - Added a service to list active refresh tokens of a user (margaretha)
504 - Added username filtering to token revocation service via super client
505 (margaretha)
50626/11/2019
507 - Added a service to revoke a single refresh token via super client
508 (margaretha)
509
510# version 0.62.1
51108/07/2019
512 - Added tests for public metadata response in search api (margaretha,
513 issue #43)
514 - Disabled some tests of unused/disabled web-services (margaretha)
51507/08/2019
516 - Fixed missing scopes after requesting access token with refresh token
517 (margaretha)
518 - Fixed post requests with status OK and empty body (margaretha)
51907/08/2019
520 - Added users to hidden group when searching in a published VC (margaretha,
521 resolved #40)
52215/08/2019
523 - Updated the response statuses of VC PUT requests (margaretha)
524
525# version 0.62
52628/02/2019
527 - Removed old VC controllers and updated tests (margaretha, issue #34)
528 - Updated VC access controllers (margaretha)
52919/03/2019
530 - Added close index controller (margaretha)
53111/04/2019
532 - Fixed unknown authentication scheme, missing VC entity, and parameter
533 checker (margaretha)
534 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
535 unique group name and unknown VC access (margaretha)
53627/06/2019
537 - Handled LDAP errors, fixed #45 (margaretha)
53803/07/2019
539 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
540 - Changed the response media-type of authentication controllers (margaretha)
541 - Fixed bugs: allow guest to retrieve system VC,
542 remove VC from cache when it is deleted (margaretha)
54304/07/2019
544 - Updated VC name pattern and tests (margaretha)
545
546# version 0.61.6
54704/02/2019
548 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
549 - Updated client deregistration behavior (margaretha)
55005/02/2019
551 - Added delete-group-by-name controller (margaretha)
552 - Added unique index to group name (margaretha)
55306/02/2019
554 - Updated a user setting test using array for multiple values (margaretha)
555 - Added metadata controller tests (margaretha)
55618/02/2019
557 - Fixed tests (margaretha)
558 - Updated handling errors from Koral (margaretha)
55919/02/2019
560 - Added fields to metadata controller (margaretha, issue #39)
561
562# version 0.61.5
56317/12/2018
564 - Added a search timeout test (margaretha)
56518/12/2018
566 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
56708/01/2019
568 - Improved predefined vc caching (issue #28, margaretha)
56909/01/2019
570 - Added comments (margaretha)
571 - Updated code structure (margaretha)
57211/01/2019
573 - Degraded API version to 1.0 (margaretha)
574 - Added OAuth2 client info tests (margaretha)
57514/01/2019
576 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
57716/01/2019
578 - Added a PUT request for both creating and editing vc (margaretha)
579 - Added aliases to some VC controllers (margaretha)
580 - Merged VC access list controllers (margaretha)
58121/01/2019
582 - Removed codes related to user registration & password management (margaretha)
58322/01/2019
584 - Added create, edit, retrieve user default setting controllers (margaretha)
58522/01/2019
586 - Updated default setting controllers & added tests (margaretha)
587 - Added delete key in setting controllers (margaretha)
58823/01/2019
589 - Added default setting key validation (margaretha)
590 - Fixed UserdataTest (margaretha)
59124/01/2019
592 - Added default setting key validation & fixed UserdataTest (margaretha)
59325/01/2019
594 - Added VC reference and MapUtil tests (margaretha)
59528/01/2019
596 - Fixed username verification in DefaultSettingService (margaretha)
597 - Added foundry rewrite with user default setting (margaretha)
598 - Added default foundry for morphology layer (margaretha)
59929/01/2019
600 - Fixed share VC type (margaretha)
601 - Added delete setting controller (margaretha)
602 - Handled "no resource found" cases (margaretha, issue #37)
60330/01/2019
604 - Added server shutdown description in readme (margaretha)
605
606# version 0.61.4
60714/11/2018
608 - Integrated lite and full services and controllers in core (margaretha)
60921/11/2018
610 - Updated OAuth2 refresh token request to create a new refresh token and
611 revoke the old one per request (margaretha)
61228/11/2018
613 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
614 - Handled storing cached VC with VC reference (margaretha)
61529/11/2018
616 - Added a controller for listing user clients having active refresh tokens
617 (margaretha)
6186/12/2018
619 - Added debug flags to mitigate log4j debugging performance (margaretha)
620 - Fixed KoralNode at() method (margaretha)
62111/12/2018
622 - Implemented revoking all tokens of a user client via a super client
623 (margaretha)
624 - Removed document controllers and KustvaktResource (margaretha)
625 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
626
627
628# version 0.61.3
62917/10/2018
630 - Updated NamedVCLoader to be optional (margaretha)
631 - Updated annotation tables & implemented key-value structure (margaretha)
632 - Added annotation parser for annotation data from kalamar (margaretha)
633 - Implemented parsing free resource info from json (margaretha)
63422/10/2018
635 - Updated jetty, spring and hibernate versions (margaretha)
636 - Fixed the order of annotation keys and values, and added tests (margaretha)
637 - Fixed resource DAO & added tests (margaretha)
63824/10/2018
639 - Fixed query serialization service (margaretha)
640 - Added "highlights" parameter to matchInfo controller (margaretha)
641 - Added "fields" parameter to search controllers (margaretha)
642 - Integrated lite controllers, services and tests in full version (margaretha)
64329/10/2018
644 - Moved javax.servlet-api to core (margaretha)
64507/11/2018
646 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
64713/11/2018
648 - Added Shutdown handler to Jetty server (margaretha)
649 - Fixed storing VC order in NamedVCLoader (margaretha)
650
651# version 0.61.2
65212/09/2018
653 - Added various log4j2 configurations (margaretha)
65413/09/2018
655 - Implemented VirtualCorpusRewrite (margaretha)
65614/09/2018
657 - Fixed SpringJerseyTest ApplicationContext (margaretha)
658 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
659 - Enabled VCReferenceTest in maven test suite (margaretha)
66018/09/2018
661 - Handled unique constraints / inserting duplicate items to DB (margaretha)
662 - Added a controller for editing user group member roles (margaretha)
66319/09/2018
664 - Fixed cached-VC ref with username (margaretha)
665
666# version 0.61.1
66728/08/2018
668 - Added API URL versioning (margaretha)
669 - Deactivated IdRewrite (margaretha)
670 - Fixed kustvakt controller (margaretha)
67130/08/2018
672 - Fixed root packages & added api version properties in kustvakt.conf
673 (margaretha)
674 - Fixed versioning in SearchController (margaretha)
675 - Added API versioning tests (margaretha)
676
677# version 0.61.0
678
67902/08/2018
680 - Added VC reference tests (margaretha)
681 - Implemented loading and caching named VCs (margaretha)
68203/08/2018
683 - Implemented OAuth2 revoke token (margaretha)
684 - Updated OAuth2 refresh token implementation (margaretha)
68514/08/2018
686 - Implemented revoke all OAuth2 access tokens and authorization codes of
687 client users when deregistering/deleting a client (margaretha)
688 - Fixed update OAuth2 access token (margaretha)
689 - Implemented reset client secret (margaretha)
690 - Fixed revoking latest access token when refreshing OAuth2 access token
691 (margaretha)
69215/08/2018
693 - Implemented OAuth2 client info controller (margaretha)
694 - Implemented update OAuth2 client privilege controller for admins
695 (margaretha)
696 - Implemented unlimited authorization scope for super clients with OAuth2
697 password grant (margaretha)
698 - Marked native clients implementation to deprecated in favour of super
699 clients (margaretha)
700 - Enabled using Bearer tokens as user authentication tokens (Authorization
701 header value) for many controllers including OAuth2 controllers (margaretha)
70216/08/2018
703 - Implemented degrading super clients (margaretha)
704 - Improved and added OAuth2 tests (margaretha)
70521/08/2018
706 - Added VC name pattern check (margaretha)
70722/08/2018
708 - Implemented loading VC from gz files (margaretha)
709 - Updated OAuth2 authorization codes' & access tokens' expiry check
710 (margaretha)
71123/08/2018
712 - Updated RefreshToken implementations with separate DB tables (margaretha)
713 - Allows multiple access tokens per refresh token (margaretha)
71427/08/2018
715 - Added statistic with VC reference tests (margaretha)
716 - Fixed OAuth2 SQL files (margaretha)
71728/08/2018
718 - Added c3p0 datasource configuration to Spring default-config-xml
719 (margaretha)
720 - Added running Kustvakt server with custom spring config in the readme
721 (margaretha)
722 - Removed old OAuth2 codes (margaretha)
723 - Moved non-config test codes to misc (margaretha)
724
725
726# version 0.60.5
727
72809/07/2018
729 - Added service layer to the search controller (margaretha)
730 - Added OAuth2 scope checking in search and VC controllers (margaretha)
731 - Added handling OAuth2 bearer token for VC access and User group
732 controllers (margaretha)
733 - Added default scope to password grant (margaretha)
73410/07/2018
735 - Made createBasicAuthorizationHeaderValue static (margaretha)
736 - Added store access token in openID token service (margaretha)
737 - Fixed empty scope in openID authorization and token service (margaretha)
738 - Implemented storing authorization code in cache (margaretha)
73911/07/2018
740 - Fixed authentication time in authentication controller (margaretha)
741 - Added OAuth2 access token tests (margaretha)
74212/07/2018
743 - Updated maven surefire setting for faster test suite runtime (margaretha)
744 - Implemented refreshing OAuth2 access token (margaretha)
74526/07/2018
746 - Fixed issue #27 (margaretha)
74702/08/2018s
748 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
749
750
751# version 0.60.4
752
75305/07/2018
754 - implemented OAuth2 authorization code request with OpenID Authentication
755 (margaretha)
756 - enabled OAuth2 authorization without OpenID authentication using Nimbus
757 library (margaretha)
758 - implemented response handler for OpenID authentication errors in authorization
759 requests (margaretha)
760 - added tests regarding OpenID authentication in authorization requests
761 (margaretha)
762 - implemented OAuth2 authorization error response via redirect URI instead of
763 JSON (margaretha)
764 - added state to OAuth2 authorization error response (margaretha)
765 - implemented OpenID token service for authorization code flow (margaretha)
766 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
767 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
768 keys (margaretha)
769 - implemented OpenId configuration (margaretha)
770 - added authentication time and support for auth_time in id_token (margaretha)
771 - implemented support for nonce and max_age parameters in OpenID authentication
772 (margaretha)
773 - implemented OAuth2 token request with password grant using Nimbus library
774 (margaretha)
775 - updated redirect URI validator (margaretha)
776 - updated client registration requirement to allow desktop applications
777 (margaretha)
778 - fixed RSA key configuration (margaretha)
779 - merged OAuth2 client deregistration controllers (margaretha)
780 - fixed OAuth2 client unique URL-hashcode (margaretha)
781 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
782 - Added support for unrestricted corpus statistics (ndiewald)
783 - updated paths of user-group deletion-controllers (margaretha)
784 - Do not pass broken queries to Krill (diewald)
785 - added OAuth2 token request with client authentication via Authorization
786 header (margaretha)
787 - added port checking in test suite (margaretha)
788
789# version 0.60.3
790
79106/06/2018
792 - improved user authentication by using authentication filter for authorization
793 code request (margaretha)
794 - limited client authentication to client id checking in authorization code
795 request (margaretha)
796 - added user_id in the oauth2_access_token database table (margaretha)
797 - implemented OAuth2Authentication provider for token context management
798 (margaretha)
799 - added parameter checking for authorization DAO (margaretha)
800 - added controller tests using OAuth2 access token (margaretha)
801 - added database tables for MySQL (margaretha)
802 - updated JWT library and related codes (margaretha)
803
804# version 0.60.2
805
80603/05/2018
807 - implemented OAuth2 client registration (margaretha)
808 - implemented OAuth2 client authentication (margaretha)
809 - changed virtual corpus search to retrieval (margaretha)
810 - implemented public client deregistration task (margaretha)
811 - added client registration and deregistration tests (margaretha)
812 - implemented confidential client deregistration task (margaretha)
813 - fixed storing client secret (margaretha)
814 - implemented OAuth2 response handler (margaretha)
815 - implemented OAuth2 request access token with client credentials grant
816 (margaretha)
817 - implemented OAuth2 request access token with resource owner password grant
818 (margaretha)
819 - implemented OAuth2 authorization code request (margaretha)
820 - added OAuth2 error codes (margaretha)
821 - added OAuth2 authorization, scope and access token tables for SQLite
822 (margaretha)
823 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
824 - implemented OAuth2 request access token with authorization code grant
825 (margaretha)
826 - added setting default scopes in the config file (margaretha)
827 - fixed loading spring config multiple times in the test suite (margaretha)
828 - added SQLite created_date trigger for access token (margaretha)
829 - added a join table for access token scopes (margaretha)
830 - added access scopes handling (margaretha)
831 - added tests about request token with authorization code (margaretha)
832
833# version 0.60.1
834
83528/03/2018
836 - added admin-related SQL codes (margaretha)
837 - updated AdminDao (margaretha)
838 - added optional username query parameter to group list controller (margaretha)
839 - fixed non hierarchical URI of kustvakt conf files (margaretha)
840 - added delete group member triggers (margaretha)
841 - added list user-group by username and status for system admin (margaretha)
842 - added user-group status in user-group DTO (margaretha)
843 - added check for hidden groups in user-group tests (margaretha)
844 - added database trigger test on deleting members when deleting group
845 (margaretha)
846 - renamed VC type PREDEFINED to SYSTEM (margaretha)
847 - added VC list controller for system admin (margaretha)
848 - added VC controller tests with for system admin (margaretha)
849 - added hidden access removal when deleting published VC (margaretha)
850 - added check for hidden groups in VC controller tests (margaretha)
851 - added search user-group controller (margaretha)
852 - removed createdBy from VirtualCorpusJson (margaretha)
853 - moved member role setting from the invitation phase to the after-subscription
854 phase (margaretha)
855 - added member role removal after deleting members (margaretha)
856 - added add and delete member role controllers (margaretha)
857
858# version 0.60
859
86014/03/2018
861 - set up mail settings using localhost port 25 (margaretha)
862 - added mail template in kustvakt configuration (margaretha)
863 - added mail settings to readme (margaretha)
864 - disabled email notification for auto group (margaretha)
865 - added metadata retrieval (diewald)
866 - enabled custom implementation for email address retrieval (margaretha)
867 - removed old policy and deprecated code (margaretha)
868 - moved authentication related code to /full (margaretha)
margarethad59b34d2024-12-03 10:31:30 +0100869 - added userRoles attribute to UserGroupDto (margaretha)
margarethafbfe2872024-01-04 23:29:28 +0100870 - fixed sqlite trigger (margaretha)
871 - fixed member exist error message (margaretha)
872 - fixed member invitation to join deleted group (margaretha)
873 - added checking deleted group (margaretha)
874
875# version 0.59.10
876
87720/02/2018
878 - added sort VC by id (margaretha)
879 - added test cases regarding VC sharing (margaretha)
880 - implemented withdraw VC from publication (margaretha)
881 - added Changes file (margaretha)
882 - implemented add/invite users to group (margaretha)
883 - implemented delete user-group and member tasks (margaretha)
884 - added userMemberStatus in group lists (margaretha)
885 - updated and added SQL test data (margaretha)
886 - added user group related tests (margaretha)
887 - implemented custom configuration for deleting user groups and members (margaretha)
888 - updated library versions and java environment (margaretha)
889 - added expiration time check for member invitation (margaretha)
890 - moved .properties files (margaretha)
891 - merged changelog file to Changes (margaretha)
892 - updated status codes and error messages to be more detailed (margaretha)
893 - testing mail implementation using embedded jetty jndi (margaretha)
894 - fixed collection rewrite regarding OR operation with other fields
895 (margaretha)
896 - implemented sending mail using spring injection and removed jetty jndi
897 (margaretha)
898 - fixed unrecognized application/json (margaretha)
899 - fixed and updated velocity template (margaretha)
900
901# version 0.59.9
902
90319/01/2018
904 - restructured basic authentication (margaretha)
905 - fixed AuthenticationException to include authentication scheme (margaretha)
906 - fixed rewrite redundancy in collection rewrite (margaretha)
907 - fixed foundry rewrite for constituents (margaretha)
908 - introduced authentication methods, schemes and tokens (margaretha)
909 - implemented collection rewrite with multiple licenses (margaretha)
910 - fixed foundry rewrite for korap span without wrap node (margaretha)
911 - implemented list user group (margaretha)
912 - implemented delete VC task (margaretha)
913 - implemented create user-group, subscribe to user-groups, unsubscribe to
914 user-groups tasks(margaretha)
915 - fixed handling JSON mapping exception for missing enums (margaretha)
916 - implemented list VC task (margaretha)
917 - added KoralQuery in VC lists (margaretha)
918 - implemented edit VC task (margaretha)
919 - implemented publish VC task (margaretha)
920 - implemented share VC task (margaretha)
921 - implemented list only owned VC task (margaretha)
922 - implemented list VC access task (margaretha)
923 - implemented search VC by id task (margaretha)
924 - implemented delete VC access (margaretha)
925 - implemented search for project VC (margaretha)
926 - added search VC related tests (margaretha)
927 - removed PredefinedUserGroup.ALL and related codes (margaretha)
928 - implemented search for published VC (margaretha)
929
930# version 0.59.8
931
93221/09/2017
933 - restructured statistics service (margaretha)
934 - removed deprecated loader codes and tests (margaretha)
935 - removed old Spring java configurations (margaretha)
936 - implemented entity classes for the new database (margaretha)
937 - added MySQL codes regarding VC and for testing (margaretha)
938 - added dao methods regarding VC (margaretha)
939 - added similar SQL codes (to MySQL) for sqlite (margaretha)
940 - added dao methods regarding user groups (margaretha)
941 - restructured web-service codes into controller and logic/business-service
942 (margaretha)
943 - implemented user role and privilege, and added tests (margaretha)
944 - prepared test suite using new database (margaretha)
945 - implemented UserGroupDao and tests (margaretha)
946 - fixed missing exceptions in JsonUtils (margaretha)
947 - restructured web filters and authentication codes (margaretha)
948 - implemented create/store VC (margaretha)
949 - fixed collection rewrite bug regarding availability with operation or
950 (margaretha)
951
952# version 0.59.7
953
95413/10/2016
955 - MOD: updated search to use new siglen (diewald)
956 - MOD: fixed matchinfo retrieval in light service (diewald)
957
95805/05/2015
959 - ADD: rest test suite for user service (hanl)
960 - MOD: setup parameter modification (hanl)
961 - ADD: oauth2 client unique constraint (hanl)