v0.168.0
Zipstack/unstractv0.168.0May 12, 2026by zipstack-push-to-main[bot]
AI Summary
A feature release adding Bedrock authentication support, a new permission tier, and cleaning up deprecated model parameters.
Key Highlights
- Added AWS_BEARER_TOKEN_BEDROCK authentication
- New full_access permission tier for DELETE operations
- Stripped deprecated sampling params for Claude Opus 4.7
New Features
- AWS_BEARER_TOKEN_BEDROCK auth for Bedrock adapters
- full_access permission tier for Platform API DELETE
Full Release Notes
## What's Changed * UN-3152 [FEAT] Add AWS_BEARER_TOKEN_BEDROCK auth to Bedrock LLM and Embedding adapters by @jaseemjaskp in https://github.com/Zipstack/unstract/pull/1952 * UN-3405 [FEAT] Add full_access permission tier for Platform API DELETE by @Deepak-Kesavan in https://github.com/Zipstack/unstract/pull/1926 * [FIX] Strip deprecated sampling params for Claude Opus 4.7 by @pk-zipstack in https://github.com/Zipstack/unstract/pull/1934 **Full Changelog**: https://github.com/Zipstack/unstract/compare/v0.167.0...v0.168.0