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.24 / LTS 2025-HF24
Add Synchronous I/O Opt-Out Properties for S3-Compatible Gateways
Two new nuxeo.conf properties — nuxeo.s3storage.syncDownload and nuxeo.s3storage.syncUpload — allow switching blob downloads and/or uploads to the synchronous Apache HTTP client to work around hangs with S3-compatible gateways.
The AWS CRT-based S3 transfer manager used by the S3 Blob Provider has been observed to hang against certain S3-compatible gateways. Two new independent nuxeo.conf properties allow forcing one or both I/O directions onto the synchronous Apache HTTP client (S3Client), bypassing the async transport entirely:
nuxeo.s3storage.syncDownload— whentrue, blob downloads use the synchronous Apache HTTP client instead of the CRT-based transfer manager. Default:false.nuxeo.s3storage.syncUpload— whentrue, blob uploads use a single synchronousPutObjectrequest instead of the CRT-based transfer manager. Default:false. This mode is limited to objects of 5 GiB or less; attempts to upload a larger blob are rejected immediately with an error before any S3 traffic.
These properties are independent. Enable only the direction that is problematic on your gateway. AWS S3 deployments are unaffected and should leave both properties at their default false values.
Unwrap CompletionException in S3BlobStore Async Read/Write Paths
S3BlobStore async read and write paths now unwrap CompletionException so callers consistently receive the underlying SdkException as the effective cause.
Use Versity S3 Gateway in Benchmark to Eliminate Cross-Cloud I/O Bottleneck During Data Import
Benchmark now uses a Versity S3 gateway.
DublinCoreListener Throws NPE When Dc:contributors Contains a Null Entry, Degrading MoveToColdStorage Throughput Under Batch Load
Stop persisting null values in dc:contributors.
A WARN is logged with the message "Skipping null contributor(s) for doc: {}" when a null value is submitted for dc:contributors.
The org.nuxeo.ecm.platform.dublincore.service.DublinCoreStorageServiceImpl logger can be enabled at DEBUG level to print a stack trace when a null value is submitted for dc:contributors.
OpenSearch Audit Backend Fails to Deserialize Log Entries With Missing or Null Entity-Type
OpenSearch audit backend now reads legacy log entries whose stored JSON had a missing or null "entity-type".
Security Fixes
This release also contains security fixes.
LTS 2025 Release Notes summary
| Version | Release date |
|---|---|
| LTS 2025.24 / 2025-HF24 | 2026-08-24 |
| LTS 2025.23 / 2025-HF23 | 2026-08-03 |
| 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 |