v2.99.0

IceWhaleTech/CasaOSv2.99.0Jun 8, 2026by docling-ops[bot]

AI Summary

Improvements to service reliability, data model compatibility, and Microsoft Word processing, accompanied by documentation updates for OCR and enrichment examples.

Key Highlights

  • Added `S3Coordinates.max_num_elements` for service configuration.
  • Implemented proper failure mode handling and user-interpretable error output.
  • Ensured backward compatibility of service data models with previous versions.
  • Enhanced detection of lists in MS Word when numbering is in paragraph styles.

New Features

  • S3Coordinates.max_num_elements
  • Improved failure mode handling and error output
  • Backward compatibility with serve/jobkit versions
  • Enhanced MS Word list detection
  • Polished OCR documentation
  • Fixed Code & Formula enrichment rendering

Full Release Notes

### Feature

* **service:** Add S3Coordinates.max_num_elements ([#3565](https://github.com/docling-project/docling/issues/3565)) ([`d3159d7`](https://github.com/docling-project/docling/commit/d3159d736d544040fd375e75e05716dd5dbeb745))
* **service:** Proper failure mode handling and user-interpretable error output ([#3554](https://github.com/docling-project/docling/issues/3554)) ([`057241c`](https://github.com/docling-project/docling/commit/057241c1bc2e4543ab6fef6b69fb777e43b02896))

### Fix

* Ensure backward compatibility of service data models to previous serve/jobkit versions ([#3563](https://github.com/docling-project/docling/issues/3563)) ([`271d3c7`](https://github.com/docling-project/docling/commit/271d3c7c6240d2a6239a28872388b8623cf66649))
* **msword:** Detect lists when numbering is defined in paragraph styles ([#3552](https://github.com/docling-project/docling/issues/3552)) ([`8c61a78`](https://github.com/docling-project/docling/commit/8c61a78e504bcd0b9570955097e74c138528de54))

### Documentation

* Polish OCR documentation wording ([#3559](https://github.com/docling-project/docling/issues/3559)) ([`dbae180`](https://github.com/docling-project/docling/commit/dbae180d167ddf9a583c4d1e9bda1e5c6ba603a5))
* Fix rendering for Code & Formula enrichment example ([#3558](https://github.com/docling-project/docling/issues/3558)) ([`dca008c`](https://github.com/docling-project/docling/commit/dca008c332fb6d4eac9f1cd1b46bad31cf89ad6e))