v0.176.0
Zipstack/unstractv0.176.0Jun 18, 2026by zipstack-push-to-main[bot]
AI Summary
This release addresses multiple security vulnerabilities by updating dependencies and introduces a feature to preserve settings during Prompt Studio project transfers.
Key Highlights
- Upgraded Django to version 4.2.30 to address SQL injection and Denial of Service vulnerabilities.
- Patched numerous transitive dependencies (axios, h11, pyarrow, etc.) to resolve security alerts.
- Added functionality to carry per-prompt table and agentic settings when transferring Prompt Studio projects.
New Features
- Carry per-prompt table/agentic settings in Prompt Studio project transfer
Full Release Notes
## What's Changed * [FIX] Patch frontend Dependabot alerts (axios + transitive deps); drop unused package-lock.json by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/2038 * [FIX] Patch transitive Python Dependabot alerts (h11, pyarrow, pyjwt, azure-core, protobuf) via uv lock by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/2039 * [FIX] Bump Django 4.2.1 -> 4.2.30 (LTS) to clear SQLi/DoS Dependabot alerts by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/2040 * UN-3479 [FEAT] Carry per-prompt table/agentic settings in Prompt Studio project transfer by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2075 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v0.175.0...v0.176.0