Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 5.51 KB

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)