blob: 44e175c5b5366a6f075e74680c4e3b4e7fcca010 [file] [log] [blame]
margaretha5b067882025-03-21 09:51:38 +01001# version 0.77-SNAPSHOT
2
3- Update statistics in VC info and list web-services to use VC cache (referTo)
4 instead of the original KoralQuery definitions (#791).
5
margaretha9a1b4ba2025-03-18 11:56:05 +01006# version 0.76
margarethac20741a2024-11-13 12:59:18 +01007
margarethab4472102024-11-13 13:15:36 +01008- Add institution & landingPage to the resource web-service (#777)
margarethab30b0152024-11-15 14:06:00 +01009- Make URL mandatory for plugin registration (#573)
margaretha90dca022024-11-19 09:25:40 +010010- Remove hidden group from test database
margaretha9d820462024-11-25 16:11:57 +010011- Implemented QueryContextRewrite (#755)
12- Replace operation:insertion with operation:injection (#778)
margarethabf09b192024-12-02 15:40:44 +010013- Update VirtualCorpusRewrite Remove Owner (#779)
margarethad59b34d2024-12-03 10:31:30 +010014- Add source to QueryReferenceRewrite (#783) and VirtualCorpusRewrite (#780)
15- Use operation:override in virtual corpus (reference) rewrite (#780)
margarethad5799ae2024-12-04 11:40:19 +010016- Use operation:override in query reference rewrite (#783)
margaretha82c75c22024-12-11 09:36:50 +010017- Fixed availability regex for all access in the config (important to correctly
18 determine required access of stored VC)
margarethac105e2f2024-12-19 09:55:46 +010019- Rename CollectionRewrite to AvailabilityRewrite
margarethad9e43ec2024-12-20 12:11:43 +010020- Improve AvailabilityRewrite and implement operation:override (#781)
margarethab9b317d2025-01-23 15:13:47 +010021- Disabled mysql connector Java due to CVE-2023-22102
margaretha377c0182025-01-30 09:10:37 +010022- Replace origin with editor in rewrites (#782)
margaretha8489f862025-02-05 11:32:16 +010023- Update scope and add _comment as discussed in #782
margaretha4d06c122025-03-05 10:43:16 +010024- Changed source to original #782
margarethaee0b5732025-03-18 09:41:10 +010025- Change JsonInclude to non default to hide VC statistics when not computed
margaretha82c75c22024-12-11 09:36:50 +010026
margarethab4472102024-11-13 13:15:36 +010027
margaretha34595a52024-10-28 08:54:10 +010028# version 0.75
margaretha34c9fba2024-08-09 17:44:03 +020029
30- Alter role and remove privilege database tables (#763)
31- Update user-group and user-group member web-services (#763)
32- Remove edit member role web-service (#763)
33- Remove query access table (#763)
34- Remove query access admin, merged with user-group admin (#763)
35- Update share-query and query-access web-services (#763)
36- Add new web-service: delete role by query and group (#763)
37- Remove soft delete group and group status deleted (#765)
margaretha090d6292024-08-09 18:35:05 +020038- Remove soft delete group member and member status deleted (#765)
margaretha3e467132024-08-16 09:12:01 +020039- Removed SearchResourceFilters and UserGroupJson
margaretha04836712024-08-16 13:03:56 +020040- Removed deleted_by from user_group and user_group_member tables (#764)
41- Removed created_by, status and status_date from user_group_member table (#764)
42- Removed GroupMemberStatus (#764)
43- Replace invite and subscribe to add member (#764)
44- Remove unsubscribe member (#764)
margarethaea0b4072024-08-19 22:41:44 +020045- Added deprecation messages to deprecated services
46- Removed mail configuration (#764)
margarethad59b34d2024-12-03 10:31:30 +010047- Deprecate VC access deletion
48- Change default port to 8089
49- Disallow scope all for non super clients
50- Added config for total result cache and fixed inconsistency (#774)
51- Changed memberUsername to member in the new member-role-addition web-service
52- Removed user-privileges from user-group list response
margaretha987a0512024-10-23 11:19:29 +020053- Added role names to user-group list
margarethad59b34d2024-12-03 10:31:30 +010054- Added not-timeExceeded to the totalResult constraints
55- Replace EDIT_VC occurrences with CREATE_VC, and removed it
56- Fixed administrative user group retrieval to return groups with empty members
margaretha83cdf7f2024-10-23 10:50:29 +020057
margaretha34c9fba2024-08-09 17:44:03 +020058
Akron7ba60862024-08-09 16:55:01 +020059# version 0.74.1-SNAPSHOT
60
margarethad59b34d2024-12-03 10:31:30 +010061- Switch Docker image to temurin (diewald)
margaretha64755022024-06-18 10:30:59 +020062- - Introduce filter_by and deprecate authorized_only in OAuth2
63 client list (close #579)
Akron7ba60862024-08-09 16:55:01 +020064
margarethaac09c4f2024-10-10 12:46:50 +020065# version 0.74 hot-fix
66
margarethad59b34d2024-12-03 10:31:30 +010067- Removed admin & owner restriction on client info access
margarethaac09c4f2024-10-10 12:46:50 +020068- Removed registered_by and restrict registration_date to admin/owner-
margarethad59b34d2024-12-03 10:31:30 +010069 only
margarethaac09c4f2024-10-10 12:46:50 +020070
margaretha144be1a2024-08-09 15:38:40 +020071# version 0.74
margarethaf6f6c3c2024-06-11 10:51:06 +020072
margarethad59b34d2024-12-03 10:31:30 +010073- Remove corpusQuery param in the statistics web-service (close #758)
74- Moved NamedVCLoader to the init package
75- Clean up Spring XML configs
76- Fix some logging to write to file instead of stdout
Marc Kupietze4528ee2024-07-04 16:28:37 +020077- Change CC RE from CC-BY.* to CC.* (kupietz)
margarethad59b34d2024-12-03 10:31:30 +010078- Unified ResourceFilters and SearchResourceFilters
79- Fixed supported versions in the configs & changed delimiter to comma
margaretha1df4f6d2024-07-12 13:45:52 +020080- Setup log4j2 config (#753)
margarethaf6f6c3c2024-06-11 10:51:06 +020081
margaretha1ef2a032024-06-11 11:39:57 +020082# version 0.73.2
margaretha1668d872024-05-22 08:50:49 +020083
margaretha46e2c952024-05-23 09:09:54 +020084- Added tests for the DNB scenario with custom max match
margarethad59b34d2024-12-03 10:31:30 +010085 and context size (#745)
86- Cleaned up named-vc
margarethad709be52024-06-05 11:31:41 +020087- Updated tests using the old match info web-services (#757)
margarethac7f8f802024-06-05 12:52:45 +020088- Added deprecation warning for the old matchInfo service (#757)
margarethad151c302024-06-10 10:50:42 +020089- Fixed empty named VC path in configuration (solves #754)
margaretha60b65d42024-06-06 09:05:16 +020090- Restrict registration info for plugins (solves #572)
margarethad59b34d2024-12-03 10:31:30 +010091- Removed redirect uri from InstalledPluginDto & updated tests
margaretha46e2c952024-05-23 09:09:54 +020092
margaretha21879752024-04-22 12:12:58 +020093# version 0.73.1
margaretha10618a02024-02-21 11:06:01 +010094
margarethad59b34d2024-12-03 10:31:30 +010095- Fixed jakarta validation error
margaretha387e4682024-03-22 11:26:29 +010096- Added openapi doc (#744)
97- Moved service.properties to src/main/resources/properties
98- Moved free-resources.json to src/main/resources/json
99- Enables inputting free-resources.json from data folder
margarethad77ee712024-03-22 12:35:30 +0100100- Changed loading external kustvakt.conf and jdbc.properties
101 to use /data folder (#598)
margaretha05818b42024-04-10 13:10:02 +0200102- Added KoralQuery check when updating VC (solved #676)
margarethada1571c2024-04-15 13:21:32 +0200103- Setup vc-cache in the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +0100104- Changed generating adminToken in the data folder (#598)
margaretha94b46fe2024-04-16 11:15:00 +0200105- Moved disk store path cache_store into the data folder (#598)
margarethad59b34d2024-12-03 10:31:30 +0100106- Fixed invalid signature of the uber jar
margaretha390f37d2024-04-22 12:07:34 +0200107- Updated configurations of the lite version to use the
108 data folder (#598)
margaretha67440722024-04-25 13:27:02 +0200109- Setup logs files to be generated inside the data folder (#598)
margaretha10618a02024-02-21 11:06:01 +0100110
margaretha28a53d12024-02-20 12:57:38 +0100111# version 0.73
margarethafbfe2872024-01-04 23:29:28 +0100112
margarethab06377e2024-01-30 11:06:35 +0100113- Moved the content of the full folder to the root folder
114- Removed Piwik
115- Removed unused libraries
116- Cleaned up spring configs
117- Updated Krill and Koral with new groupIds
118- Updated Github workflow
margaretha28a53d12024-02-20 12:57:38 +0100119- Updated search Krill and removed Lucene
120- Updated readme
margarethab06377e2024-01-30 11:06:35 +0100121
122# version 0.72
margarethafbfe2872024-01-04 23:29:28 +0100123
124- Replaced javax.ws to jakarta.ws namespace (#648)
125- Upgrading Jersey 2.40 to 3.x (#646)
126- Updated Spring 5.x to 6.x and jetty 9.x to 11.x (#645)
127- Replaced javax.persistence with jakarta.persistence (#648)
128- Migrate Hibernate 5 to 6 (#649)
129- Fix missing placeholders
130- Fixed conflicting jackson-jarxrs
131- Fixed conflicting commons-logging and spring jcl
132- Replaced javax.servlet with jakarta.servlet (#648)
133- Updated authorization services using Nimbus (#650)
134- Fixed BlockingFilter by replacing javax.annotation.Priority
135 with jakarta.annotation.Priority (#659, #648)
136- Replaced javax.annotation with jakarta.annotation
137- Enabled legacy support for authorization POST request
138- Changed OAuth2 token request using Nimbus (#650)
139- Removed Apache Oltu API from token requests (#650)
140- Removed OpenID
141- Fixed clearing cache
margarethad59b34d2024-12-03 10:31:30 +0100142- Fix JettyServerTest, init package, and some java docs
143- Make scope extraction more flexible
margarethafbfe2872024-01-04 23:29:28 +0100144- Updated token response using Nimbus (#650)
145- Remove Oltu request and validator implementations (#650)
146- Updated OAuth2 response handler (#650)
147- Fixed ShutdownHandler (fixed #708)
148- Fixed issues with multi-release jar (#706, #708)
149
150
151# version 0.71.1
152
153- Removed auditing (#611)
154- Removed old database configurations (#612)
155- Removed old tests
156- Removed unnecessary caches and methods in the authentication interface
157- Added total result cache (#599)
158- Fixed missing project.version in info web-service
159- Make sure totalResults and other numeric results are numbers (Kupietz)
160- Introduce CQP query language in Koral 0.41
161- Changed DB connection (fixed #670)
162- Resolved duplicate libraries
163- Fixed testing expiry access token
164- Fix lombok compile warning
margarethad59b34d2024-12-03 10:31:30 +0100165- Ensure the order of clean token tests
margarethafbfe2872024-01-04 23:29:28 +0100166
167# version 0.71
168
169- Renamed entity and service packages in core
170- Renamed web.controller package in core
171- Moved SearchNetworkEndpoint to core.service package
172- Merged lite into full
173- Merged core into full
174
175
176# version 0.70.1
177
178- Added data folder containing super_client_info and database
179 for mounting into docker
180- Added an error for missing redirect uri in a token request
181 when it has been included in the authorization request.
182- Added tests for VC sharing and for OAuth2 client using VC services
183- Added and updated VC controller tests
184- Moved hibernate.properties
185- Added maximum number of user persistent virtual corpora and queries
186
187# version 0.70
188
189- Support token array in matchinfo (fixes #570; diewald)
190- Updated VC list API and deprecated owner VC list (addressed #580)
191- Added user info web-service (solved #566)
192- Implemented configurable resource filters for search and match
193 info APIs (#539)
194- Added getting username from LDAP (#568)
195- Disabled LDAP auth provider and token API in the auth filter (#587)
196- Added LDAP log for users without idsC2Profile
margarethad59b34d2024-12-03 10:31:30 +0100197- Fixed log4j2 properties
margarethafbfe2872024-01-04 23:29:28 +0100198
199
200# version 0.69.3
201
202- Moved the service path of VC admin services to admin/vc (closed #543)
203- Added an admin service to load and cache system vc (solved #268)
204- Move oauth2 admin service path (closed #544)
205- Excluded admin service to load-cache VC from the test suite
206- Fixed refresh token expiry test
207- Fixed scope check in OAuth2 token request with refresh token
208
209# version 0.69.2
210
2112022-12-05
212- Upgrade version for E2E-simplified Docker images (diewald)
2132023-01-27
214- Updated client info API (replaced user authorization requirement with super
215 client authentication)
2162023-01-30
217- Made scope param required in authorization request (solved #508)
2182023-01-31
219- Allowed OAuth2 clients to use localhost as redirect URIs.
2202023-02-03
221- Fixed content-type in error responses by changing it to application/json
2222023-02-06
223- Allow admin access using admin token for the clean token API
2242023-02-10
225- Use admin filter instead of OAuth2 ADMIN scope
margarethad59b34d2024-12-03 10:31:30 +0100226- Added a plugin test
margarethafbfe2872024-01-04 23:29:28 +01002272023-02-15
228- Moved user-group retrieval API to UserGroupAdminController
margarethad59b34d2024-12-03 10:31:30 +0100229 and changed the service path URL of UserGroupAdminController
margarethafbfe2872024-01-04 23:29:28 +01002302023-02-20
231- Deprecate API token (JWT) web-service
232- Fixed Slf4J binding
2332023-02-28
234- Exclude junit5 dependencies to keep test runner in Eclipse using JUnit 4
2352023-03-06
margarethad59b34d2024-12-03 10:31:30 +0100236- Fixed testing refresh token expiry
margarethafbfe2872024-01-04 23:29:28 +0100237
238
239# version 0.69.1
240
241- Upgrade version for docker including indexer (diewald)
242
243
244# version 0.69
245
246 - Migrated to Java 11 and Jersey 2
247 - Updated dependencies
248 - Use LDAP authentication in Kustvakt-full oauth2 example config (kupietz)
249
250
251# version 0.68
252
2532022-05-25
254 - Added a new API: list plugins (e.g for marketplace)
255 - Added redirect URI validation in authorization request (addressed #374)
256 - Handled user-defined refresh token expiry (added in client info and
257 list API response)
258 - Added installed_plugins table
259 - Added a new API: install plugin
260 - Handled redundant plugin installation
261 - Handled super client id in plugin installation
262 - Deprecated UserClientDto and uses ClientinfoDto instead
263 - Updated redirect URI error message for coherence
2642022-05-27
265 - Added maximum limit to custom refresh token expiry
2662022-06-01
margarethad59b34d2024-12-03 10:31:30 +0100267 - Added new APIs: list user-installed plugins and uninstall plugin
margarethafbfe2872024-01-04 23:29:28 +0100268 - Moved install and list plugin APIs to PluginController and updated their
margarethad59b34d2024-12-03 10:31:30 +0100269 service paths under /plugins
margarethafbfe2872024-01-04 23:29:28 +01002702022-06-03
271 - Implemented searching option using a network endpoint
margarethad59b34d2024-12-03 10:31:30 +0100272 - Implemented initial super client registration for user authentication
273 - Fixed admin clean token API and restrict plugins to confidential only
margarethafbfe2872024-01-04 23:29:28 +0100274
275
276
277# version 0.67.1
278
2792022-05-12
280 - Implemented mapping of LDAP username to email
281 - Handled null parameters in authorization requests
2822022-05-25
283 - Fixed null client_id
284 - Updated ldap.config path in the kustvakt-test.conf
285
286
287# version 0.67
288
2892022-05-09
margarethad59b34d2024-12-03 10:31:30 +0100290 - LDAP authentication and authorization is now configurable and supports SSL (LDAPS) connections
291 - An embedded LDAP server can now be started automatically if configured accordingly
margarethafbfe2872024-01-04 23:29:28 +01002922022-05-11
293 - Changed the SQL script updating oauth2_client table
294
295
296# version 0.66
297
2982022-03-31
margarethad59b34d2024-12-03 10:31:30 +0100299 - Updated query and user-group name pattern
margarethafbfe2872024-01-04 23:29:28 +01003002022-04-08
margarethad59b34d2024-12-03 10:31:30 +0100301 - Added redirect_uri to client info API
margarethafbfe2872024-01-04 23:29:28 +01003022022-04-11
303 - Added registration_date, refresh_token_expiry, source and is_permitted
304 to the oauth2_client database table, and updated the OAuth2 client
margarethad59b34d2024-12-03 10:31:30 +0100305 registration mechanism
306 - Added authorization request with GET and deprecated that with POST
margarethafbfe2872024-01-04 23:29:28 +01003072022-04-13
308 - Updated OAuth2Client list API (added redirect_uri, registration_date,
margarethad59b34d2024-12-03 10:31:30 +0100309 permitted, source to OAuth2UserClientDto)
margarethafbfe2872024-01-04 23:29:28 +01003102022-04-20
margarethad59b34d2024-12-03 10:31:30 +0100311 - Updated authorization error response (Included error and error
margarethafbfe2872024-01-04 23:29:28 +0100312 description in the client redirect URI except for missing or
margarethad59b34d2024-12-03 10:31:30 +0100313 invalid client id or redirect URI)
margarethafbfe2872024-01-04 23:29:28 +0100314
315
316# version 0.65.2
317
3182022-03-03
margarethad59b34d2024-12-03 10:31:30 +0100319 - Removed VCLoader
320 - Added foreign keys to the DB tables of access and refresh token scopes
margarethafbfe2872024-01-04 23:29:28 +01003212022-03-07
margarethad59b34d2024-12-03 10:31:30 +0100322 - Added more parameter checks and OAuth2Client web-service tests
margarethafbfe2872024-01-04 23:29:28 +01003232022-03-17
margarethad59b34d2024-12-03 10:31:30 +0100324 - Updated admin filter by using admin token and role checks
margarethafbfe2872024-01-04 23:29:28 +01003252022-03-18
margarethad59b34d2024-12-03 10:31:30 +0100326 - Added an OAuth2 admin API to delete expired/revoked access and refresh tokens
margarethafbfe2872024-01-04 23:29:28 +01003272022-03-28
328 - Updated admin filter (admintoken as a form param) and uses
margarethad59b34d2024-12-03 10:31:30 +0100329 it for the closing index reader API
330 - Removed unused admin API: clear access token cache
margarethafbfe2872024-01-04 23:29:28 +01003312022-03-29
332 - Updated and moved admin API: updateClientPrivilege to OAuth2AdminController
333
334# version 0.65.1
335
3362022-03-01
margarethad59b34d2024-12-03 10:31:30 +0100337 - Restricts the field retrieval web-service to admin only
margarethafbfe2872024-01-04 23:29:28 +0100338
339# version 0.65
340
341!!! includes security updates - please update all Kustvakt libraries
342!!! Please also update Krill to version 0.60.2 and Koral to version 0.38
343
3442021-12-02
margarethad59b34d2024-12-03 10:31:30 +0100345 - Updated VC cache
margarethafbfe2872024-01-04 23:29:28 +01003462021-12-03
margarethad59b34d2024-12-03 10:31:30 +0100347 - Enabled listing system vc for authorized users
margarethafbfe2872024-01-04 23:29:28 +01003482021-12-08
margarethad59b34d2024-12-03 10:31:30 +0100349 - Removed koralQuery and statistics from VC list
margarethafbfe2872024-01-04 23:29:28 +0100350 - Added a web-service to retrieve KoralQuery of a VC
3512021-12-10
margarethad59b34d2024-12-03 10:31:30 +0100352 - [security] Updated log4j libs due to CVE-2021-44228
margarethafbfe2872024-01-04 23:29:28 +01003532021-12-13
margarethad59b34d2024-12-03 10:31:30 +0100354 - Fixed broken test suite
margarethafbfe2872024-01-04 23:29:28 +01003552022-01-03
356 - [security] More log4j security updates
357 - Bumped unboundid-ldapsdk
margarethad59b34d2024-12-03 10:31:30 +0100358 - Updated tests
margarethafbfe2872024-01-04 23:29:28 +01003592022-01-25
margarethad59b34d2024-12-03 10:31:30 +0100360 - Added show-tokens option to the search API
margarethafbfe2872024-01-04 23:29:28 +01003612022-01-31
margarethad59b34d2024-12-03 10:31:30 +0100362 - Added an API retrieving fields of a virtual corpus
margarethafbfe2872024-01-04 23:29:28 +0100363
364# version 0.64.1
365
3662021-10-26
margarethad59b34d2024-12-03 10:31:30 +0100367 - Bump Kustvakt and Krill versions
margarethafbfe2872024-01-04 23:29:28 +0100368
369
370# version 0.64
3712021-07-29
margarethad59b34d2024-12-03 10:31:30 +0100372 - Updated the change files and made a new version
margarethafbfe2872024-01-04 23:29:28 +01003732021-08-12
margarethad59b34d2024-12-03 10:31:30 +0100374 - Fixed errors due to missing query type and added tests
margarethafbfe2872024-01-04 23:29:28 +01003752021-08-13
margarethad59b34d2024-12-03 10:31:30 +0100376 - Fixed missing request entity
377 - Updated the query service to enable editing query references
margarethafbfe2872024-01-04 23:29:28 +01003782021-08-16
379 - Fixed creator param when storing query or VC by admins for
margarethad59b34d2024-12-03 10:31:30 +0100380 the system or other users
margarethafbfe2872024-01-04 23:29:28 +0100381
382# version 0.63.2
3832021-06-11
margarethad59b34d2024-12-03 10:31:30 +0100384 - Updated OAuth2 token length & secure random algorithm config
385 - Added character set filter to random code generator, e.g. for client_id
margarethafbfe2872024-01-04 23:29:28 +01003862021-06-14
margarethad59b34d2024-12-03 10:31:30 +0100387 - Updated roleId and super client parameters
margarethafbfe2872024-01-04 23:29:28 +01003882021-06-24
margarethad59b34d2024-12-03 10:31:30 +0100389 - Fixed broken test
margarethafbfe2872024-01-04 23:29:28 +01003902021-07-22
margarethad59b34d2024-12-03 10:31:30 +0100391 - Updated cache settings and some loggings
margarethafbfe2872024-01-04 23:29:28 +01003922021-07-26
393 - Replaced annotation parsing with restoring the annotation tables to the
margarethad59b34d2024-12-03 10:31:30 +0100394database
395 - Moved cache config to the full config
margarethafbfe2872024-01-04 23:29:28 +0100396
397# version 0.63.1
3982021-02-22
399 - Updated libraries (margaretha)
400 - Renamed virtual corpus to query (margaretha)
4012021-02-26
402 - Added query access roles and fixed vc access roles (margaretha)
403 - Added delete query webservice and tests (margaretha)
4042021-03-25
405 - Updated Koral version for Info Controller (margaretha)
406 - Updated OAuth2 token list with token type and user clientId
407parameters (margaretha)
4082021-03-29
409 - Added client type in the client list web-service. Resolved #58 (margaretha)
4102021-04-19
411 - Updated OAuth2Client JSON definition and controller tests (margaretha)
4122021-04-26
413 - Updated OAuth2 Client list (margaretha)
4142021-04-30
415 - Updated parameters in the error responses of OAuth2 APIs for coherence (margaretha)
416 - Updated OAuth2 API responses for coherence (margaretha)
4172021-06-07
418 - Updated OAuth2 client dto (margaretha)
419
420# version 0.63
42126/10/2020
422 - Updated dependency of nimbus-jose-jwt and oauth2-oidc-sdk (diewald)
42329/10/2020
424 - Introduction of a query reference rewrite mechanism (diewald)
42530/10/2020
426 - Added database methods for storing query references (diewald)
42704/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100428 - Fix hibernate dialect for SQLite (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010042904/12/2020
margarethad59b34d2024-12-03 10:31:30 +0100430 - Fix pipe warning (margaretha)
margarethafbfe2872024-01-04 23:29:28 +010043114/01/2021
432 - Updated Flyway (margaretha)
43321/01/2021
434 - Fixed running pipe and updated tests with mockserver (margaretha)
43501/02/2021
436 - Updated methods dependent to Antrl4-maven-plugin libraries (margaretha)
43705/02/2021
438 - Add query reference web-service (diewald,margaretha)
43910/02/2021
440 - Fixed problem with multiple desktop apps (diewald, margaretha)
44112/02/2021
442 - Added listing available queries for users (margaretha)
44317/02/2021
444 - Removed escaping for KoralQuery in VC and query reference responses (margaretha)
445 - Added query and query language in virtual corpus table (margaretha)
44618/02/2021
447 - Set corpus access public for stored query (margaretha)
44819/02/2021
449 - Enabled API info web-service (margaretha)
450
451
452# version 0.62.4
45324/01/2020
454 - Removed salt from config and updated config files (margaretha)
45503/02/2020
456 - Added an admin API for clearing access token cache (margaretha)
45705/02/2020
458 - Added a config properties for a long-time access token expiry
459 and excluded refresh tokens for public clients in OAuth2 token
460 responses (margaretha)
461 - Removed client authentication from the client deregistration and
462 client-secret reset APIs (margaretha)
46304/03/2020
464 - Updated the sample index (diewald)
465
466# version 0.62.3
46703/12/2019
468 - Implemented pipe extension in the search API (margaretha)
46911/12/2019
470 - Added errors when requesting VC in caching process (margaretha,
471 resolved #47)
47212/12/2019
473 - Added support for multiple cq parameters (margaretha, resolved #46)
47413/12/2019
475 - Handled pipe errors and added tests (margaretha)
47619/12/2019
477 - Updated create update user-group API (margaretha)
47820/12/2019
479 - Removed transactional annotations from simple select queries (margaretha)
480 - Updated free resource controller (margaretha)
48115/01-2020
482 - Added additional statistic figures to virtual corpus info API
483 response (margaretha)
484
485# version 0.62.2
48617/10/2019
margarethad59b34d2024-12-03 10:31:30 +0100487 - Handled vulnerability CVE-2019-17195 (margaretha)
margarethafbfe2872024-01-04 23:29:28 +01004888/11/2019
489 - Added user-group name pattern (margaretha, issue #33)
49011/11/2019
491 - Updated user group service paths and replaced groupId with groupName
492 (margaretha, resolved #33)
49312/11/2019
494 - Removed UserGroupJson & updated listUserGroups and createUserGroup
495 services (margaretha)
496 - Added prefixes to username and groupname parameters in service paths
497 (margaretha, resolved #35)
49813/11/2019
499 - Added tests for issue #43 (margaretha)
50014/11/2019
501 - Added client description and URL to list-authorized-clients service
502 (margaretha, close #53)
503 - Implemented a service to list clients registered by a user (margaretha,
504 close #52)
505 - Added a check for OAuth2 client, VC, and group name length (margaretha)
50615/11/2019
507 - Merged list authorized client and list registered client services
508 (margaretha)
50921/11/2019
510 - Added a service to list active refresh tokens of a user (margaretha)
511 - Added username filtering to token revocation service via super client
512 (margaretha)
51326/11/2019
514 - Added a service to revoke a single refresh token via super client
515 (margaretha)
516
517# version 0.62.1
51808/07/2019
519 - Added tests for public metadata response in search api (margaretha,
520 issue #43)
521 - Disabled some tests of unused/disabled web-services (margaretha)
52207/08/2019
523 - Fixed missing scopes after requesting access token with refresh token
524 (margaretha)
525 - Fixed post requests with status OK and empty body (margaretha)
52607/08/2019
527 - Added users to hidden group when searching in a published VC (margaretha,
528 resolved #40)
52915/08/2019
530 - Updated the response statuses of VC PUT requests (margaretha)
531
532# version 0.62
53328/02/2019
534 - Removed old VC controllers and updated tests (margaretha, issue #34)
535 - Updated VC access controllers (margaretha)
53619/03/2019
537 - Added close index controller (margaretha)
53811/04/2019
539 - Fixed unknown authentication scheme, missing VC entity, and parameter
540 checker (margaretha)
541 - Fixed sharing unknown VC, updating corpusQuery, and handling non-
542 unique group name and unknown VC access (margaretha)
54327/06/2019
544 - Handled LDAP errors, fixed #45 (margaretha)
54503/07/2019
546 - Added re-caching VC at closing-index service, resolved #44 (margaretha)
547 - Changed the response media-type of authentication controllers (margaretha)
548 - Fixed bugs: allow guest to retrieve system VC,
549 remove VC from cache when it is deleted (margaretha)
55004/07/2019
551 - Updated VC name pattern and tests (margaretha)
552
553# version 0.61.6
55404/02/2019
555 - Fixed SQL data and merged oauth2_client_url and oauth2_client (margaretha)
556 - Updated client deregistration behavior (margaretha)
55705/02/2019
558 - Added delete-group-by-name controller (margaretha)
559 - Added unique index to group name (margaretha)
56006/02/2019
561 - Updated a user setting test using array for multiple values (margaretha)
562 - Added metadata controller tests (margaretha)
56318/02/2019
564 - Fixed tests (margaretha)
565 - Updated handling errors from Koral (margaretha)
56619/02/2019
567 - Added fields to metadata controller (margaretha, issue #39)
568
569# version 0.61.5
57017/12/2018
571 - Added a search timeout test (margaretha)
57218/12/2018
573 - Updated tests using BeanConfigTest to use SpringJerseyTest (margaretha)
57408/01/2019
575 - Improved predefined vc caching (issue #28, margaretha)
57609/01/2019
577 - Added comments (margaretha)
578 - Updated code structure (margaretha)
57911/01/2019
580 - Degraded API version to 1.0 (margaretha)
581 - Added OAuth2 client info tests (margaretha)
58214/01/2019
583 - Added retrieveVCByName and deleteVCByName controllers (margaretha)
58416/01/2019
585 - Added a PUT request for both creating and editing vc (margaretha)
586 - Added aliases to some VC controllers (margaretha)
587 - Merged VC access list controllers (margaretha)
58821/01/2019
589 - Removed codes related to user registration & password management (margaretha)
59022/01/2019
591 - Added create, edit, retrieve user default setting controllers (margaretha)
59222/01/2019
593 - Updated default setting controllers & added tests (margaretha)
594 - Added delete key in setting controllers (margaretha)
59523/01/2019
596 - Added default setting key validation (margaretha)
597 - Fixed UserdataTest (margaretha)
59824/01/2019
599 - Added default setting key validation & fixed UserdataTest (margaretha)
60025/01/2019
601 - Added VC reference and MapUtil tests (margaretha)
60228/01/2019
603 - Fixed username verification in DefaultSettingService (margaretha)
604 - Added foundry rewrite with user default setting (margaretha)
605 - Added default foundry for morphology layer (margaretha)
60629/01/2019
607 - Fixed share VC type (margaretha)
608 - Added delete setting controller (margaretha)
609 - Handled "no resource found" cases (margaretha, issue #37)
61030/01/2019
611 - Added server shutdown description in readme (margaretha)
612
613# version 0.61.4
61414/11/2018
615 - Integrated lite and full services and controllers in core (margaretha)
61621/11/2018
617 - Updated OAuth2 refresh token request to create a new refresh token and
618 revoke the old one per request (margaretha)
61928/11/2018
620 - Updated NamedVCLoader to delete existing VC in DB (margaretha)
621 - Handled storing cached VC with VC reference (margaretha)
62229/11/2018
623 - Added a controller for listing user clients having active refresh tokens
624 (margaretha)
6256/12/2018
626 - Added debug flags to mitigate log4j debugging performance (margaretha)
627 - Fixed KoralNode at() method (margaretha)
62811/12/2018
629 - Implemented revoking all tokens of a user client via a super client
630 (margaretha)
631 - Removed document controllers and KustvaktResource (margaretha)
632 - Fixed rewrite bugs (updated rewriteQuery & KoralNode) (margaretha)
633
634
635# version 0.61.3
63617/10/2018
637 - Updated NamedVCLoader to be optional (margaretha)
638 - Updated annotation tables & implemented key-value structure (margaretha)
639 - Added annotation parser for annotation data from kalamar (margaretha)
640 - Implemented parsing free resource info from json (margaretha)
64122/10/2018
642 - Updated jetty, spring and hibernate versions (margaretha)
643 - Fixed the order of annotation keys and values, and added tests (margaretha)
644 - Fixed resource DAO & added tests (margaretha)
64524/10/2018
646 - Fixed query serialization service (margaretha)
647 - Added "highlights" parameter to matchInfo controller (margaretha)
648 - Added "fields" parameter to search controllers (margaretha)
649 - Integrated lite controllers, services and tests in full version (margaretha)
65029/10/2018
651 - Moved javax.servlet-api to core (margaretha)
65207/11/2018
653 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
65413/11/2018
655 - Added Shutdown handler to Jetty server (margaretha)
656 - Fixed storing VC order in NamedVCLoader (margaretha)
657
658# version 0.61.2
65912/09/2018
660 - Added various log4j2 configurations (margaretha)
66113/09/2018
662 - Implemented VirtualCorpusRewrite (margaretha)
66314/09/2018
664 - Fixed SpringJerseyTest ApplicationContext (margaretha)
665 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
666 - Enabled VCReferenceTest in maven test suite (margaretha)
66718/09/2018
668 - Handled unique constraints / inserting duplicate items to DB (margaretha)
669 - Added a controller for editing user group member roles (margaretha)
67019/09/2018
671 - Fixed cached-VC ref with username (margaretha)
672
673# version 0.61.1
67428/08/2018
675 - Added API URL versioning (margaretha)
676 - Deactivated IdRewrite (margaretha)
677 - Fixed kustvakt controller (margaretha)
67830/08/2018
679 - Fixed root packages & added api version properties in kustvakt.conf
680 (margaretha)
681 - Fixed versioning in SearchController (margaretha)
682 - Added API versioning tests (margaretha)
683
684# version 0.61.0
685
68602/08/2018
687 - Added VC reference tests (margaretha)
688 - Implemented loading and caching named VCs (margaretha)
68903/08/2018
690 - Implemented OAuth2 revoke token (margaretha)
691 - Updated OAuth2 refresh token implementation (margaretha)
69214/08/2018
693 - Implemented revoke all OAuth2 access tokens and authorization codes of
694 client users when deregistering/deleting a client (margaretha)
695 - Fixed update OAuth2 access token (margaretha)
696 - Implemented reset client secret (margaretha)
697 - Fixed revoking latest access token when refreshing OAuth2 access token
698 (margaretha)
69915/08/2018
700 - Implemented OAuth2 client info controller (margaretha)
701 - Implemented update OAuth2 client privilege controller for admins
702 (margaretha)
703 - Implemented unlimited authorization scope for super clients with OAuth2
704 password grant (margaretha)
705 - Marked native clients implementation to deprecated in favour of super
706 clients (margaretha)
707 - Enabled using Bearer tokens as user authentication tokens (Authorization
708 header value) for many controllers including OAuth2 controllers (margaretha)
70916/08/2018
710 - Implemented degrading super clients (margaretha)
711 - Improved and added OAuth2 tests (margaretha)
71221/08/2018
713 - Added VC name pattern check (margaretha)
71422/08/2018
715 - Implemented loading VC from gz files (margaretha)
716 - Updated OAuth2 authorization codes' & access tokens' expiry check
717 (margaretha)
71823/08/2018
719 - Updated RefreshToken implementations with separate DB tables (margaretha)
720 - Allows multiple access tokens per refresh token (margaretha)
72127/08/2018
722 - Added statistic with VC reference tests (margaretha)
723 - Fixed OAuth2 SQL files (margaretha)
72428/08/2018
725 - Added c3p0 datasource configuration to Spring default-config-xml
726 (margaretha)
727 - Added running Kustvakt server with custom spring config in the readme
728 (margaretha)
729 - Removed old OAuth2 codes (margaretha)
730 - Moved non-config test codes to misc (margaretha)
731
732
733# version 0.60.5
734
73509/07/2018
736 - Added service layer to the search controller (margaretha)
737 - Added OAuth2 scope checking in search and VC controllers (margaretha)
738 - Added handling OAuth2 bearer token for VC access and User group
739 controllers (margaretha)
740 - Added default scope to password grant (margaretha)
74110/07/2018
742 - Made createBasicAuthorizationHeaderValue static (margaretha)
743 - Added store access token in openID token service (margaretha)
744 - Fixed empty scope in openID authorization and token service (margaretha)
745 - Implemented storing authorization code in cache (margaretha)
74611/07/2018
747 - Fixed authentication time in authentication controller (margaretha)
748 - Added OAuth2 access token tests (margaretha)
74912/07/2018
750 - Updated maven surefire setting for faster test suite runtime (margaretha)
751 - Implemented refreshing OAuth2 access token (margaretha)
75226/07/2018
753 - Fixed issue #27 (margaretha)
75402/08/2018s
755 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
756
757
758# version 0.60.4
759
76005/07/2018
761 - implemented OAuth2 authorization code request with OpenID Authentication
762 (margaretha)
763 - enabled OAuth2 authorization without OpenID authentication using Nimbus
764 library (margaretha)
765 - implemented response handler for OpenID authentication errors in authorization
766 requests (margaretha)
767 - added tests regarding OpenID authentication in authorization requests
768 (margaretha)
769 - implemented OAuth2 authorization error response via redirect URI instead of
770 JSON (margaretha)
771 - added state to OAuth2 authorization error response (margaretha)
772 - implemented OpenID token service for authorization code flow (margaretha)
773 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
774 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public
775 keys (margaretha)
776 - implemented OpenId configuration (margaretha)
777 - added authentication time and support for auth_time in id_token (margaretha)
778 - implemented support for nonce and max_age parameters in OpenID authentication
779 (margaretha)
780 - implemented OAuth2 token request with password grant using Nimbus library
781 (margaretha)
782 - updated redirect URI validator (margaretha)
783 - updated client registration requirement to allow desktop applications
784 (margaretha)
785 - fixed RSA key configuration (margaretha)
786 - merged OAuth2 client deregistration controllers (margaretha)
787 - fixed OAuth2 client unique URL-hashcode (margaretha)
788 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
789 - Added support for unrestricted corpus statistics (ndiewald)
790 - updated paths of user-group deletion-controllers (margaretha)
791 - Do not pass broken queries to Krill (diewald)
792 - added OAuth2 token request with client authentication via Authorization
793 header (margaretha)
794 - added port checking in test suite (margaretha)
795
796# version 0.60.3
797
79806/06/2018
799 - improved user authentication by using authentication filter for authorization
800 code request (margaretha)
801 - limited client authentication to client id checking in authorization code
802 request (margaretha)
803 - added user_id in the oauth2_access_token database table (margaretha)
804 - implemented OAuth2Authentication provider for token context management
805 (margaretha)
806 - added parameter checking for authorization DAO (margaretha)
807 - added controller tests using OAuth2 access token (margaretha)
808 - added database tables for MySQL (margaretha)
809 - updated JWT library and related codes (margaretha)
810
811# version 0.60.2
812
81303/05/2018
814 - implemented OAuth2 client registration (margaretha)
815 - implemented OAuth2 client authentication (margaretha)
816 - changed virtual corpus search to retrieval (margaretha)
817 - implemented public client deregistration task (margaretha)
818 - added client registration and deregistration tests (margaretha)
819 - implemented confidential client deregistration task (margaretha)
820 - fixed storing client secret (margaretha)
821 - implemented OAuth2 response handler (margaretha)
822 - implemented OAuth2 request access token with client credentials grant
823 (margaretha)
824 - implemented OAuth2 request access token with resource owner password grant
825 (margaretha)
826 - implemented OAuth2 authorization code request (margaretha)
827 - added OAuth2 error codes (margaretha)
828 - added OAuth2 authorization, scope and access token tables for SQLite
829 (margaretha)
830 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
831 - implemented OAuth2 request access token with authorization code grant
832 (margaretha)
833 - added setting default scopes in the config file (margaretha)
834 - fixed loading spring config multiple times in the test suite (margaretha)
835 - added SQLite created_date trigger for access token (margaretha)
836 - added a join table for access token scopes (margaretha)
837 - added access scopes handling (margaretha)
838 - added tests about request token with authorization code (margaretha)
839
840# version 0.60.1
841
84228/03/2018
843 - added admin-related SQL codes (margaretha)
844 - updated AdminDao (margaretha)
845 - added optional username query parameter to group list controller (margaretha)
846 - fixed non hierarchical URI of kustvakt conf files (margaretha)
847 - added delete group member triggers (margaretha)
848 - added list user-group by username and status for system admin (margaretha)
849 - added user-group status in user-group DTO (margaretha)
850 - added check for hidden groups in user-group tests (margaretha)
851 - added database trigger test on deleting members when deleting group
852 (margaretha)
853 - renamed VC type PREDEFINED to SYSTEM (margaretha)
854 - added VC list controller for system admin (margaretha)
855 - added VC controller tests with for system admin (margaretha)
856 - added hidden access removal when deleting published VC (margaretha)
857 - added check for hidden groups in VC controller tests (margaretha)
858 - added search user-group controller (margaretha)
859 - removed createdBy from VirtualCorpusJson (margaretha)
860 - moved member role setting from the invitation phase to the after-subscription
861 phase (margaretha)
862 - added member role removal after deleting members (margaretha)
863 - added add and delete member role controllers (margaretha)
864
865# version 0.60
866
86714/03/2018
868 - set up mail settings using localhost port 25 (margaretha)
869 - added mail template in kustvakt configuration (margaretha)
870 - added mail settings to readme (margaretha)
871 - disabled email notification for auto group (margaretha)
872 - added metadata retrieval (diewald)
873 - enabled custom implementation for email address retrieval (margaretha)
874 - removed old policy and deprecated code (margaretha)
875 - moved authentication related code to /full (margaretha)
margarethad59b34d2024-12-03 10:31:30 +0100876 - added userRoles attribute to UserGroupDto (margaretha)
margarethafbfe2872024-01-04 23:29:28 +0100877 - fixed sqlite trigger (margaretha)
878 - fixed member exist error message (margaretha)
879 - fixed member invitation to join deleted group (margaretha)
880 - added checking deleted group (margaretha)
881
882# version 0.59.10
883
88420/02/2018
885 - added sort VC by id (margaretha)
886 - added test cases regarding VC sharing (margaretha)
887 - implemented withdraw VC from publication (margaretha)
888 - added Changes file (margaretha)
889 - implemented add/invite users to group (margaretha)
890 - implemented delete user-group and member tasks (margaretha)
891 - added userMemberStatus in group lists (margaretha)
892 - updated and added SQL test data (margaretha)
893 - added user group related tests (margaretha)
894 - implemented custom configuration for deleting user groups and members (margaretha)
895 - updated library versions and java environment (margaretha)
896 - added expiration time check for member invitation (margaretha)
897 - moved .properties files (margaretha)
898 - merged changelog file to Changes (margaretha)
899 - updated status codes and error messages to be more detailed (margaretha)
900 - testing mail implementation using embedded jetty jndi (margaretha)
901 - fixed collection rewrite regarding OR operation with other fields
902 (margaretha)
903 - implemented sending mail using spring injection and removed jetty jndi
904 (margaretha)
905 - fixed unrecognized application/json (margaretha)
906 - fixed and updated velocity template (margaretha)
907
908# version 0.59.9
909
91019/01/2018
911 - restructured basic authentication (margaretha)
912 - fixed AuthenticationException to include authentication scheme (margaretha)
913 - fixed rewrite redundancy in collection rewrite (margaretha)
914 - fixed foundry rewrite for constituents (margaretha)
915 - introduced authentication methods, schemes and tokens (margaretha)
916 - implemented collection rewrite with multiple licenses (margaretha)
917 - fixed foundry rewrite for korap span without wrap node (margaretha)
918 - implemented list user group (margaretha)
919 - implemented delete VC task (margaretha)
920 - implemented create user-group, subscribe to user-groups, unsubscribe to
921 user-groups tasks(margaretha)
922 - fixed handling JSON mapping exception for missing enums (margaretha)
923 - implemented list VC task (margaretha)
924 - added KoralQuery in VC lists (margaretha)
925 - implemented edit VC task (margaretha)
926 - implemented publish VC task (margaretha)
927 - implemented share VC task (margaretha)
928 - implemented list only owned VC task (margaretha)
929 - implemented list VC access task (margaretha)
930 - implemented search VC by id task (margaretha)
931 - implemented delete VC access (margaretha)
932 - implemented search for project VC (margaretha)
933 - added search VC related tests (margaretha)
934 - removed PredefinedUserGroup.ALL and related codes (margaretha)
935 - implemented search for published VC (margaretha)
936
937# version 0.59.8
938
93921/09/2017
940 - restructured statistics service (margaretha)
941 - removed deprecated loader codes and tests (margaretha)
942 - removed old Spring java configurations (margaretha)
943 - implemented entity classes for the new database (margaretha)
944 - added MySQL codes regarding VC and for testing (margaretha)
945 - added dao methods regarding VC (margaretha)
946 - added similar SQL codes (to MySQL) for sqlite (margaretha)
947 - added dao methods regarding user groups (margaretha)
948 - restructured web-service codes into controller and logic/business-service
949 (margaretha)
950 - implemented user role and privilege, and added tests (margaretha)
951 - prepared test suite using new database (margaretha)
952 - implemented UserGroupDao and tests (margaretha)
953 - fixed missing exceptions in JsonUtils (margaretha)
954 - restructured web filters and authentication codes (margaretha)
955 - implemented create/store VC (margaretha)
956 - fixed collection rewrite bug regarding availability with operation or
957 (margaretha)
958
959# version 0.59.7
960
96113/10/2016
962 - MOD: updated search to use new siglen (diewald)
963 - MOD: fixed matchinfo retrieval in light service (diewald)
964
96505/05/2015
966 - ADD: rest test suite for user service (hanl)
967 - MOD: setup parameter modification (hanl)
968 - ADD: oauth2 client unique constraint (hanl)