v0.173.0

mountain-loop/yaakv0.173.0Jun 2, 2026by zipstack-push-to-main[bot]

AI Summary

This release focuses on UI enhancements, queue backend migration, and the addition of new LLM adapters. It introduces a tox-driven test rig, removes a broken fallback, and fixes noisy admin entries in resource sharing.

Key Highlights

  • UI execution logs link on workflow runs
  • Tox-driven test rig foundation (unit + integration + e2e)
  • Queue backend seam introduced and Celery call sites migrated
  • New LLM adapters for NVIDIA Build and OpenRouter OpenAI-compatible
  • Users groups support for project sharing

New Features

  • Support for ui:order in adapter schemas
  • Queue backend seam implementation
  • Users groups with project sharing
  • Auto-create default LLM profile in Prompt Studio

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