blob: 92ddffef7f4c3d88cceee2d2d036dba6ab2577df [file] [log] [blame]
margaretha78851042026-03-09 09:39:36 +01001# version 1.2-SNAPSHOT
2
3- Reactivate Query Serializer Web-service (#903)
margarethab8052452026-03-10 11:32:01 +01004- Fix deprecated URL constructor (AI assisted)
margaretha9eb9fba2026-03-10 12:12:18 +01005- Fix Jackson and serialization deprecated methods (AI assisted)
margaretha468ff072026-03-11 15:33:38 +01006- Change Userdata to use String username instead of integer userId
margaretha55624aa2026-03-13 12:53:59 +01007- Allow admin to create groups with name length less than 3 characters
8 to support existing groups from C2
margaretha954838d2026-02-18 15:39:47 +01009- Implemented rate limit for authenticated users (AI assisted)
10- Customize rate limit settings in kustvakt.conf (AI assisted)
margaretha96244d72026-03-09 15:37:52 +010011
margaretha846217a2026-03-09 11:39:47 +010012# version 1.1
margaretha96244d72026-03-09 15:37:52 +010013
margarethab7d299b2026-02-18 12:32:08 +010014- Change VC and query names to lowercase (with AI assistance)
margaretha61ee66e2025-07-04 12:01:47 +020015- Implemented pipe response rewriting for match info API (#814)
margaretha8aeb8da2026-03-05 10:40:49 +010016- Add pipe response for the metadata web-service.
margaretha3ea46bb2026-02-03 12:34:48 +010017
margaretha8d97cee2026-01-09 08:43:51 +010018# version 1.0.1
19
20- Add an exception for missing layer.
margarethaf15fa1b2026-01-27 11:33:07 +010021- Use database for querying statistics in VC List
margarethab1695242026-01-16 11:53:39 +010022- Fixed statistics conversion.
margaretha38205a02026-01-19 09:19:35 +010023- Always update VC statistics at server start
margarethaf15fa1b2026-01-27 11:33:07 +010024- Use database for statistics service (limited to full version
25 and single VC reference)
margaretha8d97cee2026-01-09 08:43:51 +010026
margaretha05359a82025-12-15 15:50:28 +010027# version 1.0
28
margarethaf5a26eb2025-12-16 12:05:37 +010029HOT PATCH 1: Reorder tasks for new VC.
margaretha9558dd22025-12-16 11:24:35 +010030New VC should be cached first to avoid calculating leafs to compute statistics
31when storing VC in NamedVCLoader. This allows using existing vc-cache
32containing new vc.
33
margarethaf5a26eb2025-12-16 12:05:37 +010034HOT PATCH 2: change int to long for checking total results.
margaretha9558dd22025-12-16 11:24:35 +010035
margaretha55661542025-12-02 11:37:48 +010036# version 0.80.1-SNAPSHOT
37
38- Calculate and store statistics for named VC.
39
margaretha59ec7022025-07-21 14:16:36 +020040# version 0.80-SNAPSHOT
margaretha695a9ad2025-07-23 10:52:02 +020041
margaretha116307d2025-07-23 09:18:32 +020042- Introduced APIDeprecationFilter (#759)
43- Deprecated matchInfo web-service has been removed for API v1.1.
margarethab6934cc2025-07-23 12:11:29 +020044- Remove deprecated Authorization Post web-service for API v1.1 (#767)
45- Remove deprecated user-group web-services for API v1.1 (#769)
margarethadcce0d72025-07-23 12:23:11 +020046- Remove deprecated vc web-services for API v1.1 (#771)
margaretha813715d2025-07-24 11:18:51 +020047- Remove deprecated authorized_only parameter in the client list API for v1.1 (#760)
margarethac13a0fc2025-08-14 11:06:23 +020048- Add API version to the QueryService (#806)
margaretha279ad6e2025-08-14 11:25:48 +020049- Add API version to the search service (#806)
margaretha3cbede02025-08-14 11:36:32 +020050- Add API version to ResourceParser & ServiceInfo (#806)
margaretha96c27762025-08-14 16:47:21 +020051- Update Query QuerySerializer with API version in the test suite (#806)
margaretha5b4f5bc2025-08-15 09:18:10 +020052- Add API version to KoralCollectionQueryBuilder (#806)
margaretha014aaea2025-08-18 13:04:59 +020053- Clean up collection node from Krill response (#806)
margaretha4e7f0b32025-08-18 13:15:35 +020054- Add API version to NamedVCLoader (#806)
margaretha1e49a8e2025-08-18 13:17:48 +020055- Add corpus support at VirtualCorpusRewrite (#806)
margaretha26f3fd52025-08-19 10:51:50 +020056- Add apiVersion to rewrite (#806)
margarethaa1e3eef2025-10-21 11:40:35 +020057- Fix collection/corpus paths in the test suite (#806)
margaretha5bc66842025-10-08 12:11:09 +020058- Fix authorization with POST tests.
margaretha207f2122025-10-23 11:33:12 +020059- Add apiVersion for checking VC in caching process (#806)
margarethab4d452d2025-10-23 11:35:43 +020060- Update system-vc and fix get statistics with VC reference test.
margarethacb9a7812025-10-28 09:21:39 +010061- Merge full and lite profiles and create one jar for both.
margarethabe756e52025-10-31 11:44:12 +010062- Merge full and lite version in dockerfile and CI tests
margarethab61d74a2025-11-06 21:42:43 +010063- Fix redundant initial-super-client generation.
margaretha8710b122025-11-14 11:27:45 +010064- Allow system VC to have names with less than 3 characters (support for existing
65 C2 VC, #788)
margaretha9c88cbd2025-11-19 12:30:46 +010066- Switch Kustvakt Server to run the lite version by default.
margarethac81c1242025-11-20 09:59:59 +010067- Add backward compatibility for docker compose legacy-full
margaretha9c88cbd2025-11-19 12:30:46 +010068
margaretha59ec7022025-07-21 14:16:36 +020069
margaretha503f6a72025-09-29 10:51:08 +020070# version 0.79.1
margaretha70536f52025-10-07 09:15:22 +020071
72- Bug fixes & Spring 6.2.11 upgrade (kupietz)
73- Migrate to Hibernate 7x (kupietz)
74- Make statistics in VC list configurable (default: false)
margaretha8db56a12025-10-07 09:26:40 +020075- Add request log using jetty. (default: disabled)
margaretha503f6a72025-09-29 10:51:08 +020076
margaretha9c10e682025-06-18 12:16:46 +020077# version 0.79
78
margaretha8a7e7bf2025-06-23 08:48:28 +020079- Implement timeout rewrite
margarethaca9a3242025-06-24 09:11:50 +020080- Add a test: changing timeout using a pipe
81- Add pipe response rewriting (#794)
margaretha41b456c2025-06-24 10:44:32 +020082- Fix datatype for query statistics (close #802)
margaretha874a3b22025-06-24 11:18:09 +020083- Remove admin test data from database migration (close #808)
margarethaa9f52992025-06-24 11:50:15 +020084- Remove user default settings from the database migration (close #810)
margarethadd632c12025-06-25 10:49:16 +020085- Fix KoralQuery and remove required access from query reference.
margaretha6f7863f2025-06-25 10:50:46 +020086- Remove query reference test data from the database migration (close #811)
margaretha881fdc02025-06-27 11:22:07 +020087- Remove OAuth2 clients and access tokens from the DB migration (close #809)
margarethafde4e9f2025-06-27 11:44:29 +020088- Removed db/test folder (close #379)
Bodmo559090d2025-06-23 11:19:13 +020089- Return Timeout Error Code for timeout during LDAP operations.
90 With test and special test conf (bodmo)
margaretha8a7e7bf2025-06-23 08:48:28 +020091
margaretha61ee66e2025-07-04 12:01:47 +020092
margaretha890342b2025-06-16 12:44:46 +020093# version 0.78.2
94
95- Update LDAP logs using JLog to include timestamp and move it from system.out
96 to ldap.log
97
margaretha51cdce12025-06-12 10:43:30 +020098# version 0.78.1
99
100- Fix empty security context in statistics requests.
101
margarethae8c71412025-06-10 10:42:59 +0200102# version 0.78
margaretha287cf862025-05-22 13:16:06 +0200103
104- Renamed free resource to resource.
margaretha663752e2025-05-23 10:35:04 +0200105- Add required access to resources.
106- Determine corpus access dynamically using koralQuery for resources without
107 predefined required_access.
margarethad5f82f52025-06-02 11:51:53 +0200108- Added useful VC (https://korap.ids-mannheim.de/doc/corpus) to resources.json.
109 (#800)
margarethae12de8b2025-05-28 11:40:33 +0200110- Omit empty resource description.
margarethad5f82f52025-06-02 11:51:53 +0200111- Added URL-encoding for corpus query at in the resource service.
margaretha4e414dc2025-06-02 12:46:23 +0200112- Fixed recaching VC at closing index.
margarethad943e962025-06-10 10:41:16 +0200113- Removed useful vc from the sample resources.json.
margaretha287cf862025-05-22 13:16:06 +0200114
margarethaf851bbe2025-05-02 10:15:41 +0200115# version 0.77
margaretha5b067882025-03-21 09:51:38 +0100116
117- Update statistics in VC info and list web-services to use VC cache (referTo)
118 instead of the original KoralQuery definitions (#791).
margaretha9b754d72025-04-01 12:46:18 +0200119- Setup system-vc in Initializator instead of using SQL for testing #793
margaretha9c6058a2025-03-24 09:44:11 +0100120- Setup creating nemo-vc in VirtualCorpusTestBase instead of using SQL
margaretha9b754d72025-04-01 12:46:18 +0200121 for testing #793
margarethaec884172025-03-24 10:14:26 +0100122- Setup creating dory-vc in VirtualCorpusTestBase instead of using SQL
margaretha9b754d72025-04-01 12:46:18 +0200123 for testing #793
margaretha9767b7e2025-03-24 10:36:23 +0100124- Setup creating group-vc in VirtualCorpusTestBase instead of using SQL
margaretha9b754d72025-04-01 12:46:18 +0200125 for testing #793
margarethab3ae95a2025-03-24 11:40:52 +0100126- Setup creating marlin-vc and published-vc in VirtualCorpusTestBase
margaretha9b754d72025-04-01 12:46:18 +0200127 instead of using SQL for testing #793
margaretha3a6b0a12025-03-27 08:32:07 +0100128- Fixed request URI at OAuth2 token request API.
margaretha398be242025-03-28 18:04:58 +0100129- Improved delete VC tests.
margaretha9b754d72025-04-01 12:46:18 +0200130- Add VC rewrite for statistics web-service (#796)
margaretha29060842025-04-07 09:09:42 +0200131- Updated other config files:
132 - Added statisticsRewriteHandler and queryContextRewrite,
133 - changed file locations to the data folder,
134 - removed unused beans (cacheManager, sqliteDataSource)
margarethaa25e9622025-04-14 10:23:35 +0200135- Fix landingPage in the free resource web-service (#799)
136- Add pid for resource and use it as resourceId when available #798
137- Changed institution to IDS Mannheim.
margaretha335abd92025-05-02 10:11:29 +0200138- Fix loading Spring XML config for DNB & ICC tests.
margarethaa25e9622025-04-14 10:23:35 +0200139
margaretha5b067882025-03-21 09:51:38 +0100140
margaretha9a1b4ba2025-03-18 11:56:05 +0100141# version 0.76
margarethac20741a2024-11-13 12:59:18 +0100142
margarethab4472102024-11-13 13:15:36 +0100143- Add institution & landingPage to the resource web-service (#777)
margarethab30b0152024-11-15 14:06:00 +0100144- Make URL mandatory for plugin registration (#573)
margaretha90dca022024-11-19 09:25:40 +0100145- Remove hidden group from test database
margaretha9d820462024-11-25 16:11:57 +0100146- Implemented QueryContextRewrite (#755)
147- Replace operation:insertion with operation:injection (#778)
margarethabf09b192024-12-02 15:40:44 +0100148- Update VirtualCorpusRewrite Remove Owner (#779)
margarethad59b34d2024-12-03 10:31:30 +0100149- Add source to QueryReferenceRewrite (#783) and VirtualCorpusRewrite (#780)
150- Use operation:override in virtual corpus (reference) rewrite (#780)
margarethad5799ae2024-12-04 11:40:19 +0100151- Use operation:override in query reference rewrite (#783)
margaretha82c75c22024-12-11 09:36:50 +0100152- Fixed availability regex for all access in the config (important to correctly
153 determine required access of stored VC)
margarethac105e2f2024-12-19 09:55:46 +0100154- Rename CollectionRewrite to AvailabilityRewrite
margarethad9e43ec2024-12-20 12:11:43 +0100155- Improve AvailabilityRewrite and implement operation:override (#781)
margarethab9b317d2025-01-23 15:13:47 +0100156- Disabled mysql connector Java due to CVE-2023-22102
margaretha377c0182025-01-30 09:10:37 +0100157- Replace origin with editor in rewrites (#782)
margaretha8489f862025-02-05 11:32:16 +0100158- Update scope and add _comment as discussed in #782
margaretha4d06c122025-03-05 10:43:16 +0100159- Changed source to original #782
margarethaee0b5732025-03-18 09:41:10 +0100160- Change JsonInclude to non default to hide VC statistics when not computed
margaretha82c75c22024-12-11 09:36:50 +0100161
margarethab4472102024-11-13 13:15:36 +0100162
margaretha34595a52024-10-28 08:54:10 +0100163# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +0200164
165- Alter role and remove privilege database tables (#763)
166- Update user-group and user-group member web-services (#763)
167- Remove edit member role web-service (#763)
168- Remove query access table (#763)
169- Remove query access admin, merged with user-group admin (#763)
170- Update share-query and query-access web-services (#763)
171- Add new web-service: delete role by query and group (#763)
172- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +0200173- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +0200174- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +0200175- Removed deleted_by from user_group and user_group_member tables (#764)
176- Removed created_by, status and status_date from user_group_member table (#764)
177- Removed GroupMemberStatus (#764)
178- Replace invite and subscribe to add member (#764)
179- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +0200180- Added deprecation messages to deprecated services
181- Removed mail configuration (#764)
margarethad59b34d2024-12-03 10:31:30 +0100182- Deprecate VC access deletion
183- Change default port to 8089
184- Disallow scope all for non super clients
185- Added config for total result cache and fixed inconsistency (#774)
186- Changed memberUsername to member in the new member-role-addition web-service
187- Removed user-privileges from user-group list response
margaretha987a0512024-10-23 11:19:29 +0200188- Added role names to user-group list
margarethad59b34d2024-12-03 10:31:30 +0100189- Added not-timeExceeded to the totalResult constraints
190- Replace EDIT_VC occurrences with CREATE_VC, and removed it
191- Fixed administrative user group retrieval to return groups with empty members
margaretha83cdf7f2024-10-23 10:50:29 +0200192
margaretha34c9fba2024-08-09 17:44:03 +0200193
Akron7ba60862024-08-09 16:55:01 +0200194# version 0.74.1-SNAPSHOT
195
margarethad59b34d2024-12-03 10:31:30 +0100196- Switch Docker image to temurin (diewald)
margaretha64755022024-06-18 10:30:59 +0200197- - Introduce filter_by and deprecate authorized_only in OAuth2
198 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +0200199
margarethaac09c4f2024-10-10 12:46:50 +0200200# version 0.74 hot-fix
201
margarethad59b34d2024-12-03 10:31:30 +0100202- Removed admin & owner restriction on client info access
margarethaac09c4f2024-10-10 12:46:50 +0200203- Removed registered_by and restrict registration_date to admin/owner-
margarethad59b34d2024-12-03 10:31:30 +0100204 only
margarethaac09c4f2024-10-10 12:46:50 +0200205
margaretha144be1a2024-08-09 15:38:40 +0200206# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +0200207
margarethad59b34d2024-12-03 10:31:30 +0100208- Remove corpusQuery param in the statistics web-service (close #758)
209- Moved NamedVCLoader to the init package
210- Clean up Spring XML configs
211- Fix some logging to write to file instead of stdout
Marc Kupietze4528ee2024-07-04 16:28:37 +0200212- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethad59b34d2024-12-03 10:31:30 +0100213- Unified ResourceFilters and SearchResourceFilters
214- Fixed supported versions in the configs & changed delimiter to comma
margaretha1df4f6d2024-07-12 13:45:52 +0200215- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +0200216
margaretha1ef2a032024-06-11 11:39:57 +0200217# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +0200218
margaretha46e2c952024-05-23 09:09:54 +0200219- Added tests for the DNB scenario with custom max match
margarethad59b34d2024-12-03 10:31:30 +0100220 and context size (#745)
221- Cleaned up named-vc
margarethad709be52024-06-05 11:31:41 +0200222- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +0200223- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +0200224- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +0200225- Restrict registration info for plugins (solves #572)
margarethad59b34d2024-12-03 10:31:30 +0100226- Removed redirect uri from InstalledPluginDto & updated tests
margaretha46e2c952024-05-23 09:09:54 +0200227
margaretha21879752024-04-22 12:12:58 +0200228# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +0100229
margarethad59b34d2024-12-03 10:31:30 +0100230- Fixed jakarta validation error
margaretha387e4682024-03-22 11:26:29 +0100231- Added openapi doc (#744)
232- Moved service.properties to src/main/resources/properties
233- Moved free-resources.json to src/main/resources/json
234- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +0100235- Changed loading external kustvakt.conf and jdbc.properties
236 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +0200237- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +0200238- Setup vc-cache in the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +0100239- Changed generating adminToken in the data folder (#598)
margaretha94b46fe2024-04-16 11:15:00 +0200240- Moved disk store path cache_store into the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +0100241- Fixed invalid signature of the uber jar
margaretha390f37d2024-04-22 12:07:34 +0200242- Updated configurations of the lite version to use the
243 data folder (#598)
margaretha67440722024-04-25 13:27:02 +0200244- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +0100245
margaretha28a53d12024-02-20 12:57:38 +0100246# version 0.73
margarethafbfe2872024-01-04 23:29:28 +0100247
margarethab06377e2024-01-30 11:06:35 +0100248- Moved the content of the full folder to the root folder
249- Removed Piwik
250- Removed unused libraries
251- Cleaned up spring configs
252- Updated Krill and Koral with new groupIds
253- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +0100254- Updated search Krill and removed Lucene
255- Updated readme
margarethab06377e2024-01-30 11:06:35 +0100256
257# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100258
259- Replaced javax.ws to jakarta.ws namespace (#648)
260- Upgrading Jersey 2.40 to 3.x (#646)
261- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
262- Replaced javax.persistence with jakarta.persistence (#648)
263- Migrate Hibernate 5 to 6 (#649)
264- Fix missing placeholders
265- Fixed conflicting jackson-jarxrs
266- Fixed conflicting commons-logging and spring jcl
267- Replaced javax.servlet with jakarta.servlet (#648)
268- Updated authorization services using Nimbus (#650)
269- Fixed BlockingFilter by replacing javax.annotation.Priority
270 with jakarta.annotation.Priority (#659, #648)
271- Replaced javax.annotation with jakarta.annotation
272- Enabled legacy support for authorization POST request
273- Changed OAuth2 token request using Nimbus (#650)
274- Removed Apache Oltu API from token requests (#650)
275- Removed OpenID
276- Fixed clearing cache
margarethad59b34d2024-12-03 10:31:30 +0100277- Fix JettyServerTest, init package, and some java docs
278- Make scope extraction more flexible
margarethafbfe2872024-01-04 23:29:28 +0100279- Updated token response using Nimbus (#650)
280- Remove Oltu request and validator implementations (#650)
281- Updated OAuth2 response handler (#650)
282- Fixed ShutdownHandler (fixed #708)
283- Fixed issues with multi-release jar (#706, #708)
284
285
286# version 0.71.1
287
288- Removed auditing (#611)
289- Removed old database configurations (#612)
290- Removed old tests
291- Removed unnecessary caches and methods in the authentication interface
292- Added total result cache (#599)
293- Fixed missing project.version in info web-service
294- Make sure totalResults and other numeric results are numbers (Kupietz)
295- Introduce CQP query language in Koral 0.41
296- Changed DB connection (fixed #670)
297- Resolved duplicate libraries
298- Fixed testing expiry access token
299- Fix lombok compile warning
margarethad59b34d2024-12-03 10:31:30 +0100300- Ensure the order of clean token tests
margarethafbfe2872024-01-04 23:29:28 +0100301
302# version 0.71
303
304- Renamed entity and service packages in core
305- Renamed web.controller package in core
306- Moved SearchNetworkEndpoint to core.service package
307- Merged lite into full
308- Merged core into full
309
310
311# version 0.70.1
312
313- Added data folder containing super_client_info and database
314 for mounting into docker
315- Added an error for missing redirect uri in a token request
316 when it has been included in the authorization request.
317- Added tests for VC sharing and for OAuth2 client using VC services
318- Added and updated VC controller tests
319- Moved hibernate.properties
320- Added maximum number of user persistent virtual corpora and queries
321
322# version 0.70
323
324- Support token array in matchinfo (fixes #570; diewald)
325- Updated VC list API and deprecated owner VC list (addressed #580)
326- Added user info web-service (solved #566)
327- Implemented configurable resource filters for search and match
328 info APIs (#539)
329- Added getting username from LDAP (#568)
330- Disabled LDAP auth provider and token API in the auth filter (#587)
331- Added LDAP log for users without idsC2Profile
margarethad59b34d2024-12-03 10:31:30 +0100332- Fixed log4j2 properties
margarethafbfe2872024-01-04 23:29:28 +0100333
334
335# version 0.69.3
336
337- Moved the service path of VC admin services to admin/vc (closed #543)
338- Added an admin service to load and cache system vc (solved #268)
339- Move oauth2 admin service path (closed #544)
340- Excluded admin service to load-cache VC from the test suite
341- Fixed refresh token expiry test
342- Fixed scope check in OAuth2 token request with refresh token
343
344# version 0.69.2
345
3462022-12-05
347- Upgrade version for E2E-simplified Docker images (diewald)
3482023-01-27
349- Updated client info API (replaced user authorization requirement with super
350 client authentication)
3512023-01-30
352- Made scope param required in authorization request (solved #508)
3532023-01-31
354- Allowed OAuth2 clients to use localhost as redirect URIs.
3552023-02-03
356- Fixed content-type in error responses by changing it to application/json
3572023-02-06
358- Allow admin access using admin token for the clean token API
3592023-02-10
360- Use admin filter instead of OAuth2 ADMIN scope
margarethad59b34d2024-12-03 10:31:30 +0100361- Added a plugin test
margarethafbfe2872024-01-04 23:29:28 +01003622023-02-15
363- Moved user-group retrieval API to UserGroupAdminController
margarethad59b34d2024-12-03 10:31:30 +0100364 and changed the service path URL of UserGroupAdminController
margarethafbfe2872024-01-04 23:29:28 +01003652023-02-20
366- Deprecate API token (JWT) web-service
367- Fixed Slf4J binding
3682023-02-28
369- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
3702023-03-06
margarethad59b34d2024-12-03 10:31:30 +0100371- Fixed testing refresh token expiry
margarethafbfe2872024-01-04 23:29:28 +0100372
373
374# version 0.69.1
375
376- Upgrade version for docker including indexer (diewald)
377
378
379# version 0.69
380
381 - Migrated to Java 11 and Jersey 2
382 - Updated dependencies
383 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
384
385
386# version 0.68
387
3882022-05-25
389 - Added a new API: list plugins (e.g for marketplace)
390 - Added redirect URI validation in authorization request (addressed #374)
391 - Handled user-defined refresh token expiry (added in client info and
392 list API response)
393 - Added installed_plugins table
394 - Added a new API: install plugin
395 - Handled redundant plugin installation
396 - Handled super client id in plugin installation
397 - Deprecated UserClientDto and uses ClientinfoDto instead
398 - Updated redirect URI error message for coherence
3992022-05-27
400 - Added maximum limit to custom refresh token expiry
4012022-06-01
margarethad59b34d2024-12-03 10:31:30 +0100402 - Added new APIs: list user-installed plugins and uninstall plugin
margarethafbfe2872024-01-04 23:29:28 +0100403 - Moved install and list plugin APIs to PluginController and updated their
margarethad59b34d2024-12-03 10:31:30 +0100404 service paths under /plugins
margarethafbfe2872024-01-04 23:29:28 +01004052022-06-03
406 - Implemented searching option using a network endpoint
margarethad59b34d2024-12-03 10:31:30 +0100407 - Implemented initial super client registration for user authentication
408 - Fixed admin clean token API and restrict plugins to confidential only
margarethafbfe2872024-01-04 23:29:28 +0100409
410
411
412# version 0.67.1
413
4142022-05-12
415 - Implemented mapping of LDAP username to email
416 - Handled null parameters in authorization requests
4172022-05-25
418 - Fixed null client_id
419 - Updated ldap.config path in the kustvakt-test.conf
420
421
422# version 0.67
423
4242022-05-09
margarethad59b34d2024-12-03 10:31:30 +0100425 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections
426 - An embedded LDAP server can now be started automatically if configured accordingly
margarethafbfe2872024-01-04 23:29:28 +01004272022-05-11
428 - Changed the SQL script updating oauth2_client table
429
430
431# version 0.66
432
4332022-03-31
margarethad59b34d2024-12-03 10:31:30 +0100434 - Updated query and user-group name pattern
margarethafbfe2872024-01-04 23:29:28 +01004352022-04-08
margarethad59b34d2024-12-03 10:31:30 +0100436 - Added redirect_uri to client info API
margarethafbfe2872024-01-04 23:29:28 +01004372022-04-11
438 - Added registration_date, refresh_token_expiry, source and is_permitted
439 to the oauth2_client database table, and updated the OAuth2 client
margarethad59b34d2024-12-03 10:31:30 +0100440 registration mechanism
441 - Added authorization request with GET and deprecated that with POST
margarethafbfe2872024-01-04 23:29:28 +01004422022-04-13
443 - Updated OAuth2Client list API (added redirect_uri, registration_date,
margarethad59b34d2024-12-03 10:31:30 +0100444 permitted, source to OAuth2UserClientDto)
margarethafbfe2872024-01-04 23:29:28 +01004452022-04-20
margarethad59b34d2024-12-03 10:31:30 +0100446 - Updated authorization error response (Included error and error
margarethafbfe2872024-01-04 23:29:28 +0100447 description in the client redirect URI except for missing or
margarethad59b34d2024-12-03 10:31:30 +0100448 invalid client id or redirect URI)
margarethafbfe2872024-01-04 23:29:28 +0100449
450
451# version 0.65.2
452
4532022-03-03
margarethad59b34d2024-12-03 10:31:30 +0100454 - Removed VCLoader
455 - Added foreign keys to the DB tables of access and refresh token scopes
margarethafbfe2872024-01-04 23:29:28 +01004562022-03-07
margarethad59b34d2024-12-03 10:31:30 +0100457 - Added more parameter checks and OAuth2Client web-service tests
margarethafbfe2872024-01-04 23:29:28 +01004582022-03-17
margarethad59b34d2024-12-03 10:31:30 +0100459 - Updated admin filter by using admin token and role checks
margarethafbfe2872024-01-04 23:29:28 +01004602022-03-18
margarethad59b34d2024-12-03 10:31:30 +0100461 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens
margarethafbfe2872024-01-04 23:29:28 +01004622022-03-28
463 - Updated admin filter (admintoken as a form param) and uses
margarethad59b34d2024-12-03 10:31:30 +0100464 it for the closing index reader API
465 - Removed unused admin API: clear access token cache
margarethafbfe2872024-01-04 23:29:28 +01004662022-03-29
467 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
468
469# version 0.65.1
470
4712022-03-01
margarethad59b34d2024-12-03 10:31:30 +0100472 - Restricts the field retrieval web-service to admin only
margarethafbfe2872024-01-04 23:29:28 +0100473
474# version 0.65
475
476!!! includes security updates - please update all Kustvakt libraries
477!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
478
4792021-12-02
margarethad59b34d2024-12-03 10:31:30 +0100480 - Updated VC cache
margarethafbfe2872024-01-04 23:29:28 +01004812021-12-03
margarethad59b34d2024-12-03 10:31:30 +0100482 - Enabled listing system vc for authorized users
margarethafbfe2872024-01-04 23:29:28 +01004832021-12-08
margarethad59b34d2024-12-03 10:31:30 +0100484 - Removed koralQuery and statistics from VC list
margarethafbfe2872024-01-04 23:29:28 +0100485 - Added a web-service to retrieve KoralQuery of a VC
4862021-12-10
margarethad59b34d2024-12-03 10:31:30 +0100487 - [security] Updated log4j libs due to CVE-2021-44228
margarethafbfe2872024-01-04 23:29:28 +01004882021-12-13
margarethad59b34d2024-12-03 10:31:30 +0100489 - Fixed broken test suite
margarethafbfe2872024-01-04 23:29:28 +01004902022-01-03
491 - [security] More log4j security updates
492 - Bumped unboundid-ldapsdk
margarethad59b34d2024-12-03 10:31:30 +0100493 - Updated tests
margarethafbfe2872024-01-04 23:29:28 +01004942022-01-25
margarethad59b34d2024-12-03 10:31:30 +0100495 - Added show-tokens option to the search API
margarethafbfe2872024-01-04 23:29:28 +01004962022-01-31
margarethad59b34d2024-12-03 10:31:30 +0100497 - Added an API retrieving fields of a virtual corpus
margarethafbfe2872024-01-04 23:29:28 +0100498
499# version 0.64.1
500
5012021-10-26
margarethad59b34d2024-12-03 10:31:30 +0100502 - Bump Kustvakt and Krill versions
margarethafbfe2872024-01-04 23:29:28 +0100503
504
505# version 0.64
5062021-07-29
margarethad59b34d2024-12-03 10:31:30 +0100507 - Updated the change files and made a new version
margarethafbfe2872024-01-04 23:29:28 +01005082021-08-12
margarethad59b34d2024-12-03 10:31:30 +0100509 - Fixed errors due to missing query type and added tests
margarethafbfe2872024-01-04 23:29:28 +01005102021-08-13
margarethad59b34d2024-12-03 10:31:30 +0100511 - Fixed missing request entity
512 - Updated the query service to enable editing query references
margarethafbfe2872024-01-04 23:29:28 +01005132021-08-16
514 - Fixed creator param when storing query or VC by admins for
margarethad59b34d2024-12-03 10:31:30 +0100515 the system or other users
margarethafbfe2872024-01-04 23:29:28 +0100516
517# version 0.63.2
5182021-06-11
margarethad59b34d2024-12-03 10:31:30 +0100519 - Updated OAuth2 token length & secure random algorithm config
520 - Added character set filter to random code generator, e.g. for client_id
margarethafbfe2872024-01-04 23:29:28 +01005212021-06-14
margarethad59b34d2024-12-03 10:31:30 +0100522 - Updated roleId and super client parameters
margarethafbfe2872024-01-04 23:29:28 +01005232021-06-24
margarethad59b34d2024-12-03 10:31:30 +0100524 - Fixed broken test
margarethafbfe2872024-01-04 23:29:28 +01005252021-07-22
margarethad59b34d2024-12-03 10:31:30 +0100526 - Updated cache settings and some loggings
margarethafbfe2872024-01-04 23:29:28 +01005272021-07-26
528 - Replaced annotation parsing with restoring the annotation tables to the
margarethad59b34d2024-12-03 10:31:30 +0100529database
530 - Moved cache config to the full config
margarethafbfe2872024-01-04 23:29:28 +0100531
532# version 0.63.1
5332021-02-22
534 - Updated libraries (margaretha)
535 - Renamed virtual corpus to query (margaretha)
5362021-02-26
537 - Added query access roles and fixed vc access roles (margaretha)
538 - Added delete query webservice and tests (margaretha)
5392021-03-25
540 - Updated Koral version for Info Controller (margaretha)
541 - Updated OAuth2 token list with token type and user clientId
542parameters (margaretha)
5432021-03-29
544 - Added client type in the client list web-service. Resolved #58 (margaretha)
5452021-04-19
546 - Updated OAuth2Client JSON definition and controller tests (margaretha)
5472021-04-26
548 - Updated OAuth2 Client list (margaretha)
5492021-04-30
550 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
551 - Updated OAuth2 API responses for coherence (margaretha)
5522021-06-07
553 - Updated OAuth2 client dto (margaretha)
554
555# version 0.63
55626/10/2020
557 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
55829/10/2020
559 - Introduction of a query reference rewrite mechanism (diewald)
56030/10/2020
561 - Added database methods for storing query references (diewald)
56204/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100563 - Fix hibernate dialect for SQLite (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010056404/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100565 - Fix pipe warning (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010056614/01/2021
567 - Updated Flyway (margaretha)
56821/01/2021
569 - Fixed running pipe and updated tests with mockserver (margaretha)
57001/02/2021
571 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
57205/02/2021
573 - Add query reference web-service (diewald,margaretha)
57410/02/2021
575 - Fixed problem with multiple desktop apps (diewald, margaretha)
57612/02/2021
577 - Added listing available queries for users (margaretha)
57817/02/2021
579 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
580 - Added query and query language in virtual corpus table (margaretha)
58118/02/2021
582 - Set corpus access public for stored query (margaretha)
58319/02/2021
584 - Enabled API info web-service (margaretha)
585
586
587# version 0.62.4
58824/01/2020
589 - Removed salt from config and updated config files (margaretha)
59003/02/2020
591 - Added an admin API for clearing access token cache (margaretha)
59205/02/2020
593 - Added a config properties for a long-time access token expiry
594 and excluded refresh tokens for public clients in OAuth2 token
595 responses (margaretha)
596 - Removed client authentication from the client deregistration and
597 client-secret reset APIs (margaretha)
59804/03/2020
599 - Updated the sample index (diewald)
600
601# version 0.62.3
60203/12/2019
603 - Implemented pipe extension in the search API (margaretha)
60411/12/2019
605 - Added errors when requesting VC in caching process (margaretha,
606 resolved #47)
60712/12/2019
608 - Added support for multiple cq parameters (margaretha, resolved #46)
60913/12/2019
610 - Handled pipe errors and added tests (margaretha)
61119/12/2019
612 - Updated create update user-group API (margaretha)
61320/12/2019
614 - Removed transactional annotations from simple select queries (margaretha)
615 - Updated free resource controller (margaretha)
61615/01-2020
617 - Added additional statistic figures to virtual corpus info API
618 response (margaretha)
619
620# version 0.62.2
62117/10/2019
margarethad59b34d2024-12-03 10:31:30 +0100622 - Handled vulnerability CVE-2019-17195 (margaretha)
margarethafbfe2872024-01-04 23:29:28 +01006238/11/2019
624 - Added user-group name pattern (margaretha, issue #33)
62511/11/2019
626 - Updated user group service paths and replaced groupId with groupName
627 (margaretha, resolved #33)
62812/11/2019
629 - Removed UserGroupJson & updated listUserGroups and createUserGroup
630 services (margaretha)
631 - Added prefixes to username and groupname parameters in service paths
632 (margaretha, resolved #35)
63313/11/2019
634 - Added tests for issue #43 (margaretha)
63514/11/2019
636 - Added client description and URL to list-authorized-clients service
637 (margaretha, close #53)
638 - Implemented a service to list clients registered by a user (margaretha,
639 close #52)
640 - Added a check for OAuth2 client, VC, and group name length (margaretha)
64115/11/2019
642 - Merged list authorized client and list registered client services
643 (margaretha)
64421/11/2019
645 - Added a service to list active refresh tokens of a user (margaretha)
646 - Added username filtering to token revocation service via super client
647 (margaretha)
64826/11/2019
649 - Added a service to revoke a single refresh token via super client
650 (margaretha)
651
652# version 0.62.1
65308/07/2019
654 - Added tests for public metadata response in search api (margaretha,
655 issue #43)
656 - Disabled some tests of unused/disabled web-services (margaretha)
65707/08/2019
658 - Fixed missing scopes after requesting access token with refresh token
659 (margaretha)
660 - Fixed post requests with status OK and empty body (margaretha)
66107/08/2019
662 - Added users to hidden group when searching in a published VC (margaretha,
663 resolved #40)
66415/08/2019
665 - Updated the response statuses of VC PUT requests (margaretha)
666
667# version 0.62
66828/02/2019
669 - Removed old VC controllers and updated tests (margaretha, issue #34)
670 - Updated VC access controllers (margaretha)
67119/03/2019
672 - Added close index controller (margaretha)
67311/04/2019
674 - Fixed unknown authentication scheme, missing VC entity, and parameter
675 checker (margaretha)
676 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
677 unique group name and unknown VC access (margaretha)
67827/06/2019
679 - Handled LDAP errors, fixed #45 (margaretha)
68003/07/2019
681 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
682 - Changed the response media-type of authentication controllers (margaretha)
683 - Fixed bugs: allow guest to retrieve system VC,
684 remove VC from cache when it is deleted (margaretha)
68504/07/2019
686 - Updated VC name pattern and tests (margaretha)
687
688# version 0.61.6
68904/02/2019
690 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
691 - Updated client deregistration behavior (margaretha)
69205/02/2019
693 - Added delete-group-by-name controller (margaretha)
694 - Added unique index to group name (margaretha)
69506/02/2019
696 - Updated a user setting test using array for multiple values (margaretha)
697 - Added metadata controller tests (margaretha)
69818/02/2019
699 - Fixed tests (margaretha)
700 - Updated handling errors from Koral (margaretha)
70119/02/2019
702 - Added fields to metadata controller (margaretha, issue #39)
703
704# version 0.61.5
70517/12/2018
706 - Added a search timeout test (margaretha)
70718/12/2018
708 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
70908/01/2019
710 - Improved predefined vc caching (issue #28, margaretha)
71109/01/2019
712 - Added comments (margaretha)
713 - Updated code structure (margaretha)
71411/01/2019
715 - Degraded API version to 1.0 (margaretha)
716 - Added OAuth2 client info tests (margaretha)
71714/01/2019
718 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
71916/01/2019
720 - Added a PUT request for both creating and editing vc (margaretha)
721 - Added aliases to some VC controllers (margaretha)
722 - Merged VC access list controllers (margaretha)
72321/01/2019
724 - Removed codes related to user registration & password management (margaretha)
72522/01/2019
726 - Added create, edit, retrieve user default setting controllers (margaretha)
72722/01/2019
728 - Updated default setting controllers & added tests (margaretha)
729 - Added delete key in setting controllers (margaretha)
73023/01/2019
731 - Added default setting key validation (margaretha)
732 - Fixed UserdataTest (margaretha)
73324/01/2019
734 - Added default setting key validation & fixed UserdataTest (margaretha)
73525/01/2019
736 - Added VC reference and MapUtil tests (margaretha)
73728/01/2019
738 - Fixed username verification in DefaultSettingService (margaretha)
739 - Added foundry rewrite with user default setting (margaretha)
740 - Added default foundry for morphology layer (margaretha)
74129/01/2019
742 - Fixed share VC type (margaretha)
743 - Added delete setting controller (margaretha)
744 - Handled "no resource found" cases (margaretha, issue #37)
74530/01/2019
746 - Added server shutdown description in readme (margaretha)
747
748# version 0.61.4
74914/11/2018
750 - Integrated lite and full services and controllers in core (margaretha)
75121/11/2018
752 - Updated OAuth2 refresh token request to create a new refresh token and
753 revoke the old one per request (margaretha)
75428/11/2018
755 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
756 - Handled storing cached VC with VC reference (margaretha)
75729/11/2018
758 - Added a controller for listing user clients having active refresh tokens
759 (margaretha)
7606/12/2018
761 - Added debug flags to mitigate log4j debugging performance (margaretha)
762 - Fixed KoralNode at() method (margaretha)
76311/12/2018
764 - Implemented revoking all tokens of a user client via a super client
765 (margaretha)
766 - Removed document controllers and KustvaktResource (margaretha)
767 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
768
769
770# version 0.61.3
77117/10/2018
772 - Updated NamedVCLoader to be optional (margaretha)
773 - Updated annotation tables & implemented key-value structure (margaretha)
774 - Added annotation parser for annotation data from kalamar (margaretha)
775 - Implemented parsing free resource info from json (margaretha)
77622/10/2018
777 - Updated jetty, spring and hibernate versions (margaretha)
778 - Fixed the order of annotation keys and values, and added tests (margaretha)
779 - Fixed resource DAO & added tests (margaretha)
78024/10/2018
781 - Fixed query serialization service (margaretha)
782 - Added "highlights" parameter to matchInfo controller (margaretha)
783 - Added "fields" parameter to search controllers (margaretha)
784 - Integrated lite controllers, services and tests in full version (margaretha)
78529/10/2018
786 - Moved javax.servlet-api to core (margaretha)
78707/11/2018
788 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
78913/11/2018
790 - Added Shutdown handler to Jetty server (margaretha)
791 - Fixed storing VC order in NamedVCLoader (margaretha)
792
793# version 0.61.2
79412/09/2018
795 - Added various log4j2 configurations (margaretha)
79613/09/2018
797 - Implemented VirtualCorpusRewrite (margaretha)
79814/09/2018
799 - Fixed SpringJerseyTest ApplicationContext (margaretha)
800 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
801 - Enabled VCReferenceTest in maven test suite (margaretha)
80218/09/2018
803 - Handled unique constraints / inserting duplicate items to DB (margaretha)
804 - Added a controller for editing user group member roles (margaretha)
80519/09/2018
806 - Fixed cached-VC ref with username (margaretha)
807
808# version 0.61.1
80928/08/2018
810 - Added API URL versioning (margaretha)
811 - Deactivated IdRewrite (margaretha)
812 - Fixed kustvakt controller (margaretha)
81330/08/2018
814 - Fixed root packages & added api version properties in kustvakt.conf
815 (margaretha)
816 - Fixed versioning in SearchController (margaretha)
817 - Added API versioning tests (margaretha)
818
819# version 0.61.0
820
82102/08/2018
822 - Added VC reference tests (margaretha)
823 - Implemented loading and caching named VCs (margaretha)
82403/08/2018
825 - Implemented OAuth2 revoke token (margaretha)
826 - Updated OAuth2 refresh token implementation (margaretha)
82714/08/2018
828 - Implemented revoke all OAuth2 access tokens and authorization codes of
829 client users when deregistering/deleting a client (margaretha)
830 - Fixed update OAuth2 access token (margaretha)
831 - Implemented reset client secret (margaretha)
832 - Fixed revoking latest access token when refreshing OAuth2 access token
833 (margaretha)
83415/08/2018
835 - Implemented OAuth2 client info controller (margaretha)
836 - Implemented update OAuth2 client privilege controller for admins
837 (margaretha)
838 - Implemented unlimited authorization scope for super clients with OAuth2
839 password grant (margaretha)
840 - Marked native clients implementation to deprecated in favour of super
841 clients (margaretha)
842 - Enabled using Bearer tokens as user authentication tokens (Authorization
843 header value) for many controllers including OAuth2 controllers (margaretha)
84416/08/2018
845 - Implemented degrading super clients (margaretha)
846 - Improved and added OAuth2 tests (margaretha)
84721/08/2018
848 - Added VC name pattern check (margaretha)
84922/08/2018
850 - Implemented loading VC from gz files (margaretha)
851 - Updated OAuth2 authorization codes' & access tokens' expiry check
852 (margaretha)
85323/08/2018
854 - Updated RefreshToken implementations with separate DB tables (margaretha)
855 - Allows multiple access tokens per refresh token (margaretha)
85627/08/2018
857 - Added statistic with VC reference tests (margaretha)
858 - Fixed OAuth2 SQL files (margaretha)
85928/08/2018
860 - Added c3p0 datasource configuration to Spring default-config-xml
861 (margaretha)
862 - Added running Kustvakt server with custom spring config in the readme
863 (margaretha)
864 - Removed old OAuth2 codes (margaretha)
865 - Moved non-config test codes to misc (margaretha)
866
867
868# version 0.60.5
869
87009/07/2018
871 - Added service layer to the search controller (margaretha)
872 - Added OAuth2 scope checking in search and VC controllers (margaretha)
873 - Added handling OAuth2 bearer token for VC access and User group
874 controllers (margaretha)
875 - Added default scope to password grant (margaretha)
87610/07/2018
877 - Made createBasicAuthorizationHeaderValue static (margaretha)
878 - Added store access token in openID token service (margaretha)
879 - Fixed empty scope in openID authorization and token service (margaretha)
880 - Implemented storing authorization code in cache (margaretha)
88111/07/2018
882 - Fixed authentication time in authentication controller (margaretha)
883 - Added OAuth2 access token tests (margaretha)
88412/07/2018
885 - Updated maven surefire setting for faster test suite runtime (margaretha)
886 - Implemented refreshing OAuth2 access token (margaretha)
88726/07/2018
888 - Fixed issue #27 (margaretha)
88902/08/2018s
890 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
891
892
893# version 0.60.4
894
89505/07/2018
896 - implemented OAuth2 authorization code request with OpenID Authentication
897 (margaretha)
898 - enabled OAuth2 authorization without OpenID authentication using Nimbus
899 library (margaretha)
900 - implemented response handler for OpenID authentication errors in authorization
901 requests (margaretha)
902 - added tests regarding OpenID authentication in authorization requests
903 (margaretha)
904 - implemented OAuth2 authorization error response via redirect URI instead of
905 JSON (margaretha)
906 - added state to OAuth2 authorization error response (margaretha)
907 - implemented OpenID token service for authorization code flow (margaretha)
908 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
909 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
910 keys (margaretha)
911 - implemented OpenId configuration (margaretha)
912 - added authentication time and support for auth_time in id_token (margaretha)
913 - implemented support for nonce and max_age parameters in OpenID authentication
914 (margaretha)
915 - implemented OAuth2 token request with password grant using Nimbus library
916 (margaretha)
917 - updated redirect URI validator (margaretha)
918 - updated client registration requirement to allow desktop applications
919 (margaretha)
920 - fixed RSA key configuration (margaretha)
921 - merged OAuth2 client deregistration controllers (margaretha)
922 - fixed OAuth2 client unique URL-hashcode (margaretha)
923 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
924 - Added support for unrestricted corpus statistics (ndiewald)
925 - updated paths of user-group deletion-controllers (margaretha)
926 - Do not pass broken queries to Krill (diewald)
927 - added OAuth2 token request with client authentication via Authorization
928 header (margaretha)
929 - added port checking in test suite (margaretha)
930
931# version 0.60.3
932
93306/06/2018
934 - improved user authentication by using authentication filter for authorization
935 code request (margaretha)
936 - limited client authentication to client id checking in authorization code
937 request (margaretha)
938 - added user_id in the oauth2_access_token database table (margaretha)
939 - implemented OAuth2Authentication provider for token context management
940 (margaretha)
941 - added parameter checking for authorization DAO (margaretha)
942 - added controller tests using OAuth2 access token (margaretha)
943 - added database tables for MySQL (margaretha)
944 - updated JWT library and related codes (margaretha)
945
946# version 0.60.2
947
94803/05/2018
949 - implemented OAuth2 client registration (margaretha)
950 - implemented OAuth2 client authentication (margaretha)
951 - changed virtual corpus search to retrieval (margaretha)
952 - implemented public client deregistration task (margaretha)
953 - added client registration and deregistration tests (margaretha)
954 - implemented confidential client deregistration task (margaretha)
955 - fixed storing client secret (margaretha)
956 - implemented OAuth2 response handler (margaretha)
957 - implemented OAuth2 request access token with client credentials grant
958 (margaretha)
959 - implemented OAuth2 request access token with resource owner password grant
960 (margaretha)
961 - implemented OAuth2 authorization code request (margaretha)
962 - added OAuth2 error codes (margaretha)
963 - added OAuth2 authorization, scope and access token tables for SQLite
964 (margaretha)
965 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
966 - implemented OAuth2 request access token with authorization code grant
967 (margaretha)
968 - added setting default scopes in the config file (margaretha)
969 - fixed loading spring config multiple times in the test suite (margaretha)
970 - added SQLite created_date trigger for access token (margaretha)
971 - added a join table for access token scopes (margaretha)
972 - added access scopes handling (margaretha)
973 - added tests about request token with authorization code (margaretha)
974
975# version 0.60.1
976
97728/03/2018
978 - added admin-related SQL codes (margaretha)
979 - updated AdminDao (margaretha)
980 - added optional username query parameter to group list controller (margaretha)
981 - fixed non hierarchical URI of kustvakt conf files (margaretha)
982 - added delete group member triggers (margaretha)
983 - added list user-group by username and status for system admin (margaretha)
984 - added user-group status in user-group DTO (margaretha)
985 - added check for hidden groups in user-group tests (margaretha)
986 - added database trigger test on deleting members when deleting group
987 (margaretha)
988 - renamed VC type PREDEFINED to SYSTEM (margaretha)
989 - added VC list controller for system admin (margaretha)
990 - added VC controller tests with for system admin (margaretha)
991 - added hidden access removal when deleting published VC (margaretha)
992 - added check for hidden groups in VC controller tests (margaretha)
993 - added search user-group controller (margaretha)
994 - removed createdBy from VirtualCorpusJson (margaretha)
995 - moved member role setting from the invitation phase to the after-subscription
996 phase (margaretha)
997 - added member role removal after deleting members (margaretha)
998 - added add and delete member role controllers (margaretha)
999
1000# version 0.60
1001
100214/03/2018
1003 - set up mail settings using localhost port 25 (margaretha)
1004 - added mail template in kustvakt configuration (margaretha)
1005 - added mail settings to readme (margaretha)
1006 - disabled email notification for auto group (margaretha)
1007 - added metadata retrieval (diewald)
1008 - enabled custom implementation for email address retrieval (margaretha)
1009 - removed old policy and deprecated code (margaretha)
1010 - moved authentication related code to /full (margaretha)
margarethad59b34d2024-12-03 10:31:30 +01001011 - added userRoles attribute to UserGroupDto (margaretha)
margarethafbfe2872024-01-04 23:29:28 +01001012 - fixed sqlite trigger (margaretha)
1013 - fixed member exist error message (margaretha)
1014 - fixed member invitation to join deleted group (margaretha)
1015 - added checking deleted group (margaretha)
1016
1017# version 0.59.10
1018
101920/02/2018
1020 - added sort VC by id (margaretha)
1021 - added test cases regarding VC sharing (margaretha)
1022 - implemented withdraw VC from publication (margaretha)
1023 - added Changes file (margaretha)
1024 - implemented add/invite users to group (margaretha)
1025 - implemented delete user-group and member tasks (margaretha)
1026 - added userMemberStatus in group lists (margaretha)
1027 - updated and added SQL test data (margaretha)
1028 - added user group related tests (margaretha)
1029 - implemented custom configuration for deleting user groups and members (margaretha)
1030 - updated library versions and java environment (margaretha)
1031 - added expiration time check for member invitation (margaretha)
1032 - moved .properties files (margaretha)
1033 - merged changelog file to Changes (margaretha)
1034 - updated status codes and error messages to be more detailed (margaretha)
1035 - testing mail implementation using embedded jetty jndi (margaretha)
1036 - fixed collection rewrite regarding OR operation with other fields
1037 (margaretha)
1038 - implemented sending mail using spring injection and removed jetty jndi
1039 (margaretha)
1040 - fixed unrecognized application/json (margaretha)
1041 - fixed and updated velocity template (margaretha)
1042
1043# version 0.59.9
1044
104519/01/2018
1046 - restructured basic authentication (margaretha)
1047 - fixed AuthenticationException to include authentication scheme (margaretha)
1048 - fixed rewrite redundancy in collection rewrite (margaretha)
1049 - fixed foundry rewrite for constituents (margaretha)
1050 - introduced authentication methods, schemes and tokens (margaretha)
1051 - implemented collection rewrite with multiple licenses (margaretha)
1052 - fixed foundry rewrite for korap span without wrap node (margaretha)
1053 - implemented list user group (margaretha)
1054 - implemented delete VC task (margaretha)
1055 - implemented create user-group, subscribe to user-groups, unsubscribe to
1056 user-groups tasks(margaretha)
1057 - fixed handling JSON mapping exception for missing enums (margaretha)
1058 - implemented list VC task (margaretha)
1059 - added KoralQuery in VC lists (margaretha)
1060 - implemented edit VC task (margaretha)
1061 - implemented publish VC task (margaretha)
1062 - implemented share VC task (margaretha)
1063 - implemented list only owned VC task (margaretha)
1064 - implemented list VC access task (margaretha)
1065 - implemented search VC by id task (margaretha)
1066 - implemented delete VC access (margaretha)
1067 - implemented search for project VC (margaretha)
1068 - added search VC related tests (margaretha)
1069 - removed PredefinedUserGroup.ALL and related codes (margaretha)
1070 - implemented search for published VC (margaretha)
1071
1072# version 0.59.8
1073
107421/09/2017
1075 - restructured statistics service (margaretha)
1076 - removed deprecated loader codes and tests (margaretha)
1077 - removed old Spring java configurations (margaretha)
1078 - implemented entity classes for the new database (margaretha)
1079 - added MySQL codes regarding VC and for testing (margaretha)
1080 - added dao methods regarding VC (margaretha)
1081 - added similar SQL codes (to MySQL) for sqlite (margaretha)
1082 - added dao methods regarding user groups (margaretha)
1083 - restructured web-service codes into controller and logic/business-service
1084 (margaretha)
1085 - implemented user role and privilege, and added tests (margaretha)
1086 - prepared test suite using new database (margaretha)
1087 - implemented UserGroupDao and tests (margaretha)
1088 - fixed missing exceptions in JsonUtils (margaretha)
1089 - restructured web filters and authentication codes (margaretha)
1090 - implemented create/store VC (margaretha)
1091 - fixed collection rewrite bug regarding availability with operation or
1092 (margaretha)
1093
1094# version 0.59.7
1095
109613/10/2016
1097 - MOD: updated search to use new siglen (diewald)
1098 - MOD: fixed matchinfo retrieval in light service (diewald)
1099
110005/05/2015
1101 - ADD: rest test suite for user service (hanl)
1102 - MOD: setup parameter modification (hanl)
1103 - ADD: oauth2 client unique constraint (hanl)