Server

LTS 2021.39 / LTS 2021-HF39

Updated: April 29, 2024

What's New in LTS 2021.39 / LTS 2021-HF39

Orphan Version Full GC Should Report the Number of Versions Removed

The number of versions removed is available the Bulk Status of the garbageCollectOrphanVersions action (total - skipCount)

 More on JIRA ticket NXP-31903

Add Mongodb Index on Ecm:mixinTypes

New MongoDB index on ecm:mixinTypes

For MongoDB backend, create the index manually:

db.default.createIndex(
   { ecm:mixinTypes: 1 }
);

Otherwise, the nuxeo server will attempt to create this index if not present at start-up. In the case of an existing instance with large amounts of documents, this process may time out and/or affect performance.

 More on JIRA ticket NXP-31899

Retention - Object Lock Should Follow AWS Configuration

S3 object lock mode is driven by the bucket's default policy, Nuxeo platform mode is used as a fallback

 More on JIRA ticket NXP-31861

Learn More

More information about released changes and fixed bugs is available in our bug tracking tool.