This page relates to the release notes of Nuxeo Server and related addons for LTS 2025 cycle. It will list the improvements and features that are successively shipped with the 2025.x releases.
What's New in LTS 2025.22 / LTS 2025-HF22
Support AWS DocumentDB Elastic
Improve support of AWS DocumentDB Elastic.
Allow Disabling Thumbnail Auto-Generation Per Repository
Thumbnail auto-generation can now be disabled globally or per repository.
Optional thumbnail auto-generation
- Set
nuxeo.thumbnail.enabled=falseinnuxeo.confto disable it globally. - Contribute to the new
thumbnailConfigurationextension point oforg.nuxeo.ecm.core.api.thumbnail.ThumbnailServicefor per-repository overrides:
<extension target="org.nuxeo.ecm.core.api.thumbnail.ThumbnailService" point="thumbnailConfiguration">
<thumbnailConfig repository="other" enabled="false" />
</extension>
When disabled, no thumbnail is computed at document creation. Thumbnails on documents that already carry the Thumbnail facet continue to be refreshed when their main blob changes.
The perf server template now ships with thumbnail auto-generation disabled.
Purge existing thumbnails
A new bulk action and management endpoint allow removing stored thumbnails (blob + Thumbnail facet) for documents matching an NXQL query.
DELETE /api/v1/management/thumbnails/remove?query=<NXQL>&queryLimit=<N>- Both parameters are optional. Default query targets all non-proxy documents currently carrying a thumbnail blob.
Refactor PublicationJsonEnricher to Use a Page Provider
PublicationJsonEnricher now uses the SearchService. The 2025 branch use SearchService.search() directly. A new page provider plugged into the Elasticsearch backend has been introduced for the 2023 branch. For additional information, see Upgrade notes.
Take Into Account the Search Pattern on LDAP Directories
The UserGroup.Suggestion operation now honors the directory's substringMatchType (subinitial, subany, subfinal), so LDAP user/group suggestions return infix and suffix matches when configured to do so.
Support DocumentDB Local
Improve support of DocumentDB local docker image.
S3 Blob Storage Properties With Full nuxeo.s3storage.* Prefix Cannot Be Set via Framework Properties (nuxeo.conf)
"nuxeo.s3storage.multipart.upload.threshold" and "nuxeo.s3storage.minimum.upload.part.size" are now properly taken into account.
Expose Relevance Score via Enrichers
There is a new score enricher to get the fulltext score in PageProvider results.
Security Fixes
This release also contains security fixes.
LTS 2025 Release Notes summary
| Version | Release date |
|---|---|
| LTS 2025.22 / 2025-HF22 | 2026-07-21 |
| LTS 2025.21 / 2025-HF21 | 2026-06-22 |
| LTS 2025.20 / 2025-HF20 | 2026-06-01 |
| LTS 2025.19 / 2025-HF19 | 2026-05-11 |
| LTS 2025.18 / 2025-HF18 | 2026-04-20 |
| LTS 2025.17 / 2025-HF17 | 2026-03-30 |
| LTS 2025.16 / 2025-HF16 | 2026-03-09 |
| LTS 2025.15 / 2025-HF15 | 2026-02-16 |
| LTS 2025.14 / 2025-HF14 | 2026-01-26 |
| LTS 2025.13 / 2025-HF13 | 2026-01-12 |
| LTS 2025.12 / 2025-HF12 | 2025-12-15 |
| LTS 2025.11 / 2025-HF11 | 2025-11-24 |
| LTS 2025.10 / 2025-HF10 | 2025-11-03 |
| LTS 2025.9 / 2025-HF09 | 2025-10-13 |
| LTS 2025.8 / 2025-HF08 | 2025-09-22 |
| LTS 2025.7 / 2025-HF07 | 2025-09-01 |
| LTS 2025.6 / 2025-HF06 | 2025-08-11 |
| LTS 2025.5 / 2025-HF05 | 2025-07-21 |
| LTS 2025.4 / 2025-HF04 | 2025-06-30 |
| LTS 2025.3 / 2025-HF03 | 2025-06-02 |
| LTS 2025.2 / 2025-HF02 | 2025-05-12 |
| LTS 2025.1 / 2025-HF01 | 2025-04-21 |
| LTS 2025.0 / 2025-HF0 | 2025-03-31 |