v1.0.12

Skyvern-AI/skyvernv1.0.12Feb 3, 2026by wintonzheng

AI Summary

This release adds support for conditional blocks and ForLoop blocks when using script caching. It also introduces workflow run profiling tools and SOP-to-blocks conversion capabilities.

Key Highlights

  • Support for conditional blocks and ForLoop blocks with script caching.
  • New workflow run profiling tools and script to profile runs.
  • SOP-to-blocks endpoint for workflow editor integration.
  • Workflow Copilot improvements and clarifications.
  • Support for passing run_with parameter for Task V2.

New Features

  • Conditional and ForLoop block support for cached scripts
  • Workflow run profiling tools
  • SOP-to-blocks endpoint
  • Workflow Copilot improvements
  • run_with parameter support

Full Release Notes

## What's Changed

Version bumped from 1.0.11 to 1.0.12

### Recent Changes
- v1.0.12 (#4620) (10fa135a)
- Route stdlib logging through structlog for JSON asyncio exceptions (#4601) (8d0ad390)
- Fix UI line lag when toggling Advanced Settings (#SKY-7702) (#4618) (66d6a8aa)
- Fix Block Library search to include block descriptions (#SKY-7583) (#4617) (29a754cf)
- Revert "Add support for conditional blocks when running with script caching (#4603)" (#4616) (91c01f9b)
- Revert "Move Run Workflow button to top of page" (#4614) (1fcd659c)
- Move Run Workflow button to top of page (#4611) (ebe43e12)
- fix embed pdf frame bug (#4613) (fcbb3dad)
- add actions to workflow run profiling (#4610) (5fc16b6a)
- Support OCR of image files in File Parser block (#4609) (fcbe7fe8)
- script to profile a workflow run (#4608) (b64c7d40)
- Replace FileIcon with FolderIcon for folder UI elements (#4607) (327e6efa)
- Add Claude Code GitHub Actions for PR reviews (#4595) (ae81b196)
- Add collapsible Agents section in sidebar (#4605) (9108481f)
- Add Claude Code GitHub Workflow (#4597) (7f2c78c9)
- Commit superset configs (#4598) (2f24d6e0)
- Add support for conditional blocks when running with script caching (#4603) (b4632723)
- Cap number of tokens sent for PDF parsing requests (avoid total failure) (#4602) (2409df75)
- Add ForLoop block support for cached scripts (#SKY-7751) (#4600) (4c56ff36)
- Update API specifications with fern api update (#4599) (0de4719b)
- Add skyvern run dev command and superset workspace setup (#4593) (f857cbcf)
- Workflow Copilot: clarify loop_over_parameter_key (#4592) (e96358c1)
- task v2 termination (#4589) (ee5cd014)
- Fix editor showing unsaved changes when switching conditional branches (#4588) (a503a191)
- Fix workflow run timeline missing steps until refresh (#4587) (f25e6c40)
- change sidebar expand/collapse icon from pin to chevron (#4586) (ee1cb013)
- Quickstart: allow passing DATABASE_STRING as parameter (#4580) (6796e36c)
- remove credential type from input parameters (#4585) (6b6b546c)
- Update API specifications with fern api update (#4583) (3bef13c5)
- Add timing logs to page readiness checks (#4582) (02c69e3f)
- Fix credential not clearing when deselected in login block (#4581) (c94532ce)
- Add fern/ and docs/ directories to skyvern-cloud sync (#4547) (344e13a3)
- Fix auto-release not triggering Docker build workflow (#4579) (67d3479d)
- Show all branch evaluations in conditional block timeline (#SKY-7495) (#4577) (3694faf2)
- support passing run_with for run_task endpoint (mostly for task v2) (#4576) (69e1ea15)

**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.11...v1.0.12


## What's Changed
* support passing run_with for run_task endpoint (mostly for task v2) by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4576
* Show all branch evaluations in conditional block timeline (#SKY-7495) by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4577
* Fix auto-release not triggering Docker build workflow by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4579
* Add fern/ and docs/ directories to skyvern-cloud sync by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4547
* Fix credential not clearing when deselected in login block by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4581
* Add timing logs to page readiness checks by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4582
* Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4583
* remove credential type from input parameters by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4585
* Quickstart: allow passing DATABASE_STRING as parameter by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4580
* change sidebar expand/collapse icon from pin to chevron by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4586
* Fix workflow run timeline missing steps until refresh by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4587
* Fix editor showing unsaved changes when switching conditional branches by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4588
* task v2 termination by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4589
* Workflow Copilot: clarify loop_over_parameter_key by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4592
* Add skyvern run dev command and superset workspace setup by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4593
* Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4599
* Add ForLoop block support for cached scripts (#SKY-7751) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4600
* Cap number of tokens sent for PDF parsing requests (avoid total failure) by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4602
* Add support for conditional blocks when running with script caching by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4603
* Commit superset configs by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4598
* Add Claude Code GitHub Workflow by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4597
* Add collapsible Agents section in sidebar by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4605
* Add Claude Code GitHub Actions for PR reviews by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4595
* Replace FileIcon with FolderIcon for folder UI elements by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4607
* script to profile a workflow run by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4608
* Support OCR of image files in File Parser block by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4609
* add actions to workflow run profiling by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4610
* fix embed pdf frame bug by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4613
* Move Run Workflow button to top of page by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4611
* Revert "Move Run Workflow button to top of page" by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4614
* Revert "Add support for conditional blocks when running with script caching (#4603)" by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4616
* Fix Block Library search to include block descriptions (#SKY-7583) by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4617
* Fix UI line lag when toggling Advanced Settings (#SKY-7702) by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4618
* Route stdlib logging through structlog for JSON asyncio exceptions by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4601
* v1.0.12 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4620


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.11...v1.0.12