Skip to content

Commit 022fef0

Browse files
committed
fix(DTPL-364): Fix pdf_split_hook issues
1 parent 5171475 commit 022fef0

7 files changed

Lines changed: 749 additions & 116 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.43.4
2+
3+
### Enhancements
4+
5+
### Features
6+
7+
### Fixes
8+
* Route split-PDF `partition_async()` result collection through awaited async hook dispatch instead of creating a nested event loop in a worker thread.
9+
* Add cancellation cleanup for in-flight split-PDF chunk tasks and preserve existing sync `partition()` split-PDF behavior with lazy executor creation.
10+
111
## 0.43.2
212

313
### Enhancements

0 commit comments

Comments
 (0)