v0.173.0
vercel-labs/webreelv0.173.0Jun 2, 2026by zipstack-push-to-main[bot]
AI Summary
This release focuses on infrastructure improvements including a migration to a Celery queue backend and the introduction of new LLM adapters for NVIDIA and OpenRouter. It also adds user group support for project sharing and improves adapter schema handling.
Key Highlights
- Queue backend migration to Celery
- New LLM adapters (NVIDIA and OpenRouter)
- User groups with project sharing
- UI order support in adapter schemas
- Auto-create default LLM profile
New Features
- Queue backend migration
- NVIDIA LLM adapter
- OpenRouter LLM adapter
- User groups for sharing
- UI order support in schemas
Full Release Notes
## What's Changed * [MISC] Show alert with execution-logs link on workflow run by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1997 * [MISC] Add tox-driven test rig foundation (unit + integration + e2e) by @hari-kuriakose in https://github.com/Zipstack/unstract/pull/1971 * UN-3493 [FEAT] Support ui:order in adapter schemas; lift Bedrock auth fields by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1999 * [MISC] Remove broken is_default fallback in get_adapter_by_name_and_type by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/1998 * UN-3497 [FEAT] Introduce queue_backend seam and migrate Celery call sites by @muhammad-ali-e in https://github.com/Zipstack/unstract/pull/2001 * UN-3318 [FIX] Stop noisy admin entries in resource sharing (auto-share + share dropdown) by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2000 * Bump the uv group across 15 directories with 11 updates by @dependabot[bot] in https://github.com/Zipstack/unstract/pull/1981 * Bump the uv group across 10 directories with 4 updates by @dependabot[bot] in https://github.com/Zipstack/unstract/pull/2006 * [FIX] Align python-dotenv to 1.2.2 across all packages (unbreak main after #2006) by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/2008 * Bump the uv group across 12 directories with 5 updates by @dependabot[bot] in https://github.com/Zipstack/unstract/pull/2007 * [MISC] Auto-create default LLM profile in Prompt Studio with clearer upload tooltip by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2005 * UN-3503 [FEAT] Add NVIDIA Build and OpenRouter OpenAI-compatible LLM and embedding adapters by @chandrasekharan-zipstack in https://github.com/Zipstack/unstract/pull/2004 * UN-2977 [FEAT] Introduce users groups with project sharing by @kirtimanmishrazipstack in https://github.com/Zipstack/unstract/pull/1986 ## New Contributors * @dependabot[bot] made their first contribution in https://github.com/Zipstack/unstract/pull/1981 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v0.172.0...v0.173.0