v0.2.11
Skyvern-AI/skyvernv0.2.11Aug 27, 2025by wintonzheng
AI Summary
Adds cache key value management, script blocks, and Vaultwarden integration to the platform. It also brings GPT-5 support and updates to the API specifications.
Key Highlights
- Cache Key Value API Endpoints and UI
- Vaultwarden credential support
- GPT-5 Support and Azure GPT-5 series
- Script blocks table creation
- Templating support in scripts
New Features
- Cache Key Value API and UI
- Vaultwarden integration
- GPT-5 support
- Script blocks implementation
- Templating in scripts and block_output
Full Release Notes
## What's Changed * generate GeneratedWorkflowParameters by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3264 * Add Cache Key Value API Endpoints and Db Methods by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3265 * Add Panel For Cache Key Value Selection And Deletion by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3266 * extend bitwarden credential to support vaultwarden by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3268 * Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3267 * disable svg css agent by default by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3269 * reuse parameter-patching input by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3271 * no success (or fail) for action list/action card by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3272 * add created_by column to actions table by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3273 * add icon for scripted actions by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3274 * support templating in scripts and support block_output by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3276 * GPT-5 Support + Better Logs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3277 * make missing script key value 'default' by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3278 * Script - credential / secret integration by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3279 * update .env.example for gpt 5 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3280 * store workflow start block code by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3283 * script skyvern fallback by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3285 * fix cannot access local variable 'prompt_tokens' where it is not associated with a value by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3286 * More logs to show why a script fails by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3287 * Script action - store text and option by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3289 * fix single input agent llm handler by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3290 * support gemini reasoning effort by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3282 * support select llm for file parser by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3291 * show all of the scripts via a button by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3294 * show all of the scripts via a button by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3295 * frontend support llm selector for fileparser by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3281 * refactor gemini reasoning effor by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3292 * Action UI Update by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3296 * put it back the way it was by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3297 * Jon/add tooltip for scripted execution icon by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3298 * Fix FloatingWindow & BrowserStream UI Bugs by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3299 * Log http block request body, make azure blob key parameterizable by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/3300 * expand start block when code is flipped by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3301 * redo 6035 because of 6036, which undid 6035 by @jomido in https://github.com/Skyvern-AI/skyvern/pull/3302 * Add created_by for script actions by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3303 * script deploy & run are not available by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/3288 * fix missing recording for task v2 block by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3304 * script deploy & run are not available by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3305 * pass workflow pid when execute workflow by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3306 * allow Exception in code block by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/3307 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.2.10...v0.2.11