Skip to content

v3.4.2

Choose a tag to compare

@github-actions github-actions released this 17 Dec 14:54
· 44 commits to master since this release

Changelog for reva 3.4.2 (2025-12-17)

The following sections list the changes in reva 3.4.2 relevant to
reva users. The changes are ordered by importance.

Summary

  • Fix #5444: Allow lightweight accounts to use external apps
  • Enh #5442: Refactor emailhandler

Details

  • Bugfix #5444: Allow lightweight accounts to use external apps

    For that, we need to explicitly allow all relevant storage provider requests when checking the
    lw scope.

    #5444

  • Enhancement #5442: Refactor emailhandler

    The email handler now supports reading CID files and embedding them.

    #5442