v1.0.10
Skyvern-AI/skyvernv1.0.10Jan 22, 2026by wintonzheng
AI Summary
v1.0.10 focuses on browser sessions v2 backend implementation and workflow validation. It includes cleanup logic for renamed/deleted parameters and fixes for race conditions.
Key Highlights
- Browser sessions v2 backend implementation.
- Workflow validation including block labels and race condition handling.
- Cleanup logic for block outputs and parameter references.
- General text captcha solution.
- Workflow Copilot LLM-based YAML autocorrection.
New Features
- Browser sessions v2 backend
- Workflow validation
- Cleanup logic
- Text captcha solution
- Copilot autocorrection
Full Release Notes
## What's Changed * Add block labels validation in run_blocks by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4500 * Fix Gemini 3 Flash cache creation and false fallback detection by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4502 * Workflow Copilot: LLM-based YAML autocorrection by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4504 * Store screenshot artifacts, generate URLs when needed by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4506 * clean up block output and parameter references when blocks/parameters are renamed or deleted by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4507 * check bitwarden itemid format by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4508 * Remove Fern icon from generated readme by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4509 * Return 409 on workflow updates race conditions by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4510 * browser sessions v2 - backend by @noqcks in https://github.com/Skyvern-AI/skyvern/pull/4515 * general text captcha solution by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4517 * retry otp webhook call by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4518 * show affected blocks in confirmation dialog when deleting blocks or parameters by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4519 * remove credential value type from input parameter dropdown by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4522 * cache tiktoken by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4521 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.9...v1.0.10