Version 4.0.18¶
Released: October 21, 2021
Status: Maintenance
Changes¶
Settings¶
Support was added for setting validation. Validation is performed when changing the setting value via the user interface of during startup.
Organizations¶
The base template was updated to ensure that the value of the
ORGANIZATIONS_URL_BASE_PATH
setting is applied to properly
trigger the root SPA template.
Validation was added to the format of the ORGANIZATIONS_URL_BASE_PATH
setting.
REST API¶
Two settings were backported that allow changing the default and the maximum
REST API page size. These are REST_API_MAXIMUM_PAGE_SIZE
and
REST_API_PAGE_SIZE
.
Other¶
Smart setting test updates:
Add smart setting validation tests.
Add setting view tests.
Separate namespace and setting tests and mixins.
Removals¶
None
Upgrade process¶
Docker Compose¶
Check the Docker upgrading chapter for the complete upgrade process.
Backward incompatible changes¶
None
Issues closed¶
None