Skip to content

v0.1.0

Choose a tag to compare

@NikAcc NikAcc released this 14 Jul 20:49
· 34 commits to main since this release

v0.1.0 (2026-07-14)

This release is published under the MIT License.

Features

  • exporter: Stream document_exporter's output instead of buffering it (#5, a788025)

Exporting thousands of documents takes minutes, and the output was captured and withheld until the process exited — so a long, healthy export was indistinguish-able from a hung one. Its lines are now relayed as they arrive.

stderr is folded into stdout while doing it, because Paperless reports a failure on either depending on the version: the path-too-long fallback was only ever scanning stderr, and would have missed a failure announced on stdout. The error message now repeats the useful tail of the log rather than the whole thing.


Detailed Changes: v0.0.3...v0.1.0