blob: 647f8630adbd5566fd61e997a0f09941d6d59af6 [file] [log] [blame]
margaretha2df06602018-11-14 19:10:30 +01001# version 0.61.4
214/11/2018
3 - Integrated lite and full services and controllers in core (margaretha)
4
margaretha51e5e3f2018-10-17 15:10:03 +02005# version 0.61.3
617/10/2018
7 - Updated NamedVCLoader to be optional (margaretha)
8 - Updated annotation tables & implemented key-value structure (margaretha)
9 - Added annotation parser for annotation data from kalamar (margaretha)
margaretha2c50c732018-10-17 18:48:52 +020010 - Implemented parsing free resource info from json (margaretha)
margaretha3da7cd32018-10-22 17:42:52 +02001122/10/2018
12 - Updated jetty, spring and hibernate versions (margaretha)
margaretha0c186222018-10-22 17:48:33 +020013 - Fixed the order of annotation keys and values, and added tests (margaretha)
14 - Fixed resource DAO & added tests (margaretha)
margaretha34954472018-10-24 20:05:17 +02001524/10/2018
16 - Fixed query serialization service (margaretha)
17 - Added "highlights" parameter to matchInfo controller (margaretha)
18 - Added "fields" parameter to search controllers (margaretha)
19 - Integrated lite controllers, services and tests in full version (margaretha)
margaretha439ad572018-10-29 12:15:28 +01002029/10/2018
margaretha339fd2e2018-11-13 12:14:53 +010021 - Moved javax.servlet-api to core (margaretha)
Akron63656052018-11-07 12:20:13 +01002207/11/2018
23 - OpenJDK8u181-workaround (see Debian Bug report #911925; diewald)
margaretha339fd2e2018-11-13 12:14:53 +01002413/11/2018
25 - Added Shutdown handler to Jetty server (margaretha)
26 - Fixed storing VC order in NamedVCLoader (margaretha)
margaretha51e5e3f2018-10-17 15:10:03 +020027
margaretha6ef00dd2018-09-12 14:06:38 +020028# version 0.61.2
2912/09/2018
margaretha563aabe2018-09-13 20:39:45 +020030 - Added various log4j2 configurations (margaretha)
3113/09/2018
32 - Implemented VirtualCorpusRewrite (margaretha)
margaretha9e53bb22018-09-14 19:39:15 +02003314/09/2018
34 - Fixed SpringJerseyTest ApplicationContext (margaretha)
35 - Handled VCRef with username in VirtualCorpusRewrite (margaretha)
36 - Enabled VCReferenceTest in maven test suite (margaretha)
margarethaf7abb362018-09-18 20:09:37 +02003718/09/2018
margaretha51e5e3f2018-10-17 15:10:03 +020038 - Handled unique constraints / inserting duplicate items to DB (margaretha)
margarethaf7abb362018-09-18 20:09:37 +020039 - Added a controller for editing user group member roles (margaretha)
margaretha488e04b2018-09-19 18:17:45 +02004019/09/2018
margaretha51e5e3f2018-10-17 15:10:03 +020041 - Fixed cached-VC ref with username (margaretha)
margaretha6ef00dd2018-09-12 14:06:38 +020042
margarethaee0cbfe2018-08-28 17:47:14 +020043# version 0.61.1
4428/08/2018
margaretha51e5e3f2018-10-17 15:10:03 +020045 - Added API URL versioning (margaretha)
margarethaee0cbfe2018-08-28 17:47:14 +020046 - Deactivated IdRewrite (margaretha)
47 - Fixed kustvakt controller (margaretha)
margaretha7926adc2018-08-30 13:45:33 +02004830/08/2018
49 - Fixed root packages & added api version properties in kustvakt.conf (margaretha)
50 - Fixed versioning in SearchController (margaretha)
51 - Added API versioning tests (margaretha)
margarethaee0cbfe2018-08-28 17:47:14 +020052
margaretha7f5071f2018-08-14 15:58:51 +020053# version 0.61.0
margaretha1b320452018-08-02 16:56:25 +020054
margaretha0666ddb2018-08-02 16:54:04 +02005502/08/2018
margaretha7f5071f2018-08-14 15:58:51 +020056 - Added VC referencing tests (margaretha)
57 - Implemented loading and caching named VCs (margaretha)
5803/08/2018
59 - Implemented OAuth2 revoke token (margaretha)
60 - Updated OAuth2 refresh token implementation (margaretha)
6114/08/2018
margaretha7f5071f2018-08-14 15:58:51 +020062 - Implemented revoke all OAuth2 access tokens and authorization codes of client
63 users when deregistering/deleting a client (margaretha)
64 - Fixed update OAuth2 access token (margaretha)
65 - Implemented reset client secret (margaretha)
margaretha1ef36bd2018-08-14 18:17:05 +020066 - Fixed revoking latest access token when refreshing OAuth2 access token (margaretha)
margaretha835178d2018-08-15 19:04:03 +02006715/08/2018
68 - Implemented OAuth2 client info controller (margaretha)
69 - Implemented update OAuth2 client privilege controller for admins (margaretha)
70 - Implemented unlimited authorization scope for super clients with OAuth2 password grant (margaretha)
71 - Marked native clients implementation to deprecated in favour of super clients (margaretha)
72 - Enabled using Bearer tokens as user authentication tokens (Authorization header value) for many
73 controllers including OAuth2 controllers (margaretha)
margarethaf0085122018-08-16 16:19:53 +02007416/08/2018
75 - Implemented degrading super clients (margaretha)
margaretha2e1781f2018-08-21 11:45:26 +020076 - Improved and added OAuth2 tests (margaretha)
7721/08/2018
78 - Added VC name pattern check (margaretha)
margaretha6ad08b42018-08-22 18:33:54 +02007922/08/2018
80 - Implemented loading VC from gz files (margaretha)
81 - Updated OAuth2 authorization codes' & access tokens' expiry check (margaretha)
margarethaf370f542018-08-23 18:51:49 +02008223/08/2018
83 - Updated RefreshToken implementations with separate DB tables (margaretha)
84 - Allows multiple access tokens per refresh token (margaretha)
margarethac7196d22018-08-27 14:20:03 +02008527/08/2018
86 - Added statistic with VC reference tests (margaretha)
87 - Fixed OAuth2 SQL files (margaretha)
margaretha45211af2018-08-28 12:49:07 +02008828/08/2018
89 - Added c3p0 datasource configuration to Spring default-config-xml (margaretha)
90 - Added running Kustvakt server with custom spring config in the readme (margaretha)
91 - Removed old OAuth2 codes (margaretha)
92 - Moved non-config test codes to misc (margaretha)
93
margaretha7f5071f2018-08-14 15:58:51 +020094
95# version 0.60.5
96
9709/07/2018
margaretha20f31232018-07-09 17:49:39 +020098 - Added service layer to the search controller (margaretha)
99 - Added OAuth2 scope checking in search and VC controllers (margaretha)
100 - Added handling OAuth2 bearer token for VC access and User group controllers (margaretha)
101 - Added default scope to password grant (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020010210/07/2018
margaretha064eb6f2018-07-10 18:33:01 +0200103 - Made createBasicAuthorizationHeaderValue static (margaretha)
104 - Added store access token in openID token service (margaretha)
105 - Fixed empty scope in openID authorization and token service (margaretha)
106 - Implemented storing authorization code in cache (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020010711/07/2018
margaretha07a356a2018-07-11 19:12:21 +0200108 - Fixed authentication time in authentication controller (margaretha)
margaretha0a45be12018-07-12 15:06:30 +0200109 - Added OAuth2 access token tests (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020011012/07/2018
margaretha0a45be12018-07-12 15:06:30 +0200111 - Updated maven surefire setting for faster test suite runtime (margaretha)
margaretha03b82862018-07-12 20:09:26 +0200112 - Implemented refreshing OAuth2 access token (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020011326/07/2018
margaretha0666ddb2018-08-02 16:54:04 +0200114 - Fixed issue #27 (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +020011502/08/2018
margaretha0666ddb2018-08-02 16:54:04 +0200116 - Fixed clientId encoding in OAuth2ClientControllerTest (margaretha)
margaretha7f5071f2018-08-14 15:58:51 +0200117
margaretha20f31232018-07-09 17:49:39 +0200118
margaretha7f5071f2018-08-14 15:58:51 +0200119# version 0.60.4
120
Akrond5058162018-07-05 11:17:15 +020012105/07/2018
margarethaec247dd2018-06-12 21:55:46 +0200122 - implemented OAuth2 authorization code request with OpenID Authentication (margaretha)
margarethada3c7852018-06-14 20:35:11 +0200123 - enabled OAuth2 authorization without OpenID authentication using Nimbus library (margaretha)
124 - implemented response handler for OpenID authentication errors in authorization requests (margaretha)
125 - added tests regarding OpenID authentication in authorization requests (margaretha)
margaretha56fd5582018-06-18 22:14:51 +0200126 - implemented OAuth2 authorization error response via redirect URI instead of JSON (margaretha)
margarethab36b1a32018-06-20 20:13:07 +0200127 - added state to OAuth2 authorization error response (margaretha)
128 - implemented OpenID token service for authorization code flow (margaretha)
margaretha5225ed02018-06-25 18:38:40 +0200129 - implemented signed OpenID token with default algorithm RSA256 (margaretha)
margarethaa2ce63d2018-06-28 10:11:43 +0200130 - implemented JSON Web Key (JWK) set web-controller listing kustvakt public keys (margaretha)
margaretha9c78e1a2018-06-27 14:12:35 +0200131 - implemented OpenId configuration (margaretha)
margarethaa2ce63d2018-06-28 10:11:43 +0200132 - added authentication time and support for auth_time in id_token (margaretha)
133 - implemented support for nonce and max_age parameters in OpenID authentication (margaretha)
margaretha249a0aa2018-06-28 22:25:14 +0200134 - implemented OAuth2 token request with password grant using Nimbus library (margaretha)
margarethad7cab212018-07-02 19:01:43 +0200135 - updated redirect URI validator (margaretha)
136 - updated client registration requirement to allow desktop applications (margaretha)
137 - fixed RSA key configuration (margaretha)
margaretha80ea0dd2018-07-03 14:22:59 +0200138 - merged OAuth2 client deregistration controllers (margaretha)
margarethab1081b12018-07-03 23:35:01 +0200139 - fixed OAuth2 client unique URL-hashcode (margaretha)
margaretha49cb6882018-07-04 04:19:54 +0200140 - migrated logging to log4j 2 and adapted java.util.logging to log4j(margaretha)
Akron6091cf32018-07-03 20:45:49 +0200141 - Added support for unrestricted corpus statistics (ndiewald)
margaretha226ec1e2018-07-04 15:45:59 +0200142 - updated paths of user-group deletion-controllers (margaretha)
Akrond5058162018-07-05 11:17:15 +0200143 - Do not pass broken queries to Krill (diewald)
margaretha00c28c02018-07-05 18:09:09 +0200144 - added OAuth2 token request with client authentication via Authorization header (margaretha)
145 - added port checking in test suite (margaretha)
margarethaec247dd2018-06-12 21:55:46 +0200146
margaretha7f5071f2018-08-14 15:58:51 +0200147# version 0.60.3
148
margaretha235a6802018-06-06 19:21:53 +020014906/06/2018
margarethaec247dd2018-06-12 21:55:46 +0200150 - improved user authentication by using authentication filter for authorization code request (margaretha)
151 - limited client authentication to client id checking in authorization code request (margaretha)
152 - added user_id in the oauth2_access_token database table (margaretha)
153 - implemented OAuth2Authentication provider for token context management (margaretha)
154 - added parameter checking for authorization DAO (margaretha)
155 - added controller tests using OAuth2 access token (margaretha)
156 - added database tables for MySQL (margaretha)
157 - updated JWT library and related codes (margaretha)
158
margaretha7f5071f2018-08-14 15:58:51 +0200159# version 0.60.2
160
margarethabe4c5c92018-05-03 18:55:49 +020016103/05/2018
margarethaec247dd2018-06-12 21:55:46 +0200162 - implemented OAuth2 client registration (margaretha)
163 - implemented OAuth2 client authentication (margaretha)
164 - changed virtual corpus search to retrieval (margaretha)
165 - implemented public client deregistration task (margaretha)
166 - added client registration and deregistration tests (margaretha)
167 - implemented confidential client deregistration task (margaretha)
168 - fixed storing client secret (margaretha)
169 - implemented OAuth2 response handler (margaretha)
170 - implemented OAuth2 request access token with client credentials grant (margaretha)
171 - implemented OAuth2 request access token with resource owner password grant (margaretha)
172 - implemented OAuth2 authorization code request (margaretha)
173 - added OAuth2 error codes (margaretha)
174 - added OAuth2 authorization, scope and access token tables for SQLite (margaretha)
175 - implemented OAuth2 authorization, scope and access token DAO (margaretha)
176 - implemented OAuth2 request access token with authorization code grant (margaretha)
177 - added setting default scopes in the config file (margaretha)
178 - fixed loading spring config multiple times in the test suite (margaretha)
179 - added SQLite created_date trigger for access token (margaretha)
180 - added a join table for access token scopes (margaretha)
181 - added access scopes handling (margaretha)
182 - added tests about request token with authorization code (margaretha)
183
margaretha7f5071f2018-08-14 15:58:51 +0200184# version 0.60.1
185
margaretha18533fd2018-03-28 16:01:06 +020018628/03/2018
margarethaec247dd2018-06-12 21:55:46 +0200187 - added admin-related SQL codes (margaretha)
188 - updated AdminDao (margaretha)
189 - added optional username query parameter to group list controller (margaretha)
190 - fixed non hierarchical URI of kustvakt conf files (margaretha)
191 - added delete group member triggers (margaretha)
192 - added list user-group by username and status for system admin (margaretha)
193 - added user-group status in user-group DTO (margaretha)
194 - added check for hidden groups in user-group tests (margaretha)
195 - added database trigger test on deleting members when deleting group (margaretha)
196 - renamed VC type PREDEFINED to SYSTEM (margaretha)
197 - added VC list controller for system admin (margaretha)
198 - added VC controller tests with for system admin (margaretha)
199 - added hidden access removal when deleting published VC (margaretha)
200 - added check for hidden groups in VC controller tests (margaretha)
201 - added search user-group controller (margaretha)
202 - removed createdBy from VirtualCorpusJson (margaretha)
203 - moved member role setting from the invitation phase to the after-subscription phase (margaretha)
204 - added member role removal after deleting members (margaretha)
205 - added add and delete member role controllers (margaretha)
206
margaretha7f5071f2018-08-14 15:58:51 +0200207# version 0.60
208
margaretha97bb3bd2018-03-14 18:41:14 +010020914/03/2018
margarethaec247dd2018-06-12 21:55:46 +0200210 - set up mail settings using localhost port 25 (margaretha)
211 - added mail template in kustvakt configuration (margaretha)
212 - added mail settings to readme (margaretha)
213 - disabled email notification for auto group (margaretha)
214 - added metadata retrieval (diewald)
215 - enabled custom implementation for email address retrieval (margaretha)
216 - removed old policy and deprecated code (margaretha)
217 - moved authentication related code to /full (margaretha)
218 - added userRoles attribute to UserGroupDto. (margaretha)
219 - fixed sqlite trigger (margaretha)
220 - fixed member exist error message (margaretha)
221 - fixed member invitation to join deleted group (margaretha)
222 - added checking deleted group (margaretha)
margarethaa86b1412018-02-21 20:40:35 +0100223
margaretha7f5071f2018-08-14 15:58:51 +0200224# version 0.59.10
225
margarethaaecee1b2018-02-20 14:44:21 +010022620/02/2018
margarethaec247dd2018-06-12 21:55:46 +0200227 - added sort VC by id (margaretha)
228 - added test cases regarding VC sharing (margaretha)
229 - implemented withdraw VC from publication (margaretha)
230 - added Changes file (margaretha)
231 - implemented add/invite users to group (margaretha)
232 - implemented delete user-group and member tasks (margaretha)
233 - added userMemberStatus in group lists (margaretha)
234 - updated and added SQL test data (margaretha)
235 - added user group related tests (margaretha)
236 - implemented custom configuration for deleting user groups and members (margaretha)
237 - updated library versions and java environment (margaretha)
238 - added expiration time check for member invitation (margaretha)
239 - moved .properties files (margaretha)
240 - merged changelog file to Changes (margaretha)
241 - updated status codes and error messages to be more detailed (margaretha)
242 - testing mail implementation using embedded jetty jndi (margaretha)
243 - fixed collection rewrite regarding OR operation with other fields (margaretha)
244 - implemented sending mail using spring injection and removed jetty jndi (margaretha)
245 - fixed unrecognized application/json (margaretha)
246 - fixed and updated velocity template (margaretha)
247
margaretha7f5071f2018-08-14 15:58:51 +0200248# version 0.59.9
249
margarethac9f1dfa2018-02-07 17:50:33 +010025019/01/2018
margarethaec247dd2018-06-12 21:55:46 +0200251 - restructured basic authentication (margaretha)
252 - fixed AuthenticationException to include authentication scheme (margaretha)
253 - fixed rewrite redundancy in collection rewrite (margaretha)
254 - fixed foundry rewrite for constituents (margaretha)
255 - introduced authentication methods, schemes and tokens (margaretha)
256 - implemented collection rewrite with multiple licenses (margaretha)
257 - fixed foundry rewrite for korap span without wrap node (margaretha)
258 - implemented list user group (margaretha)
259 - implemented delete VC task (margaretha)
260 - implemented create user-group, subscribe to user-groups, unsubscribe to user-groups tasks(margaretha)
261 - fixed handling JSON mapping exception for missing enums (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100262 - implemented list VC task (margaretha)
margaretha45667922018-01-25 21:23:03 +0100263 - added KoralQuery in VC lists (margaretha)
margarethaec247dd2018-06-12 21:55:46 +0200264 - implemented edit VC task (margaretha)
265 - implemented publish VC task (margaretha)
margarethab874ef52018-01-23 20:26:31 +0100266 - implemented share VC task (margaretha)
267 - implemented list only owned VC task (margaretha)
268 - implemented list VC access task (margaretha)
269 - implemented search VC by id task (margaretha)
270 - implemented delete VC access (margaretha)
271 - implemented search for project VC (margaretha)
272 - added search VC related tests (margaretha)
273 - removed PredefinedUserGroup.ALL and related codes (margaretha)
274 - implemented search for published VC (margaretha)
275
margaretha7f5071f2018-08-14 15:58:51 +0200276# version 0.59.8
277
margarethac9f1dfa2018-02-07 17:50:33 +010027821/09/2017
margarethaec247dd2018-06-12 21:55:46 +0200279 - restructured statistics service (margaretha)
280 - removed deprecated loader codes and tests (margaretha)
281 - removed old Spring java configurations (margaretha)
282 - implemented entity classes for the new database (margaretha)
283 - added MySQL codes regarding VC and for testing (margaretha)
284 - added dao methods regarding VC (margaretha)
285 - added similar SQL codes (to MySQL) for sqlite (margaretha)
286 - added dao methods regarding user groups (margaretha)
287 - restructured web-service codes into controller and logic/business-service(margaretha)
288 - implemented user role and privilege, and added tests (margaretha)
289 - prepared test suite using new database (margaretha)
290 - implemented UserGroupDao and tests (margaretha)
291 - fixed missing exceptions in JsonUtils (margaretha)
292 - restructured web filters and authentication codes (margaretha)
293 - implemented create/store VC (margaretha)
294 - fixed collection rewrite bug regarding availability with operation or (margaretha)
margarethac9f1dfa2018-02-07 17:50:33 +0100295
margaretha7f5071f2018-08-14 15:58:51 +0200296# version 0.59.7
297
margarethac9f1dfa2018-02-07 17:50:33 +010029813/10/2016
299 - MOD: updated search to use new siglen (diewald)
300 - MOD: fixed matchinfo retrieval in light service (diewald)
301
30205/05/2015
303 - ADD: rest test suite for user service (hanl)
304 - MOD: setup parameter modification (hanl)
305 - ADD: oauth2 client unique constraint (hanl)