You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
## 0.43.1
2
+
3
+
### Enhancements
4
+
* Add split-PDF observability with operation-aware batch planning, timeout, cancellation, and completion logs.
5
+
* Make long-running integration tests stream live progress, timings, and backend failure context for split and single partition phases.
6
+
7
+
### Features
8
+
9
+
### Fixes
10
+
* Preserve chunk-local transport retries for split-PDF execution even when SDK-level retries disable connection-error retries for top-level requests.
11
+
* Harden split-PDF timeout and cleanup paths against closed event loops and cancelled chunk tasks.
12
+
* Stabilize `hi_res` split integration coverage by using a smaller derived multi-page fixture instead of the flaky full `layout-parser-paper.pdf` path for equivalence and caching checks.
0 commit comments