v0.179.0
Zipstack/unstractv0.179.0Jul 14, 2026by zipstack-push-to-main[bot]
AI Summary
Adds support for Mistral embeddings and updates handling of deprecated temperature parameters for Claude models.
Key Highlights
- Add Mistral embedding adapter (mistral-embed)
- Strip deprecated temperature for Claude Sonnet 5 and post-4.7 models
- Auto-capture execution ID in the API deployment Postman collection
New Features
- Mistral embedding adapter
Full Release Notes
## What's Changed * [FEAT] Add Mistral embedding adapter (mistral-embed) by @ahmedk20 in https://github.com/Zipstack/unstract/pull/2158 * UN-3709 [FIX] Strip deprecated temperature for Claude Sonnet 5 and post-4.7 models by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/2165 * UN-2190 [MISC] Auto-capture execution ID in the API deployment Postman collection by @athul-rs in https://github.com/Zipstack/unstract/pull/2031 ## New Contributors * @ahmedk20 made their first contribution in https://github.com/Zipstack/unstract/pull/2158 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v0.178.1...v0.179.0