v0.171.0
Zipstack/unstractv0.171.0May 27, 2026by zipstack-push-to-main[bot]
AI Summary
This release focuses on API improvements, including better file handling, request ID propagation, and seam characterization for dispatch and chord operations.
Key Highlights
- Characterized dispatch and chord call sites (seams)
- Propagated frontend request ID and surfaced it on error notifications
- Return full text contents of input file in API response
- Replaced unmaintained pytest-dotenv with direct dotenv loading
New Features
- Request ID propagation
- Full text file content in API
- Seams characterization
Full Release Notes
## What's Changed * UN-3479 [FIX] Stamp adapter_key alongside adapter_id_key on tool_instance PATCH by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1995 * UN-3318 [FIX] Allow apostrophes in Platform API Key name and description by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1994 * UN-3452 [FEAT] Characterise the seams: dispatch + chord call sites by @muhammad-ali-e in https://github.com/Zipstack/unstract/pull/1950 * UN-3444 [FEAT] Propagate frontend request ID and surface it on error notifications by @Deepak-Kesavan in https://github.com/Zipstack/unstract/pull/1955 * UN-2836 [FEAT] Return full text contents of input file in API response by @pk-zipstack in https://github.com/Zipstack/unstract/pull/1904 * [FIX] Replace unmaintained pytest-dotenv with direct dotenv loading by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/1992 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v0.170.1...v0.171.0