v0.2.22
Skyvern-AI/skyvernv0.2.22Nov 11, 2025by marcmuon
AI Summary
Introduces SDK updates, Google Cloud Workload Identity support, and fixes for Human Interaction Blocks while improving the SDK's file uploading capabilities.
Key Highlights
- Release of TypeScript and Python SDK 2.22
- Support for Google Cloud Workload Identity in Vertex models
- Fixes for two Human Interaction Blocks
- SDK file uploading feature (public URL only)
- Flattening of timeline for better Task V2 block compatibility
New Features
- SDK 2.22 release
- Google Cloud Workload Identity support
- Human Interaction Block fixes
- SDK file uploading
- Task V2 timeline flattening
Full Release Notes
## What's Changed * Two Human Interaction Block Fixes by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3940 * Credentials page UX improvement by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/3941 * SkyvernBrowserPage extends SkyvernPage by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3921 * Release TS/Python SDK 2.22 by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3942 * Fix ts-sdk-release.yml by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3943 * SDK: file uploading (public url only) by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3867 * Flatten timeline so forloops and taskv2 blocks play nice by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/3946 * Add termination-aware complete verification experiment (SKY-6884) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/3948 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3950 * add date_format context for input and select action context, which will be used as context for caching by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3951 * improve scrolling into view by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3952 * Make SkyvernPage extend Playwright by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3934 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3954 * Publish npm package using Trusted Publisher by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3953 * SDK: more logs & small fixes by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3945 * SDK: embedded server mode by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/3949 * Support Google Cloud Workload Identity for vertex models by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/3956 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.2.21...v0.2.22