v0.183.0
Zipstack/unstractv0.183.0Jul 23, 2026by zipstack-push-to-main[bot]
AI Summary
Implements opt-in pagination for list endpoints and introduces hermetic LLM mock hooks to improve the stability of critical path tests.
Key Highlights
- Feature: Opt-in pagination for list endpoints
- Dev: Hermetic LLM mock hook for execute-path critical tests
- Fix: Pin the built-in auth service in last-admin guard tests
- Misc: Merge overlay manifests via environment variable
New Features
- Opt-in pagination for list endpoints
Full Release Notes
## What's Changed * UN-3636 [DEV] Hermetic LLM mock hook for execute-path critical tests by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2170 * UN-3770 [FEAT] Opt-in pagination for list endpoints; wire Workflows page by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2187 * UN-3636 [MISC] Merge overlay manifests via UNSTRACT_RIG_EXTRA_MANIFESTS by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2188 * UN-3636 [FIX] Pin the built-in auth service in the last-admin guard tests by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2194 * Feat/un 3445 pg queue integration by @muhammad-ali-e in https://github.com/Zipstack/unstract/pull/2108 * UN-3741 [FIX] Keep list-row owner and updated columns aligned across rows by @athul-rs in https://github.com/Zipstack/unstract/pull/2193 * UN-3636 [PERF] Stop the test rig wasting CPU and hashing time by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2195 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v0.182.0...v0.183.0