Passbolt v3.7.0 Release Notes

Release Date: 2022-07-28 // over 1 year ago
  • โž• Added

    • PB-17098 Add rockylinux 9 support
    • PB-16751 Add Redhat 9 support
    • PB-16749 Add Ubuntu 22.04 support
    • PB-16950 Add Spanish and Lithuanian support
    • PB-14514 Add PHP8.0 support
    • PB-14514 Fix PHP8.1 compatibility issues
    • PB-16161 Create action log endpoint for user CRUD
    • PB-16844 Common part of the user recovery and setup audit log

    ๐Ÿ”’ Security

    • PB-17068 PBL-07-002 Fix key algorithm validation should be set to strict on setup
    • PB-17068 Fix OpenPGP unarmor should use base64_decode in strict mode
    • PB-17068 SEC-1292 Fix unsafe default recipient email address (Credit: Ashley Primo)

    ๐Ÿ›  Fixed

    • PB-16705 As group manager updating group memberships I should not get a timeout
    • PB-16949 As group manager deleting a group user the operation should not be slowed down by the folders plugin
    • PB-16705 As a group manager updating group memberships I should not get a timeout due to a plugin integration
    • PB-17068 Fix GroupsUsersValidatorTest psr-4 autoloading warning
    • PB-17007 As AD performing a cleanup of the missing folders relations I should not get a timeout
    • PB-16749 Fix jobs to reuse last job artifact instead of rebuilding it everytime
    • PB-16877 Fixes ClearMfaCookieOnSetupAndRecover for controllers without User component
    • PB-16666 GITHUB-432 Fix healthcheck style

    ๐Ÿšง Maintenance

    • PB-17009 Replace createrepo by createrepo_c
    • PB-16956 Misc Fixture Factories refactoring
    • PB-16956 Modernize folders plugin bootstrap, add src/Plugin.php file
    • PB-16806 UacAwareMiddleware trait now return UAC exclusively. More typing in UAC object.
    • PB-16161 Renames ambiguous testing traits
    • PB-16161Add and enhance log related factories
    • PB-16791 Upgrade webinstaller openpgpjs to v5
    • PB-14514 Update to composer v2.2 + Fix CI jobs
    • PB-16657 Remove mariadb dependency
    • PB-16161 Refactor to split folder, resource and user related logic in respective classes