...
We have updated the client including its library to Angular 11. Be aware that you have to update your custom client and adapt your own components as well.
Technical Changes
- The URL for calling the client as well as the management studio is changed. See here what to do while updating to version 7.0: Necessary Actions When Updating or Upgrading to 7.0
...
- The session handling is optimized. Current sessions can be monitored on the REST-WS status page. And to avoid DOS attacks the maximum number of sessions for one user can be configured in the management studio.
- You can monitor the technical update tasks on the REST-WS status page.
...
New Client
...
Due to the update of the client to Angular 11 some feature had to be changed as there are:
...
Feature
- The decimal values in the CSV export for form table data are in the format belonging to the language the user has set.
Deprecated functions
- Binary fields have been deprecated, since it is better to keep binary content as document payload (its content is searchable, can be rendered) of an object, so its use in projects was extremely rare. Projects that use the type will get the deprecation warning about it. The field type will be removed with the next major version of yuuvis RAD.
...