v0.2.8
Skyvern-AI/skyvernv0.2.8Aug 9, 2025by wintonzheng
AI Summary
Introduces script blocks, cache keys, and GPT-5 support alongside UI improvements. It also adds Azure Blob Storage support and a flippable component for blocks.
Key Highlights
- Script blocks table creation
- Cache key management for workflows
- GPT-5 and Azure GPT-5 support
- Flippable component for blocks
- Azure Blob Storage support for file uploads
New Features
- Script blocks table
- Cache key management
- GPT-5 support
- Flippable component
- Azure Blob Storage support
Full Release Notes
## What's Changed * endpoint to get and update onepassword token by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3089 * fix onepassword router by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3105 * add duration to WorkflowRunBlock by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3106 * add duration to workflow block timeline by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3107 * remove s3 block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3110 * fix creating org token encryption issue by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3111 * elide duration from workflow blocks in timeline by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3113 * do not clear input when empty by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3114 * add cache_key to workflows table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3112 * Making file parser flexible to deprecate pdf parser by @pedrodebruin in https://github.com/Skyvern-AI/skyvern/pull/3073 * fix package dependency by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3119 * workflows GET fix by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3118 * Jon/sky 5803 create workflow scripts table by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3120 * add Use Script Cache toggle; align toggles to right-hand side by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3121 * projects -> scripts by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3123 * support uri format otp secrete by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3126 * fix valid opt secret detect by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3127 * add finished_at to steps table by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3129 * add cache key input to workflow settings by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3131 * always return debug sessions that are <30s fresh by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3132 * Jon/sky 5838 launch the power restart feature for all users with a cooldown by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3133 * add Flippable component by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3134 * write finished_at to steps table by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3135 * add support for gpt5 and azure gpt5 series by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3136 * fix timezone calc by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3137 * set-initial-window-debugger-position-size-as-specified-in-the by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3139 * [Feature] Adding Azure Blob Storage support to File Upload workflow block by @pcgeek86 in https://github.com/Skyvern-AI/skyvern/pull/3130 * restore run button in debug view by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3142 * fix: change scraper log level from info to debug by @devsy-bot[bot] in https://github.com/Skyvern-AI/skyvern/pull/3143 * do not raise error when parsing totp secret by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3144 * get rid of navigation block and use task + task v2 block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3128 * Rework Workflow Save by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3145 * fix totp parser for totp secret stored in credential item by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3146 * add script blocks table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3125 * fix get active browser sessions by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3055 * do not include totp in the credential secrets if totp is not defined for a credential item by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3147 * remove deprecated sign for old task by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3148 ## New Contributors * @devsy-bot[bot] made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/3143 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.2.7...v0.2.8