Fix: Make sure sysconf is replicated on keydb before cloning domains, otherwise we risk starting to clone domains with empty sysconf and triggering domain split or S3 key issues.
BM-22680: Fix: Backup job error following an upgrade to BlueMind 5.4 with the following traces in the logs: "Error trying to backup user calendars", "Unable to backup user archives folder", "Sds sync rebuild in progress, please retry in a few minutes".
Fix: Check that event history is present.
BM-22638 : Fix: E-mails with detached attachments are not received on Outlook.
BM-22662 : Fix: Video conferencing complement error if name contains characters not belonging to the latin-1 standard.
Fix: prevent simultaneous creation of OABs and do not load the entire directory into memory when creating an OAB.
Performance enhancement: Deploy ExecuteExecutor on virtual threads rather than on vertx workers.
This corrects the performance of simultaneous fast transfers, which exhaust the pool of workers when calling queue.poll for buffers.
Fixed: MAPI offline address book metadata is calculated at the same time as OAB re-generation, to avoid concurrent generations if several Outlooks request a new OAB at the same time.
Fixed: Offsetting passwords associated with domain properties was too time-consuming for the server. The list of properties to be hidden is now loaded only once.