Skip to content

phoss SMP 5.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@phax phax released this 10 Jan 19:51
· 516 commits to master since this release
  • 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.properties called webapp.public.showappname to disable the display of the application name in the /public part
  • Added new property in webapp.properties called webapp.public.showsource to disable the display of the application source in the /public part
  • Certain HTTP redirects now correctly honour the public URL - this only affects usage behind a reverse proxy