- Updated to Log4J 2.17.1 for security reasons (CVE-2021-44832)
- Updated to ph-commons 10.1.5
- Updated to ph-oton 8.3.6
- The transport profiles are now managed in the database when using the SQL Backend (table
smp_tprofile)- All the existing transport profiles are automatically migrated into the database
- The audit items are now also written directly to the database when using the SQL Backend (table
smp_audit) - existing entries are NOT migrated - The security roles are now managed in the database when using the SQL Backend (table
smp_secrole) - The users are now managed in the database when using the SQL Backend (table
smp_secuser) - The user groups are now managed in the database when using the SQL Backend (table
smp_secusergroup)- All existing roles, users and user groups are automatically migrated from the XML based file to the DB
- All the SMP settings as well as the ID maintenance are now managed in the database when using the SQL Backend (table
smp_settings)- All the existing SMP settings are automatically migrated into the database
- Added new property in
webapp.propertiescalledwebapp.public.showappnameto disable the display of the application name in the/publicpart - Added new property in
webapp.propertiescalledwebapp.public.showsourceto disable the display of the application source in the/publicpart - Certain HTTP redirects now correctly honour the public URL - this only affects usage behind a reverse proxy