v0.185.0
QwenAudio/SenseVoicev0.185.0Aug 10, 2026by zipstack-push-to-main[bot]
AI Summary
A substantial release featuring new features like global API deployment keys, MCP server hosting, and tool unpublishing capabilities, alongside fixes for pagination and database worker migrations.
Key Highlights
- Add global API deployment keys for grouped API deployments
- Host deployment-scoped and organization-scoped MCP servers
- Allow unpublishing exported tools and derive API-key targets from URLs
- Maintain Prompt Studio back-references in tool registry listing
New Features
- Global API deployment keys
- MCP server hosting (deployment and org scoped)
- Unpublishing exported tools
- Prompt Studio back-reference maintenance
Full Release Notes
## What's Changed * UN-3638 [TEST] Generic rig seams for downstream e2e overlays + login provider by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2220 * UN-3770 [MISC] Make list pagination consistent across shared resource endpoints by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2208 * UN-3638 [TEST] Cover the Platform API key branch of CustomAuthMiddleware by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2223 * UN-3445 [GATED-FEAT] PG-queue auxiliary-worker migration (OSS): loader fix + notification seam by @muhammad-ali-e in https://github.com/Zipstack/unstract/pull/2217 * [FIX] Seed challenge_llm from the exported tool's resolved value so challenge-enabled deploys pass by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/2209 * [FEAT] Allow unpublishing an exported tool; derive API-key target from the URL by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/2206 * [FIX] Keep the Prompt Studio back-reference in tool registry listing; drop dead adapter-choices route by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/2204 * [FIX] Resolve Prompt Studio default LLM profile and unblock deploy when LLMChallenge is off by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/2203 * UN-2407 [FEAT] Add global API deployment keys for grouped API deployments by @Deepak-Kesavan in https://github.com/Zipstack/unstract/pull/1881 * [FIX] Stub the lookups seam in the profile-resolution tests by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2228 * feat(mcp): host deployment-scoped and organization-scoped MCP servers by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/2207 * fix(mcp): skip the platform auth tests where their preconditions do not hold by @Deepak-Kesavan in https://github.com/Zipstack/unstract/pull/2231 * UN-1184 [FIX] Show the docs link on all Add Connector/adapter screens by @kirtimanmishrazipstack in https://github.com/Zipstack/unstract/pull/2233 * UN-3638 [MISC] Scope and gate critical-path regressions in the rig report by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2232 * UN-3770 [MISC] Remove noisy tooltips from the resource list table by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2230 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v0.184.1...v0.185.0