BM-22234 : Fix: Signature upgrade on identity change. An identical signature with modified HTML code, for example due to modified variables, is now considered modified when the identity is changed, resulting in its upgrade in the compositor.
BM-22631 : Fixed: Unable to add external ICS calendar.
BM-22629 : Fix: The table insertion in the signature is barely visible.
BM-22670: Fix: Duplicates in calendar sharing suggestions.
BM-22831: Fix: Prevents NPEs when the email cannot be adapted and response decoding is enabled (probably an internal fix, check the problem and remove validation if so).
Improvement: runs the Autodiscover mailbox configuration task in a virtual environment instead of blocking a thread. This considerably improves simultaneous Outlook initialization. This prevents simultaneous modification exceptions during LAG indexing and eases certain wait times for indexing and downloading running in virtual threads.
Improvement: When synchronizing emails with Outlook, the same recipients can be matched several times (by email, by DN, by MinimalId, etc.). Use a short-lived LRU cache of entries loaded from Redis to reduce latency associated with repeated searches for the same entries.
BM-20498: Fix: Confusing default calendar bar displayed on meeting emails in tab or window. Hide the default calendar action bar if you're in the BlueMind mail account.
Improvement: Launches the indexing loop in all cases, to avoid unnecessary waiting.
Correction: Don't repeat "maximum number of simultaneous connections reached" too often.
Improvement: Disables indexing and extraction of attachments when storing email bodies. Incremental indexing will not find the pending document and will reanalyze (+ tika) from a virtual thread more efficiently. The transfer from the ES source to the outbox will take place at this point, instead of blocking the creation of the body.
Enhancement: Updates the ES replication factor when multiple nodes are available.
Improvement: Fills existing cache and prevents reload attempts from non-existent containers in indexing tests.
Enhancement: Adds a test configuration to re-inject a --filter-key clone-dump into Kafka test containers and trigger the cloning code on restored items.
Corrects: no saving in cache leading to side-effects between tests.
Correction: Unlimited retry policy for leader election. With a zk freeze > 1 min 30 s, this would result in operation with leader=false and no possibility of rejoining as leader.