Release Notes 3.7
New Features and Improvements
- Metadata repository encryption (3.7.2023-03-22-1315)
- User impersonation (3.7.2023-03-22-1315)
- Privileges to view and edit schedules (3.7.2023-03-22-1315)
- Privileges to view and edit activity log (3.7.2023-03-29-1635)
- EnterworksSource supports “Test connection” (3.7.2023-03-23-1100)
- Build and sign JWT Token: use ilBuildJWTToken built-in Javascript function (3.7.2023-03-23-1100)
- SMTPSource supports authentication (3.7.2023-03-30-0800)
- Enable/disable any type of authentication in client’s configuration (3.7.2023-03-30-0804)
- Source window: you can now click on a hidden (password-type) field and see its content even for sources that are not checked out and thus not editable (3.6.2023-03-31-1115)
- HTTPSource window: you can now enable Hide value for variables. Such variables’ value will be displayed as a password-type field. It is useful for variables containing credentials. (3.7.2023-03-31-1115)
Bug Fixes
- “The stored password must have the form ‘salt$hash’” on user’s login after upgrading an existing installation (3.7.2023-04-25-1355)
- Cannot open the application after cloning a source (3.7.2023-08-05-1133)
- Update operation throws an error “Incorrect syntax near ’,’” when the first column in the Target table columns mapping is not mapped (3.7.2023-09-28-1058)
Migration Notes
- API key is moved from user’s property to client’s properties: for each user you have, an client with the user’s API key and Default user pointing to the user will be created automatically during the version upgrade (executed automatically on the new version first deployment) - all your existing API keys should continue working without any actions required from you. As API key is not a property of users anymore,
<InfoLink URL>/ui/getAPIKey.jsp, which returned the API key of the signed-in user, is not supported anymore. To create a new API Key and link it to an user, create a client in the system Settings, select Default user on whom behalf the request will be executed, enable API key authentication, click Submit, an API key generated will be displayed (save it as it is displayed only once and not stored in the system).
Last updated on