Passbolt v3.5.0 Release Notes

Release Date: 2021-01-12 // over 3 years ago
  • โž• Added

    • PB-13161 As LU I should be able to use passbolt with my Android mobile
    • PB-13161 As LU I should be able to use passbolt with my IOS mobile
    • PB-5967 As AD I can use passbolt with a PostgreSQL database provider [experimental]
    • ๐Ÿ’ป PB-5967 As AD I can migrate an existing instance to PostgreSQL with the help of the command line [experimental] and MySQL to Postgres migration tools, e.g. as described here: https://pgloader.readthedocs.io and here: https://pgloader.io/.
    • PB-8513 As LU I can request gpg keys using pagination
    • PB-13321 As a user I can use passbolt in Dutch
    • PB-13321 As a user I can use passbolt in Japanese
    • ๐Ÿ’… PB-13321 As a user I can use passbolt in Polish

    ๐Ÿ‘Œ Improved

    • PB-12817 As LU I can import avatars having a jpeg extension
    • ๐Ÿ‘€ PB-12943 As AD I should be able to see log when a user tries to sign-in with an invalid bearer token
    • ๐ŸŽ PB-12888 Improve performances of the operations requiring permissions accesses by replacing the single index on type by a combined index involving the requested columns
    • ๐Ÿ‘€ PB-13177 As AD I should be able to see any gpg keys errors from the healthcheck
    • PB-13183 As LU I should be able create resource having a name or a username of 255 characters long
    • PB-13265 As AD I can create a JWT key pair even if the database is not set
    • PB-13164 As AD I can cleanup duplicate entries in the favorites tables, groups_users and permissions

    ๐Ÿ”’ Security

    • PB-13217 PBL-06-011 Fix ACL on mobile transfer view controller

    ๐Ÿ›  Fixed

    • PB-9887 Fix as AD I can send email digest from the /bin/cron script
    • PB-12957 Fix multiple language issues reported by community
    • โšก๏ธ PB-12914 Fix as a group manager I should not get multiple notifications when a group is updated
    • ๐Ÿ‘€ PB-13158 As AD I should see a tip with proper directory permissions when the JWT assets healthcheck fails

    ๐Ÿšง Maintenance

    • ๐Ÿšš PB-12835 Move users setup/recover/register controllers logic into services to welcome the upcoming account recovery feature