Skip to content

v0.1.0

Latest

Choose a tag to compare

@davidgs davidgs released this 21 Aug 14:28
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
1440f9e

First minor release after 0.0.x: docling-serve parity for conversion, chunking, and pipeline settings; expanded formats; optional API key auth; and Dependabot/npm audit remediation.

Added

  • Pipeline settings (standard/VLM/ASR), hybrid/hierarchical chunker factory, expanded formats (yaml, vtt, dclx, html_split_page), per-job options (page_range, to_formats)
  • Server config loader (DUCKLING_CONFIG_FILE), structured logging, optional API key (DUCKLING_API_KEY)
  • Redis/worker compose topology, connector batch endpoint, orchestration adapters (local/RQ/Ray)

Changed

  • Pipeline/PDF/enrichment/chunking settings wired end-to-end in backend and frontend
  • Ray/docling-jobkit moved to optional backend/requirements-orchestration.txt

Security