v2.101.0

MystenLabs/suiv2.101.0Jun 10, 2026by docling-ops[bot]

AI Summary

Adds an explicit control for generating page images in document conversion options and fixes a potential crash related to construction with too large HTTP inputs.

Key Highlights

  • Added explicit `generate_page_images` control in `ConvertDocumentsOptions`
  • Updated `_DocumentConversionInput` to avoid construction with large HTTP inputs
  • Improved document conversion stability

New Features

  • generate_page_images control

Full Release Notes

### Feature

* **service:** Add explicit generate_page_images control in ConvertDocumentsOptions ([#3574](https://github.com/docling-project/docling/issues/3574)) ([`1b80839`](https://github.com/docling-project/docling/commit/1b80839c996136eed47c4875e8a82f0d7ff19c69))

### Fix

* Update _DocumentConversionInput to avoid construction with too large HTTP inputs ([#3577](https://github.com/docling-project/docling/issues/3577)) ([`2288658`](https://github.com/docling-project/docling/commit/22886583af5a074a8a976af009d42a81c7d67ec4))