This commit is contained in:
Yiorgis Gozadinos 2026-06-22 11:33:11 +03:00
parent 23f5b3c47a
commit 6f2ab0963c
No known key found for this signature in database

View file

@ -1,6 +1,10 @@
# Changelog
## [Unreleased]
### Fixed
- CPU-bound ingest steps now run off the event loop: Docling document serialization, docling-serve zip parsing, split-PDF concatenation, fetched-body temp writes, and filesystem read/hash work no longer stall concurrent ingester workers on large image-bearing documents.
## [0.59.1] - 2026-06-19
### Changed