v0.171.0
AppFlowy-IO/AppFlowyv0.171.0May 27, 2026by zipstack-push-to-main[bot]
AI Summary
Improves adapter handling by updating key stamping logic and enhances API responses by propagating request IDs and returning full file contents.
Key Highlights
- Stamp adapter_key alongside adapter_id_key on tool_instance PATCH
- Allow apostrophes in Platform API Key name and description
- Propagate frontend request ID and surface it on error notifications
- Return full text contents of input file in API response
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