v0.171.0
vercel-labs/webreelv0.171.0May 27, 2026by zipstack-push-to-main[bot]
AI Summary
This release brings several fixes and features to the Unstract Platform, including improvements to the stamp adapter, API key handling, and frontend request ID propagation.
Key Highlights
- Fixed Stamp adapter to update adapter_key alongside adapter_id_key
- Allowed apostrophes in Platform API Key names and descriptions
- Added dispatch and chord call site characterisation
- Propagated frontend request ID to error notifications
- Replaced unmaintained pytest-dotenv with direct dotenv loading
New Features
- Propagate frontend request ID and surface it on error notifications
- Return full text contents of input file in API response
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