blob: 8a5d2aa405869a260b8b3c1b1b518da21a0cdf1b [file] [log] [blame]
margaretha287cf862025-05-22 13:16:06 +02001# version 0.78
2
3- Renamed free resource to resource.
margaretha663752e2025-05-23 10:35:04 +02004- Add required access to resources.
5- Determine corpus access dynamically using koralQuery for resources without
6 predefined required_access.
margaretha2dee9322025-05-27 10:21:07 +02007- Added useful VC (https://korap.ids-mannheim.de/doc/corpus) to resources.json.
margaretha287cf862025-05-22 13:16:06 +02008
margarethaf851bbe2025-05-02 10:15:41 +02009# version 0.77
margaretha5b067882025-03-21 09:51:38 +010010
11- Update statistics in VC info and list web-services to use VC cache (referTo)
12 instead of the original KoralQuery definitions (#791).
margaretha9b754d72025-04-01 12:46:18 +020013- Setup system-vc in Initializator instead of using SQL for testing #793
margaretha9c6058a2025-03-24 09:44:11 +010014- Setup creating nemo-vc in VirtualCorpusTestBase instead of using SQL
margaretha9b754d72025-04-01 12:46:18 +020015 for testing #793
margarethaec884172025-03-24 10:14:26 +010016- Setup creating dory-vc in VirtualCorpusTestBase instead of using SQL
margaretha9b754d72025-04-01 12:46:18 +020017 for testing #793
margaretha9767b7e2025-03-24 10:36:23 +010018- Setup creating group-vc in VirtualCorpusTestBase instead of using SQL
margaretha9b754d72025-04-01 12:46:18 +020019 for testing #793
margarethab3ae95a2025-03-24 11:40:52 +010020- Setup creating marlin-vc and published-vc in VirtualCorpusTestBase
margaretha9b754d72025-04-01 12:46:18 +020021 instead of using SQL for testing #793
margaretha3a6b0a12025-03-27 08:32:07 +010022- Fixed request URI at OAuth2 token request API.
margaretha398be242025-03-28 18:04:58 +010023- Improved delete VC tests.
margaretha9b754d72025-04-01 12:46:18 +020024- Add VC rewrite for statistics web-service (#796)
margaretha29060842025-04-07 09:09:42 +020025- Updated other config files:
26 - Added statisticsRewriteHandler and queryContextRewrite,
27 - changed file locations to the data folder,
28 - removed unused beans (cacheManager, sqliteDataSource)
margarethaa25e9622025-04-14 10:23:35 +020029- Fix landingPage in the free resource web-service (#799)
30- Add pid for resource and use it as resourceId when available #798
31- Changed institution to IDS Mannheim.
margaretha335abd92025-05-02 10:11:29 +020032- Fix loading Spring XML config for DNB & ICC tests.
margarethaa25e9622025-04-14 10:23:35 +020033
margaretha5b067882025-03-21 09:51:38 +010034
margaretha9a1b4ba2025-03-18 11:56:05 +010035# version 0.76
margarethac20741a2024-11-13 12:59:18 +010036
margarethab4472102024-11-13 13:15:36 +010037- Add institution & landingPage to the resource web-service (#777)
margarethab30b0152024-11-15 14:06:00 +010038- Make URL mandatory for plugin registration (#573)
margaretha90dca022024-11-19 09:25:40 +010039- Remove hidden group from test database
margaretha9d820462024-11-25 16:11:57 +010040- Implemented QueryContextRewrite (#755)
41- Replace operation:insertion with operation:injection (#778)
margarethabf09b192024-12-02 15:40:44 +010042- Update VirtualCorpusRewrite Remove Owner (#779)
margarethad59b34d2024-12-03 10:31:30 +010043- Add source to QueryReferenceRewrite (#783) and VirtualCorpusRewrite (#780)
44- Use operation:override in virtual corpus (reference) rewrite (#780)
margarethad5799ae2024-12-04 11:40:19 +010045- Use operation:override in query reference rewrite (#783)
margaretha82c75c22024-12-11 09:36:50 +010046- Fixed availability regex for all access in the config (important to correctly
47 determine required access of stored VC)
margarethac105e2f2024-12-19 09:55:46 +010048- Rename CollectionRewrite to AvailabilityRewrite
margarethad9e43ec2024-12-20 12:11:43 +010049- Improve AvailabilityRewrite and implement operation:override (#781)
margarethab9b317d2025-01-23 15:13:47 +010050- Disabled mysql connector Java due to CVE-2023-22102
margaretha377c0182025-01-30 09:10:37 +010051- Replace origin with editor in rewrites (#782)
margaretha8489f862025-02-05 11:32:16 +010052- Update scope and add _comment as discussed in #782
margaretha4d06c122025-03-05 10:43:16 +010053- Changed source to original #782
margarethaee0b5732025-03-18 09:41:10 +010054- Change JsonInclude to non default to hide VC statistics when not computed
margaretha82c75c22024-12-11 09:36:50 +010055
margarethab4472102024-11-13 13:15:36 +010056
margaretha34595a52024-10-28 08:54:10 +010057# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +020058
59- Alter role and remove privilege database tables (#763)
60- Update user-group and user-group member web-services (#763)
61- Remove edit member role web-service (#763)
62- Remove query access table (#763)
63- Remove query access admin, merged with user-group admin (#763)
64- Update share-query and query-access web-services (#763)
65- Add new web-service: delete role by query and group (#763)
66- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020067- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020068- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020069- Removed deleted_by from user_group and user_group_member tables (#764)
70- Removed created_by, status and status_date from user_group_member table (#764)
71- Removed GroupMemberStatus (#764)
72- Replace invite and subscribe to add member (#764)
73- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020074- Added deprecation messages to deprecated services
75- Removed mail configuration (#764)
margarethad59b34d2024-12-03 10:31:30 +010076- Deprecate VC access deletion
77- Change default port to 8089
78- Disallow scope all for non super clients
79- Added config for total result cache and fixed inconsistency (#774)
80- Changed memberUsername to member in the new member-role-addition web-service
81- Removed user-privileges from user-group list response
margaretha987a0512024-10-23 11:19:29 +020082- Added role names to user-group list
margarethad59b34d2024-12-03 10:31:30 +010083- Added not-timeExceeded to the totalResult constraints
84- Replace EDIT_VC occurrences with CREATE_VC, and removed it
85- Fixed administrative user group retrieval to return groups with empty members
margaretha83cdf7f2024-10-23 10:50:29 +020086
margaretha34c9fba2024-08-09 17:44:03 +020087
Akron7ba60862024-08-09 16:55:01 +020088# version 0.74.1-SNAPSHOT
89
margarethad59b34d2024-12-03 10:31:30 +010090- Switch Docker image to temurin (diewald)
margaretha64755022024-06-18 10:30:59 +020091- - Introduce filter_by and deprecate authorized_only in OAuth2
92 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020093
margarethaac09c4f2024-10-10 12:46:50 +020094# version 0.74 hot-fix
95
margarethad59b34d2024-12-03 10:31:30 +010096- Removed admin & owner restriction on client info access
margarethaac09c4f2024-10-10 12:46:50 +020097- Removed registered_by and restrict registration_date to admin/owner-
margarethad59b34d2024-12-03 10:31:30 +010098 only
margarethaac09c4f2024-10-10 12:46:50 +020099
margaretha144be1a2024-08-09 15:38:40 +0200100# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +0200101
margarethad59b34d2024-12-03 10:31:30 +0100102- Remove corpusQuery param in the statistics web-service (close #758)
103- Moved NamedVCLoader to the init package
104- Clean up Spring XML configs
105- Fix some logging to write to file instead of stdout
Marc Kupietze4528ee2024-07-04 16:28:37 +0200106- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethad59b34d2024-12-03 10:31:30 +0100107- Unified ResourceFilters and SearchResourceFilters
108- Fixed supported versions in the configs & changed delimiter to comma
margaretha1df4f6d2024-07-12 13:45:52 +0200109- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +0200110
margaretha1ef2a032024-06-11 11:39:57 +0200111# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +0200112
margaretha46e2c952024-05-23 09:09:54 +0200113- Added tests for the DNB scenario with custom max match
margarethad59b34d2024-12-03 10:31:30 +0100114 and context size (#745)
115- Cleaned up named-vc
margarethad709be52024-06-05 11:31:41 +0200116- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +0200117- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +0200118- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +0200119- Restrict registration info for plugins (solves #572)
margarethad59b34d2024-12-03 10:31:30 +0100120- Removed redirect uri from InstalledPluginDto & updated tests
margaretha46e2c952024-05-23 09:09:54 +0200121
margaretha21879752024-04-22 12:12:58 +0200122# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +0100123
margarethad59b34d2024-12-03 10:31:30 +0100124- Fixed jakarta validation error
margaretha387e4682024-03-22 11:26:29 +0100125- Added openapi doc (#744)
126- Moved service.properties to src/main/resources/properties
127- Moved free-resources.json to src/main/resources/json
128- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +0100129- Changed loading external kustvakt.conf and jdbc.properties
130 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +0200131- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +0200132- Setup vc-cache in the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +0100133- Changed generating adminToken in the data folder (#598)
margaretha94b46fe2024-04-16 11:15:00 +0200134- Moved disk store path cache_store into the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +0100135- Fixed invalid signature of the uber jar
margaretha390f37d2024-04-22 12:07:34 +0200136- Updated configurations of the lite version to use the
137 data folder (#598)
margaretha67440722024-04-25 13:27:02 +0200138- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +0100139
margaretha28a53d12024-02-20 12:57:38 +0100140# version 0.73
margarethafbfe2872024-01-04 23:29:28 +0100141
margarethab06377e2024-01-30 11:06:35 +0100142- Moved the content of the full folder to the root folder
143- Removed Piwik
144- Removed unused libraries
145- Cleaned up spring configs
146- Updated Krill and Koral with new groupIds
147- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +0100148- Updated search Krill and removed Lucene
149- Updated readme
margarethab06377e2024-01-30 11:06:35 +0100150
151# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100152
153- Replaced javax.ws to jakarta.ws namespace (#648)
154- Upgrading Jersey 2.40 to 3.x (#646)
155- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
156- Replaced javax.persistence with jakarta.persistence (#648)
157- Migrate Hibernate 5 to 6 (#649)
158- Fix missing placeholders
159- Fixed conflicting jackson-jarxrs
160- Fixed conflicting commons-logging and spring jcl
161- Replaced javax.servlet with jakarta.servlet (#648)
162- Updated authorization services using Nimbus (#650)
163- Fixed BlockingFilter by replacing javax.annotation.Priority
164 with jakarta.annotation.Priority (#659, #648)
165- Replaced javax.annotation with jakarta.annotation
166- Enabled legacy support for authorization POST request
167- Changed OAuth2 token request using Nimbus (#650)
168- Removed Apache Oltu API from token requests (#650)
169- Removed OpenID
170- Fixed clearing cache
margarethad59b34d2024-12-03 10:31:30 +0100171- Fix JettyServerTest, init package, and some java docs
172- Make scope extraction more flexible
margarethafbfe2872024-01-04 23:29:28 +0100173- Updated token response using Nimbus (#650)
174- Remove Oltu request and validator implementations (#650)
175- Updated OAuth2 response handler (#650)
176- Fixed ShutdownHandler (fixed #708)
177- Fixed issues with multi-release jar (#706, #708)
178
179
180# version 0.71.1
181
182- Removed auditing (#611)
183- Removed old database configurations (#612)
184- Removed old tests
185- Removed unnecessary caches and methods in the authentication interface
186- Added total result cache (#599)
187- Fixed missing project.version in info web-service
188- Make sure totalResults and other numeric results are numbers (Kupietz)
189- Introduce CQP query language in Koral 0.41
190- Changed DB connection (fixed #670)
191- Resolved duplicate libraries
192- Fixed testing expiry access token
193- Fix lombok compile warning
margarethad59b34d2024-12-03 10:31:30 +0100194- Ensure the order of clean token tests
margarethafbfe2872024-01-04 23:29:28 +0100195
196# version 0.71
197
198- Renamed entity and service packages in core
199- Renamed web.controller package in core
200- Moved SearchNetworkEndpoint to core.service package
201- Merged lite into full
202- Merged core into full
203
204
205# version 0.70.1
206
207- Added data folder containing super_client_info and database
208 for mounting into docker
209- Added an error for missing redirect uri in a token request
210 when it has been included in the authorization request.
211- Added tests for VC sharing and for OAuth2 client using VC services
212- Added and updated VC controller tests
213- Moved hibernate.properties
214- Added maximum number of user persistent virtual corpora and queries
215
216# version 0.70
217
218- Support token array in matchinfo (fixes #570; diewald)
219- Updated VC list API and deprecated owner VC list (addressed #580)
220- Added user info web-service (solved #566)
221- Implemented configurable resource filters for search and match
222 info APIs (#539)
223- Added getting username from LDAP (#568)
224- Disabled LDAP auth provider and token API in the auth filter (#587)
225- Added LDAP log for users without idsC2Profile
margarethad59b34d2024-12-03 10:31:30 +0100226- Fixed log4j2 properties
margarethafbfe2872024-01-04 23:29:28 +0100227
228
229# version 0.69.3
230
231- Moved the service path of VC admin services to admin/vc (closed #543)
232- Added an admin service to load and cache system vc (solved #268)
233- Move oauth2 admin service path (closed #544)
234- Excluded admin service to load-cache VC from the test suite
235- Fixed refresh token expiry test
236- Fixed scope check in OAuth2 token request with refresh token
237
238# version 0.69.2
239
2402022-12-05
241- Upgrade version for E2E-simplified Docker images (diewald)
2422023-01-27
243- Updated client info API (replaced user authorization requirement with super
244 client authentication)
2452023-01-30
246- Made scope param required in authorization request (solved #508)
2472023-01-31
248- Allowed OAuth2 clients to use localhost as redirect URIs.
2492023-02-03
250- Fixed content-type in error responses by changing it to application/json
2512023-02-06
252- Allow admin access using admin token for the clean token API
2532023-02-10
254- Use admin filter instead of OAuth2 ADMIN scope
margarethad59b34d2024-12-03 10:31:30 +0100255- Added a plugin test
margarethafbfe2872024-01-04 23:29:28 +01002562023-02-15
257- Moved user-group retrieval API to UserGroupAdminController
margarethad59b34d2024-12-03 10:31:30 +0100258 and changed the service path URL of UserGroupAdminController
margarethafbfe2872024-01-04 23:29:28 +01002592023-02-20
260- Deprecate API token (JWT) web-service
261- Fixed Slf4J binding
2622023-02-28
263- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2642023-03-06
margarethad59b34d2024-12-03 10:31:30 +0100265- Fixed testing refresh token expiry
margarethafbfe2872024-01-04 23:29:28 +0100266
267
268# version 0.69.1
269
270- Upgrade version for docker including indexer (diewald)
271
272
273# version 0.69
274
275 - Migrated to Java 11 and Jersey 2
276 - Updated dependencies
277 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
278
279
280# version 0.68
281
2822022-05-25
283 - Added a new API: list plugins (e.g for marketplace)
284 - Added redirect URI validation in authorization request (addressed #374)
285 - Handled user-defined refresh token expiry (added in client info and
286 list API response)
287 - Added installed_plugins table
288 - Added a new API: install plugin
289 - Handled redundant plugin installation
290 - Handled super client id in plugin installation
291 - Deprecated UserClientDto and uses ClientinfoDto instead
292 - Updated redirect URI error message for coherence
2932022-05-27
294 - Added maximum limit to custom refresh token expiry
2952022-06-01
margarethad59b34d2024-12-03 10:31:30 +0100296 - Added new APIs: list user-installed plugins and uninstall plugin
margarethafbfe2872024-01-04 23:29:28 +0100297 - Moved install and list plugin APIs to PluginController and updated their
margarethad59b34d2024-12-03 10:31:30 +0100298 service paths under /plugins
margarethafbfe2872024-01-04 23:29:28 +01002992022-06-03
300 - Implemented searching option using a network endpoint
margarethad59b34d2024-12-03 10:31:30 +0100301 - Implemented initial super client registration for user authentication
302 - Fixed admin clean token API and restrict plugins to confidential only
margarethafbfe2872024-01-04 23:29:28 +0100303
304
305
306# version 0.67.1
307
3082022-05-12
309 - Implemented mapping of LDAP username to email
310 - Handled null parameters in authorization requests
3112022-05-25
312 - Fixed null client_id
313 - Updated ldap.config path in the kustvakt-test.conf
314
315
316# version 0.67
317
3182022-05-09
margarethad59b34d2024-12-03 10:31:30 +0100319 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections
320 - An embedded LDAP server can now be started automatically if configured accordingly
margarethafbfe2872024-01-04 23:29:28 +01003212022-05-11
322 - Changed the SQL script updating oauth2_client table
323
324
325# version 0.66
326
3272022-03-31
margarethad59b34d2024-12-03 10:31:30 +0100328 - Updated query and user-group name pattern
margarethafbfe2872024-01-04 23:29:28 +01003292022-04-08
margarethad59b34d2024-12-03 10:31:30 +0100330 - Added redirect_uri to client info API
margarethafbfe2872024-01-04 23:29:28 +01003312022-04-11
332 - Added registration_date, refresh_token_expiry, source and is_permitted
333 to the oauth2_client database table, and updated the OAuth2 client
margarethad59b34d2024-12-03 10:31:30 +0100334 registration mechanism
335 - Added authorization request with GET and deprecated that with POST
margarethafbfe2872024-01-04 23:29:28 +01003362022-04-13
337 - Updated OAuth2Client list API (added redirect_uri, registration_date,
margarethad59b34d2024-12-03 10:31:30 +0100338 permitted, source to OAuth2UserClientDto)
margarethafbfe2872024-01-04 23:29:28 +01003392022-04-20
margarethad59b34d2024-12-03 10:31:30 +0100340 - Updated authorization error response (Included error and error
margarethafbfe2872024-01-04 23:29:28 +0100341 description in the client redirect URI except for missing or
margarethad59b34d2024-12-03 10:31:30 +0100342 invalid client id or redirect URI)
margarethafbfe2872024-01-04 23:29:28 +0100343
344
345# version 0.65.2
346
3472022-03-03
margarethad59b34d2024-12-03 10:31:30 +0100348 - Removed VCLoader
349 - Added foreign keys to the DB tables of access and refresh token scopes
margarethafbfe2872024-01-04 23:29:28 +01003502022-03-07
margarethad59b34d2024-12-03 10:31:30 +0100351 - Added more parameter checks and OAuth2Client web-service tests
margarethafbfe2872024-01-04 23:29:28 +01003522022-03-17
margarethad59b34d2024-12-03 10:31:30 +0100353 - Updated admin filter by using admin token and role checks
margarethafbfe2872024-01-04 23:29:28 +01003542022-03-18
margarethad59b34d2024-12-03 10:31:30 +0100355 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens
margarethafbfe2872024-01-04 23:29:28 +01003562022-03-28
357 - Updated admin filter (admintoken as a form param) and uses
margarethad59b34d2024-12-03 10:31:30 +0100358 it for the closing index reader API
359 - Removed unused admin API: clear access token cache
margarethafbfe2872024-01-04 23:29:28 +01003602022-03-29
361 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
362
363# version 0.65.1
364
3652022-03-01
margarethad59b34d2024-12-03 10:31:30 +0100366 - Restricts the field retrieval web-service to admin only
margarethafbfe2872024-01-04 23:29:28 +0100367
368# version 0.65
369
370!!! includes security updates - please update all Kustvakt libraries
371!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
372
3732021-12-02
margarethad59b34d2024-12-03 10:31:30 +0100374 - Updated VC cache
margarethafbfe2872024-01-04 23:29:28 +01003752021-12-03
margarethad59b34d2024-12-03 10:31:30 +0100376 - Enabled listing system vc for authorized users
margarethafbfe2872024-01-04 23:29:28 +01003772021-12-08
margarethad59b34d2024-12-03 10:31:30 +0100378 - Removed koralQuery and statistics from VC list
margarethafbfe2872024-01-04 23:29:28 +0100379 - Added a web-service to retrieve KoralQuery of a VC
3802021-12-10
margarethad59b34d2024-12-03 10:31:30 +0100381 - [security] Updated log4j libs due to CVE-2021-44228
margarethafbfe2872024-01-04 23:29:28 +01003822021-12-13
margarethad59b34d2024-12-03 10:31:30 +0100383 - Fixed broken test suite
margarethafbfe2872024-01-04 23:29:28 +01003842022-01-03
385 - [security] More log4j security updates
386 - Bumped unboundid-ldapsdk
margarethad59b34d2024-12-03 10:31:30 +0100387 - Updated tests
margarethafbfe2872024-01-04 23:29:28 +01003882022-01-25
margarethad59b34d2024-12-03 10:31:30 +0100389 - Added show-tokens option to the search API
margarethafbfe2872024-01-04 23:29:28 +01003902022-01-31
margarethad59b34d2024-12-03 10:31:30 +0100391 - Added an API retrieving fields of a virtual corpus
margarethafbfe2872024-01-04 23:29:28 +0100392
393# version 0.64.1
394
3952021-10-26
margarethad59b34d2024-12-03 10:31:30 +0100396 - Bump Kustvakt and Krill versions
margarethafbfe2872024-01-04 23:29:28 +0100397
398
399# version 0.64
4002021-07-29
margarethad59b34d2024-12-03 10:31:30 +0100401 - Updated the change files and made a new version
margarethafbfe2872024-01-04 23:29:28 +01004022021-08-12
margarethad59b34d2024-12-03 10:31:30 +0100403 - Fixed errors due to missing query type and added tests
margarethafbfe2872024-01-04 23:29:28 +01004042021-08-13
margarethad59b34d2024-12-03 10:31:30 +0100405 - Fixed missing request entity
406 - Updated the query service to enable editing query references
margarethafbfe2872024-01-04 23:29:28 +01004072021-08-16
408 - Fixed creator param when storing query or VC by admins for
margarethad59b34d2024-12-03 10:31:30 +0100409 the system or other users
margarethafbfe2872024-01-04 23:29:28 +0100410
411# version 0.63.2
4122021-06-11
margarethad59b34d2024-12-03 10:31:30 +0100413 - Updated OAuth2 token length & secure random algorithm config
414 - Added character set filter to random code generator, e.g. for client_id
margarethafbfe2872024-01-04 23:29:28 +01004152021-06-14
margarethad59b34d2024-12-03 10:31:30 +0100416 - Updated roleId and super client parameters
margarethafbfe2872024-01-04 23:29:28 +01004172021-06-24
margarethad59b34d2024-12-03 10:31:30 +0100418 - Fixed broken test
margarethafbfe2872024-01-04 23:29:28 +01004192021-07-22
margarethad59b34d2024-12-03 10:31:30 +0100420 - Updated cache settings and some loggings
margarethafbfe2872024-01-04 23:29:28 +01004212021-07-26
422 - Replaced annotation parsing with restoring the annotation tables to the
margarethad59b34d2024-12-03 10:31:30 +0100423database
424 - Moved cache config to the full config
margarethafbfe2872024-01-04 23:29:28 +0100425
426# version 0.63.1
4272021-02-22
428 - Updated libraries (margaretha)
429 - Renamed virtual corpus to query (margaretha)
4302021-02-26
431 - Added query access roles and fixed vc access roles (margaretha)
432 - Added delete query webservice and tests (margaretha)
4332021-03-25
434 - Updated Koral version for Info Controller (margaretha)
435 - Updated OAuth2 token list with token type and user clientId
436parameters (margaretha)
4372021-03-29
438 - Added client type in the client list web-service. Resolved #58 (margaretha)
4392021-04-19
440 - Updated OAuth2Client JSON definition and controller tests (margaretha)
4412021-04-26
442 - Updated OAuth2 Client list (margaretha)
4432021-04-30
444 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
445 - Updated OAuth2 API responses for coherence (margaretha)
4462021-06-07
447 - Updated OAuth2 client dto (margaretha)
448
449# version 0.63
45026/10/2020
451 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
45229/10/2020
453 - Introduction of a query reference rewrite mechanism (diewald)
45430/10/2020
455 - Added database methods for storing query references (diewald)
45604/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100457 - Fix hibernate dialect for SQLite (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010045804/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100459 - Fix pipe warning (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010046014/01/2021
461 - Updated Flyway (margaretha)
46221/01/2021
463 - Fixed running pipe and updated tests with mockserver (margaretha)
46401/02/2021
465 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
46605/02/2021
467 - Add query reference web-service (diewald,margaretha)
46810/02/2021
469 - Fixed problem with multiple desktop apps (diewald, margaretha)
47012/02/2021
471 - Added listing available queries for users (margaretha)
47217/02/2021
473 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
474 - Added query and query language in virtual corpus table (margaretha)
47518/02/2021
476 - Set corpus access public for stored query (margaretha)
47719/02/2021
478 - Enabled API info web-service (margaretha)
479
480
481# version 0.62.4
48224/01/2020
483 - Removed salt from config and updated config files (margaretha)
48403/02/2020
485 - Added an admin API for clearing access token cache (margaretha)
48605/02/2020
487 - Added a config properties for a long-time access token expiry
488 and excluded refresh tokens for public clients in OAuth2 token
489 responses (margaretha)
490 - Removed client authentication from the client deregistration and
491 client-secret reset APIs (margaretha)
49204/03/2020
493 - Updated the sample index (diewald)
494
495# version 0.62.3
49603/12/2019
497 - Implemented pipe extension in the search API (margaretha)
49811/12/2019
499 - Added errors when requesting VC in caching process (margaretha,
500 resolved #47)
50112/12/2019
502 - Added support for multiple cq parameters (margaretha, resolved #46)
50313/12/2019
504 - Handled pipe errors and added tests (margaretha)
50519/12/2019
506 - Updated create update user-group API (margaretha)
50720/12/2019
508 - Removed transactional annotations from simple select queries (margaretha)
509 - Updated free resource controller (margaretha)
51015/01-2020
511 - Added additional statistic figures to virtual corpus info API
512 response (margaretha)
513
514# version 0.62.2
51517/10/2019
margarethad59b34d2024-12-03 10:31:30 +0100516 - Handled vulnerability CVE-2019-17195 (margaretha)
margarethafbfe2872024-01-04 23:29:28 +01005178/11/2019
518 - Added user-group name pattern (margaretha, issue #33)
51911/11/2019
520 - Updated user group service paths and replaced groupId with groupName
521 (margaretha, resolved #33)
52212/11/2019
523 - Removed UserGroupJson & updated listUserGroups and createUserGroup
524 services (margaretha)
525 - Added prefixes to username and groupname parameters in service paths
526 (margaretha, resolved #35)
52713/11/2019
528 - Added tests for issue #43 (margaretha)
52914/11/2019
530 - Added client description and URL to list-authorized-clients service
531 (margaretha, close #53)
532 - Implemented a service to list clients registered by a user (margaretha,
533 close #52)
534 - Added a check for OAuth2 client, VC, and group name length (margaretha)
53515/11/2019
536 - Merged list authorized client and list registered client services
537 (margaretha)
53821/11/2019
539 - Added a service to list active refresh tokens of a user (margaretha)
540 - Added username filtering to token revocation service via super client
541 (margaretha)
54226/11/2019
543 - Added a service to revoke a single refresh token via super client
544 (margaretha)
545
546# version 0.62.1
54708/07/2019
548 - Added tests for public metadata response in search api (margaretha,
549 issue #43)
550 - Disabled some tests of unused/disabled web-services (margaretha)
55107/08/2019
552 - Fixed missing scopes after requesting access token with refresh token
553 (margaretha)
554 - Fixed post requests with status OK and empty body (margaretha)
55507/08/2019
556 - Added users to hidden group when searching in a published VC (margaretha,
557 resolved #40)
55815/08/2019
559 - Updated the response statuses of VC PUT requests (margaretha)
560
561# version 0.62
56228/02/2019
563 - Removed old VC controllers and updated tests (margaretha, issue #34)
564 - Updated VC access controllers (margaretha)
56519/03/2019
566 - Added close index controller (margaretha)
56711/04/2019
568 - Fixed unknown authentication scheme, missing VC entity, and parameter
569 checker (margaretha)
570 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
571 unique group name and unknown VC access (margaretha)
57227/06/2019
573 - Handled LDAP errors, fixed #45 (margaretha)
57403/07/2019
575 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
576 - Changed the response media-type of authentication controllers (margaretha)
577 - Fixed bugs: allow guest to retrieve system VC,
578 remove VC from cache when it is deleted (margaretha)
57904/07/2019
580 - Updated VC name pattern and tests (margaretha)
581
582# version 0.61.6
58304/02/2019
584 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
585 - Updated client deregistration behavior (margaretha)
58605/02/2019
587 - Added delete-group-by-name controller (margaretha)
588 - Added unique index to group name (margaretha)
58906/02/2019
590 - Updated a user setting test using array for multiple values (margaretha)
591 - Added metadata controller tests (margaretha)
59218/02/2019
593 - Fixed tests (margaretha)
594 - Updated handling errors from Koral (margaretha)
59519/02/2019
596 - Added fields to metadata controller (margaretha, issue #39)
597
598# version 0.61.5
59917/12/2018
600 - Added a search timeout test (margaretha)
60118/12/2018
602 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
60308/01/2019
604 - Improved predefined vc caching (issue #28, margaretha)
60509/01/2019
606 - Added comments (margaretha)
607 - Updated code structure (margaretha)
60811/01/2019
609 - Degraded API version to 1.0 (margaretha)
610 - Added OAuth2 client info tests (margaretha)
61114/01/2019
612 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
61316/01/2019
614 - Added a PUT request for both creating and editing vc (margaretha)
615 - Added aliases to some VC controllers (margaretha)
616 - Merged VC access list controllers (margaretha)
61721/01/2019
618 - Removed codes related to user registration & password management (margaretha)
61922/01/2019
620 - Added create, edit, retrieve user default setting controllers (margaretha)
62122/01/2019
622 - Updated default setting controllers & added tests (margaretha)
623 - Added delete key in setting controllers (margaretha)
62423/01/2019
625 - Added default setting key validation (margaretha)
626 - Fixed UserdataTest (margaretha)
62724/01/2019
628 - Added default setting key validation & fixed UserdataTest (margaretha)
62925/01/2019
630 - Added VC reference and MapUtil tests (margaretha)
63128/01/2019
632 - Fixed username verification in DefaultSettingService (margaretha)
633 - Added foundry rewrite with user default setting (margaretha)
634 - Added default foundry for morphology layer (margaretha)
63529/01/2019
636 - Fixed share VC type (margaretha)
637 - Added delete setting controller (margaretha)
638 - Handled "no resource found" cases (margaretha, issue #37)
63930/01/2019
640 - Added server shutdown description in readme (margaretha)
641
642# version 0.61.4
64314/11/2018
644 - Integrated lite and full services and controllers in core (margaretha)
64521/11/2018
646 - Updated OAuth2 refresh token request to create a new refresh token and
647 revoke the old one per request (margaretha)
64828/11/2018
649 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
650 - Handled storing cached VC with VC reference (margaretha)
65129/11/2018
652 - Added a controller for listing user clients having active refresh tokens
653 (margaretha)
6546/12/2018
655 - Added debug flags to mitigate log4j debugging performance (margaretha)
656 - Fixed KoralNode at() method (margaretha)
65711/12/2018
658 - Implemented revoking all tokens of a user client via a super client
659 (margaretha)
660 - Removed document controllers and KustvaktResource (margaretha)
661 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
662
663
664# version 0.61.3
66517/10/2018
666 - Updated NamedVCLoader to be optional (margaretha)
667 - Updated annotation tables & implemented key-value structure (margaretha)
668 - Added annotation parser for annotation data from kalamar (margaretha)
669 - Implemented parsing free resource info from json (margaretha)
67022/10/2018
671 - Updated jetty, spring and hibernate versions (margaretha)
672 - Fixed the order of annotation keys and values, and added tests (margaretha)
673 - Fixed resource DAO & added tests (margaretha)
67424/10/2018
675 - Fixed query serialization service (margaretha)
676 - Added "highlights" parameter to matchInfo controller (margaretha)
677 - Added "fields" parameter to search controllers (margaretha)
678 - Integrated lite controllers, services and tests in full version (margaretha)
67929/10/2018
680 - Moved javax.servlet-api to core (margaretha)
68107/11/2018
682 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
68313/11/2018
684 - Added Shutdown handler to Jetty server (margaretha)
685 - Fixed storing VC order in NamedVCLoader (margaretha)
686
687# version 0.61.2
68812/09/2018
689 - Added various log4j2 configurations (margaretha)
69013/09/2018
691 - Implemented VirtualCorpusRewrite (margaretha)
69214/09/2018
693 - Fixed SpringJerseyTest ApplicationContext (margaretha)
694 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
695 - Enabled VCReferenceTest in maven test suite (margaretha)
69618/09/2018
697 - Handled unique constraints / inserting duplicate items to DB (margaretha)
698 - Added a controller for editing user group member roles (margaretha)
69919/09/2018
700 - Fixed cached-VC ref with username (margaretha)
701
702# version 0.61.1
70328/08/2018
704 - Added API URL versioning (margaretha)
705 - Deactivated IdRewrite (margaretha)
706 - Fixed kustvakt controller (margaretha)
70730/08/2018
708 - Fixed root packages & added api version properties in kustvakt.conf
709 (margaretha)
710 - Fixed versioning in SearchController (margaretha)
711 - Added API versioning tests (margaretha)
712
713# version 0.61.0
714
71502/08/2018
716 - Added VC reference tests (margaretha)
717 - Implemented loading and caching named VCs (margaretha)
71803/08/2018
719 - Implemented OAuth2 revoke token (margaretha)
720 - Updated OAuth2 refresh token implementation (margaretha)
72114/08/2018
722 - Implemented revoke all OAuth2 access tokens and authorization codes of
723 client users when deregistering/deleting a client (margaretha)
724 - Fixed update OAuth2 access token (margaretha)
725 - Implemented reset client secret (margaretha)
726 - Fixed revoking latest access token when refreshing OAuth2 access token
727 (margaretha)
72815/08/2018
729 - Implemented OAuth2 client info controller (margaretha)
730 - Implemented update OAuth2 client privilege controller for admins
731 (margaretha)
732 - Implemented unlimited authorization scope for super clients with OAuth2
733 password grant (margaretha)
734 - Marked native clients implementation to deprecated in favour of super
735 clients (margaretha)
736 - Enabled using Bearer tokens as user authentication tokens (Authorization
737 header value) for many controllers including OAuth2 controllers (margaretha)
73816/08/2018
739 - Implemented degrading super clients (margaretha)
740 - Improved and added OAuth2 tests (margaretha)
74121/08/2018
742 - Added VC name pattern check (margaretha)
74322/08/2018
744 - Implemented loading VC from gz files (margaretha)
745 - Updated OAuth2 authorization codes' & access tokens' expiry check
746 (margaretha)
74723/08/2018
748 - Updated RefreshToken implementations with separate DB tables (margaretha)
749 - Allows multiple access tokens per refresh token (margaretha)
75027/08/2018
751 - Added statistic with VC reference tests (margaretha)
752 - Fixed OAuth2 SQL files (margaretha)
75328/08/2018
754 - Added c3p0 datasource configuration to Spring default-config-xml
755 (margaretha)
756 - Added running Kustvakt server with custom spring config in the readme
757 (margaretha)
758 - Removed old OAuth2 codes (margaretha)
759 - Moved non-config test codes to misc (margaretha)
760
761
762# version 0.60.5
763
76409/07/2018
765 - Added service layer to the search controller (margaretha)
766 - Added OAuth2 scope checking in search and VC controllers (margaretha)
767 - Added handling OAuth2 bearer token for VC access and User group
768 controllers (margaretha)
769 - Added default scope to password grant (margaretha)
77010/07/2018
771 - Made createBasicAuthorizationHeaderValue static (margaretha)
772 - Added store access token in openID token service (margaretha)
773 - Fixed empty scope in openID authorization and token service (margaretha)
774 - Implemented storing authorization code in cache (margaretha)
77511/07/2018
776 - Fixed authentication time in authentication controller (margaretha)
777 - Added OAuth2 access token tests (margaretha)
77812/07/2018
779 - Updated maven surefire setting for faster test suite runtime (margaretha)
780 - Implemented refreshing OAuth2 access token (margaretha)
78126/07/2018
782 - Fixed issue #27 (margaretha)
78302/08/2018s
784 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
785
786
787# version 0.60.4
788
78905/07/2018
790 - implemented OAuth2 authorization code request with OpenID Authentication
791 (margaretha)
792 - enabled OAuth2 authorization without OpenID authentication using Nimbus
793 library (margaretha)
794 - implemented response handler for OpenID authentication errors in authorization
795 requests (margaretha)
796 - added tests regarding OpenID authentication in authorization requests
797 (margaretha)
798 - implemented OAuth2 authorization error response via redirect URI instead of
799 JSON (margaretha)
800 - added state to OAuth2 authorization error response (margaretha)
801 - implemented OpenID token service for authorization code flow (margaretha)
802 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
803 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
804 keys (margaretha)
805 - implemented OpenId configuration (margaretha)
806 - added authentication time and support for auth_time in id_token (margaretha)
807 - implemented support for nonce and max_age parameters in OpenID authentication
808 (margaretha)
809 - implemented OAuth2 token request with password grant using Nimbus library
810 (margaretha)
811 - updated redirect URI validator (margaretha)
812 - updated client registration requirement to allow desktop applications
813 (margaretha)
814 - fixed RSA key configuration (margaretha)
815 - merged OAuth2 client deregistration controllers (margaretha)
816 - fixed OAuth2 client unique URL-hashcode (margaretha)
817 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
818 - Added support for unrestricted corpus statistics (ndiewald)
819 - updated paths of user-group deletion-controllers (margaretha)
820 - Do not pass broken queries to Krill (diewald)
821 - added OAuth2 token request with client authentication via Authorization
822 header (margaretha)
823 - added port checking in test suite (margaretha)
824
825# version 0.60.3
826
82706/06/2018
828 - improved user authentication by using authentication filter for authorization
829 code request (margaretha)
830 - limited client authentication to client id checking in authorization code
831 request (margaretha)
832 - added user_id in the oauth2_access_token database table (margaretha)
833 - implemented OAuth2Authentication provider for token context management
834 (margaretha)
835 - added parameter checking for authorization DAO (margaretha)
836 - added controller tests using OAuth2 access token (margaretha)
837 - added database tables for MySQL (margaretha)
838 - updated JWT library and related codes (margaretha)
839
840# version 0.60.2
841
84203/05/2018
843 - implemented OAuth2 client registration (margaretha)
844 - implemented OAuth2 client authentication (margaretha)
845 - changed virtual corpus search to retrieval (margaretha)
846 - implemented public client deregistration task (margaretha)
847 - added client registration and deregistration tests (margaretha)
848 - implemented confidential client deregistration task (margaretha)
849 - fixed storing client secret (margaretha)
850 - implemented OAuth2 response handler (margaretha)
851 - implemented OAuth2 request access token with client credentials grant
852 (margaretha)
853 - implemented OAuth2 request access token with resource owner password grant
854 (margaretha)
855 - implemented OAuth2 authorization code request (margaretha)
856 - added OAuth2 error codes (margaretha)
857 - added OAuth2 authorization, scope and access token tables for SQLite
858 (margaretha)
859 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
860 - implemented OAuth2 request access token with authorization code grant
861 (margaretha)
862 - added setting default scopes in the config file (margaretha)
863 - fixed loading spring config multiple times in the test suite (margaretha)
864 - added SQLite created_date trigger for access token (margaretha)
865 - added a join table for access token scopes (margaretha)
866 - added access scopes handling (margaretha)
867 - added tests about request token with authorization code (margaretha)
868
869# version 0.60.1
870
87128/03/2018
872 - added admin-related SQL codes (margaretha)
873 - updated AdminDao (margaretha)
874 - added optional username query parameter to group list controller (margaretha)
875 - fixed non hierarchical URI of kustvakt conf files (margaretha)
876 - added delete group member triggers (margaretha)
877 - added list user-group by username and status for system admin (margaretha)
878 - added user-group status in user-group DTO (margaretha)
879 - added check for hidden groups in user-group tests (margaretha)
880 - added database trigger test on deleting members when deleting group
881 (margaretha)
882 - renamed VC type PREDEFINED to SYSTEM (margaretha)
883 - added VC list controller for system admin (margaretha)
884 - added VC controller tests with for system admin (margaretha)
885 - added hidden access removal when deleting published VC (margaretha)
886 - added check for hidden groups in VC controller tests (margaretha)
887 - added search user-group controller (margaretha)
888 - removed createdBy from VirtualCorpusJson (margaretha)
889 - moved member role setting from the invitation phase to the after-subscription
890 phase (margaretha)
891 - added member role removal after deleting members (margaretha)
892 - added add and delete member role controllers (margaretha)
893
894# version 0.60
895
89614/03/2018
897 - set up mail settings using localhost port 25 (margaretha)
898 - added mail template in kustvakt configuration (margaretha)
899 - added mail settings to readme (margaretha)
900 - disabled email notification for auto group (margaretha)
901 - added metadata retrieval (diewald)
902 - enabled custom implementation for email address retrieval (margaretha)
903 - removed old policy and deprecated code (margaretha)
904 - moved authentication related code to /full (margaretha)
margarethad59b34d2024-12-03 10:31:30 +0100905 - added userRoles attribute to UserGroupDto (margaretha)
margarethafbfe2872024-01-04 23:29:28 +0100906 - fixed sqlite trigger (margaretha)
907 - fixed member exist error message (margaretha)
908 - fixed member invitation to join deleted group (margaretha)
909 - added checking deleted group (margaretha)
910
911# version 0.59.10
912
91320/02/2018
914 - added sort VC by id (margaretha)
915 - added test cases regarding VC sharing (margaretha)
916 - implemented withdraw VC from publication (margaretha)
917 - added Changes file (margaretha)
918 - implemented add/invite users to group (margaretha)
919 - implemented delete user-group and member tasks (margaretha)
920 - added userMemberStatus in group lists (margaretha)
921 - updated and added SQL test data (margaretha)
922 - added user group related tests (margaretha)
923 - implemented custom configuration for deleting user groups and members (margaretha)
924 - updated library versions and java environment (margaretha)
925 - added expiration time check for member invitation (margaretha)
926 - moved .properties files (margaretha)
927 - merged changelog file to Changes (margaretha)
928 - updated status codes and error messages to be more detailed (margaretha)
929 - testing mail implementation using embedded jetty jndi (margaretha)
930 - fixed collection rewrite regarding OR operation with other fields
931 (margaretha)
932 - implemented sending mail using spring injection and removed jetty jndi
933 (margaretha)
934 - fixed unrecognized application/json (margaretha)
935 - fixed and updated velocity template (margaretha)
936
937# version 0.59.9
938
93919/01/2018
940 - restructured basic authentication (margaretha)
941 - fixed AuthenticationException to include authentication scheme (margaretha)
942 - fixed rewrite redundancy in collection rewrite (margaretha)
943 - fixed foundry rewrite for constituents (margaretha)
944 - introduced authentication methods, schemes and tokens (margaretha)
945 - implemented collection rewrite with multiple licenses (margaretha)
946 - fixed foundry rewrite for korap span without wrap node (margaretha)
947 - implemented list user group (margaretha)
948 - implemented delete VC task (margaretha)
949 - implemented create user-group, subscribe to user-groups, unsubscribe to
950 user-groups tasks(margaretha)
951 - fixed handling JSON mapping exception for missing enums (margaretha)
952 - implemented list VC task (margaretha)
953 - added KoralQuery in VC lists (margaretha)
954 - implemented edit VC task (margaretha)
955 - implemented publish VC task (margaretha)
956 - implemented share VC task (margaretha)
957 - implemented list only owned VC task (margaretha)
958 - implemented list VC access task (margaretha)
959 - implemented search VC by id task (margaretha)
960 - implemented delete VC access (margaretha)
961 - implemented search for project VC (margaretha)
962 - added search VC related tests (margaretha)
963 - removed PredefinedUserGroup.ALL and related codes (margaretha)
964 - implemented search for published VC (margaretha)
965
966# version 0.59.8
967
96821/09/2017
969 - restructured statistics service (margaretha)
970 - removed deprecated loader codes and tests (margaretha)
971 - removed old Spring java configurations (margaretha)
972 - implemented entity classes for the new database (margaretha)
973 - added MySQL codes regarding VC and for testing (margaretha)
974 - added dao methods regarding VC (margaretha)
975 - added similar SQL codes (to MySQL) for sqlite (margaretha)
976 - added dao methods regarding user groups (margaretha)
977 - restructured web-service codes into controller and logic/business-service
978 (margaretha)
979 - implemented user role and privilege, and added tests (margaretha)
980 - prepared test suite using new database (margaretha)
981 - implemented UserGroupDao and tests (margaretha)
982 - fixed missing exceptions in JsonUtils (margaretha)
983 - restructured web filters and authentication codes (margaretha)
984 - implemented create/store VC (margaretha)
985 - fixed collection rewrite bug regarding availability with operation or
986 (margaretha)
987
988# version 0.59.7
989
99013/10/2016
991 - MOD: updated search to use new siglen (diewald)
992 - MOD: fixed matchinfo retrieval in light service (diewald)
993
99405/05/2015
995 - ADD: rest test suite for user service (hanl)
996 - MOD: setup parameter modification (hanl)
997 - ADD: oauth2 client unique constraint (hanl)