Server

LTS 2021.7 / LTS 2021-HF07

Updated: May 2, 2024

What's New in LTS 2021.7 / LTS 2021-HF07

Nuxeo Server

Nuxeo Streams

Improve Audit Writing Performances by Allowing Parallelization

The concurrency on the AuditLogWriter is now enabled.

 More on JIRA ticket NXP-29078

Rendition

New Endpoint to Recompute Video Rendition dev

A new endpoint has been added to recompute video renditions, similarly to what is already available for the pictures views.

 More on JIRA ticket NXP-29815

Nuxeo Docker Image Upgraded To LibreOffice 7.1.3.2

LibreOffice has been upgraded to version 7.1.3.2 in the Nuxeo Docker image.

 More on JIRA ticket NXP-30481

Miscellaneous

Make Maximum HTTP Header Size Configurable dev

The current maximum size for all the http headers is 8192 bytes which is too small to handle some redirects with very long urls (ex: a very long oauth token).

It is now possible to configure the maximum in nuxeo.conf:

nuxeo.server.http.maxHttpHeaderSize=8192

 More on JIRA ticket NXP-30396

Major Bug Fixes

Fix Picture Views Generation With Auto Versioning

With auto versioning enabled on documents with the Picture facet, the whole picture views generation process was previously triggered when creating the new version, even if the picture views are already computed on the document.

We fixed this behavior to trigger picture views generation only when needed.

 More on JIRA ticket NXP-30483

Fix Wildcard Behavior in sourceMimeType

The option to export an image as a PDF file has been fixed and works again in WebUI.

 More on JIRA ticket NXP-30526

Nuxeo Docker Image Needs Chinese and Korean Fonts

CJK fonts have been added to the Nuxeo Docker image in order to handle rendition of Office documents with Chinese and Korean.

 More on JIRA ticket NXP-30514

Nuxeo Docker Image With UTF-8 Locale

The default locale in the Nuxeo Docker image is now UTF-8.

 More on JIRA ticket NXP-30480

Fix Visual Bug in Web UI While Importing More Than 1 Document File

All documents are visible after importing several documents at the same time.

 More on JIRA ticket NXP-28642

Fix NPE When Retrieving Tasks for User

The task List was not appearing for users in some cases.

ACE without granted element do not crash anymore, allowing to get the task list in all cases.

 More on JIRA ticket NXP-30515

Prevent Stream Failure When Invoking setProperties Bulk Action With Invalid Values

Stream failure is now avoided when invoking setProperties bulk action with invalid values (like setting a date field to abc).

 More on JIRA ticket NXP-30484

Search Results Reporting Invalid Total Number of Documents Above 10 000

Total hits is correctly computed when over 10 000 documents.

 More on JIRA ticket NXP-30468

Learn More

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