Files
docling-serve/CHANGELOG.md
2025-08-13 14:48:17 +00:00

21 KiB

v1.2.2 - 2025-08-13

Fix

  • Update of transformers module to 4.55.1 (#316) (7692eb2)

v1.2.1 - 2025-08-13

Fix

  • Handling of vlm model options and update deps (#314) (8b470cb)
  • Add missing response type in sync endpoints (#309) (8048f45)

Documentation

v1.2.0 - 2025-08-07

Feature

  • Workers without shared models and convert params (#304) (db3fdb5)
  • Add rocm image build support and fix cuda (#292) (fd1b987)

v1.1.0 - 2025-07-30

Feature

Fix

  • Referenced paths relative to zip root (#289) (1333f71)

v1.0.1 - 2025-07-21

Fix

Documentation

v1.0.0 - 2025-07-14

Feature

Breaking

v0.16.1 - 2025-07-07

Fix

  • Upgrade deps including, docling v2.40.0 with locks in models init (#264) (bfde1a0)
  • Missing tesseract osd (#263) (eb3892e)
  • Properly load models at boot (#244) (149a8cb)

Documentation

v0.16.0 - 2025-06-25

Feature

  • Package updates and more cuda images (#229) (30aca92)

Documentation

  • Update example resources and improve README (#231) (80755a7)

v0.15.0 - 2025-06-17

Feature

Fix

  • "tesserocr" instead of "tesseract_cli" in usage docs (#223) (196c5ce)

v0.14.0 - 2025-06-17

Feature

  • Read supported file extensions from docling (#214) (524f6a8)

Fix

v0.13.0 - 2025-06-04

Feature

v0.12.0 - 2025-06-03

Feature

  • Export annotations in markdown and html (Docling upgrade) (#202) (c4c41f1)

Fix

  • Processing complex params in multipart-form (#210) (7066f35)

Documentation

v0.11.0 - 2025-05-23

Feature

Fix

Documentation

  • Example and instructions on how to load model weights to persistent volume (#197) (3f090b7)
  • Async api usage and fixes (#195) (21c1791)

v0.10.1 - 2025-04-30

Fix

  • Avoid missing specialized keys in the options hash (#166) (36787bc)
  • Allow users to set the area threshold for picture descriptions (#165) (509f488)
  • Expose max wait time in sync endpoints (#164) (919cf5c)
  • Add flash-attn for cuda images (#161) (35c2630)

v0.10.0 - 2025-04-28

Feature

  • Add support for file upload and return as file in async endpoints (#152) (c65f3c6)

Documentation

v0.9.0 - 2025-04-25

Feature

  • Expose picture description options (#148) (4c9571a)
  • Add parameters for Kubeflow pipeline engine (WIP) (#107) (26bef5b)

Fix

  • Produce image artifacts in referenced mode (#151) (71c5fae)

Documentation

v0.8.0 - 2025-04-22

Feature

Fix

Documentation

v0.7.0 - 2025-03-31

Feature

Fix

  • Move ARGs to prevent cache invalidation (#104) (e30f458)

v0.6.0 - 2025-03-17

Feature

Fix

  • Allow changes in CORS settings (#100) (422c402)
  • Avoid exploding options cache using lru and expose size parameter (#101) (ea09028)
  • Increase timeout_keep_alive and allow parameter changes (#98) (07c48ed)
  • Add warning when using incompatible parameters (#99) (a212547)
  • ui: Use --port parameter and avoid failing when image is not found (#97) (c76daac)

Documentation

  • Simplify README and move details to docs (#102) (fd8e40a)

v0.5.1 - 2025-03-10

Fix

v0.5.0 - 2025-03-07

Feature

Fix

  • Remove uv from image, merge ARG and ENV declarations (#57) (c95db36)
  • docs: Remove comma in convert/source curl example (#73) (05df073)

v0.4.0 - 2025-02-26

Feature

  • New container images (#68) (7e6d9cd)
  • Render DoclingDocument with npm docling-components in the example UI (#65) (c430d9b)

v0.3.0 - 2025-02-19

Feature

Fix

  • Set DOCLING_SERVE_ARTIFACTS_PATH in images (#53) (4877248)
  • Set root UI path when behind proxy (#38) (c64a450)
  • Support python 3.13 and docling updates and switch to uv (#48) (ae3b490)