v1.0.11

Skyvern-AI/skyvernv1.0.11Jan 29, 2026by github-actions[bot]

AI Summary

v1.0.11 advances the Workflow Copilot with review and approval workflows and rolls it out to all users. It also introduces browser sessions v2 and fixes for cached script execution involving downloads and TOTP.

Key Highlights

  • Workflow Copilot review and approval workflow for all users.
  • Browser sessions v2 (frontend and backend).
  • DOWNLOAD_FILE action support for cached scripts.
  • Multi-field TOTP support in cached script execution.
  • General text captcha solution.

New Features

  • Workflow Copilot review/approve
  • Browser sessions v2
  • Cached DOWNLOAD_FILE support
  • Multi-field TOTP support
  • Text captcha solution

Full Release Notes

## What's Changed

Version bumped from 1.0.10 to 1.0.11

### Recent Changes
- bump version to v1.0.11 (#4574) (34aadb8c)
- Auto release github action (#4571) (adf9ad34)
- Copilot: fix review button by conversion YAML server side (#4573) (6faca9c5)
- Show branch evaluations in conditional block output (#SKY-7495) (#4572) (9c2b4c69)
- Fix script generation race condition causing hardcoded parameter values (#SKY-7653) (#4570) (57c3c075)
- Add DOWNLOAD_FILE action support for cached scripts (#SKY-7656) (#4569) (20cbdcb4)
- Fix workflow add menu layout to use vertical stacking (#4568) (39a926d5)
- fix harfile zstd compression in s3 (#4567) (f9d249cc)
- Add Upload SOP option to workflow editor + button - frontend (#4566) (76cbe026)
- set default browser locale to none (#4564) (87ad865d)
- Fix AttributeError in _wait_for_page_ready_before_action (#4563) (912d8dfa)
- Workflow Copilot: Fix skyvern-1.0 typo (#4562) (6ac311e0)
- Sync TS SDK version (#4561) (23623886)
- Workflow Copilot: review and approve/reject changes (#4559) (c0f361bb)
- Add SOP-to-blocks endpoint for workflow editor - backend (#4556) (cb2a7277)
- Fix multi-field TOTP support in cached script execution (#4537) (16945e11)
- Suppress Pydantic serialization warnings from litellm ModelResponse (#4557) (b92447df)
- Add manual SDK tests (#4555) (72b9fe96)
- pbs v2: fix debug session timeout error (#4548) (a43b3ae3)
- bump version to 1.0.10 (#4549) (e26ff5c9)
- Add JSON and URL validation for HTTP Request Block (#4544) (770d3977)
- add error trace to file download errors (#4503) (1b7a7b9e)
- fix task v2 script generation (#4546) (3308faae)
- Update API specifications with fern api update (#4542) (c454c48d)
- Update API specifications with fern api update (#4545) (06801ee8)
- fix: disable uvicorn reload on Windows to fix async event loop issue (#4538) (3922998f)
- Add Mintlify documentation setup (#4516) (eaefc572)
- Downgrade ConnectionClosedOK from ERROR to INFO level (#4541) (b44c0ac3)
- BaseExperimentationProvider: ttl on item level (#4540) (43d80207)
- Use TTLCache in BaseExperimentationProvider (#4536) (fde56004)
- Preserve field names for unchanged blocks during schema regeneration (#SKY-7434) (#4535) (644b7335)
- Fix TypeError comparing offset-naive and offset-aware datetimes (#SKY-7663) (#4534) (cc43cb9d)
- Enable Workflow Copilot for all users (#4533) (9f57bdb7)
- fix workflow history panel scroll in debug mode (#4532) (ab585276)
- fix workflow version comparison to show older version on left (#4531) (92b36931)
- skip iframe tree when exception (#4530) (af68ea0e)
- Make otp type also selectable in the totp endpoint (#4529) (965ff7c0)
- replace blocking file I/O with async aiofiles for better perf (#4520) (e361edce)
- browser sessions v2 - frontend (#4514) (7a86a821)
- Workflow Copilot: fix dealing with output parameters (#4527) (c4c1e845)
- Exclude model field from cache invalidation comparison (SKY-7016) (#4526) (1f161929)
- Fix ai_fallback not being read from database on workflow runs (#SKY-6864) (#4524) (db8ebac4)
- Workflow Copilot: Work on Workflow instead of WorkflowDefinition level (#4523) (a52a174e)

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


## What's Changed
* Workflow Copilot: Work on Workflow instead of WorkflowDefinition level by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4523
* Fix ai_fallback not being read from database on workflow runs (#SKY-6864) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4524
* Exclude model field from cache invalidation comparison (SKY-7016) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4526
* Workflow Copilot: fix dealing with output parameters by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4527
* browser sessions v2 - frontend by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4514
* replace blocking file I/O with async aiofiles for better perf by @CodeDotJS in https://github.com/Skyvern-AI/skyvern/pull/4520
* Make otp type also selectable in the totp endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4529
* skip iframe tree when exception by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4530
* fix workflow version comparison to show older version on left by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4531
* fix workflow history panel scroll in debug mode by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4532
* Enable Workflow Copilot for all users by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4533
* Fix TypeError comparing offset-naive and offset-aware datetimes (#SKY-7663) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4534
* Preserve field names for unchanged blocks during schema regeneration (#SKY-7434) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4535
* Use TTLCache in BaseExperimentationProvider by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4536
* BaseExperimentationProvider: ttl on item level by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4540
* Downgrade ConnectionClosedOK from ERROR to INFO level by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4541
* Add Mintlify documentation setup by @naman06dev in https://github.com/Skyvern-AI/skyvern/pull/4516
* fix: disable uvicorn reload on Windows to fix async event loop issue by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4538
* Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4545
* Update API specifications with fern api update by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4542
* fix task v2 script generation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4546
* add error trace to file download errors by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4503
* Add JSON and URL validation for HTTP Request Block by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4544
* bump version to 1.0.10 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4549
* pbs v2: fix debug session timeout error by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4548
* Add manual SDK tests by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4555
* Suppress Pydantic serialization warnings from litellm ModelResponse by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4557
* Fix multi-field TOTP support in cached script execution by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4537
* Add SOP-to-blocks endpoint for workflow editor - backend by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4556
* Workflow Copilot: review and approve/reject changes by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4559
* Sync TS SDK version by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4561
* Workflow Copilot: Fix skyvern-1.0 typo by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4562
* Fix AttributeError in _wait_for_page_ready_before_action by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4563
* set default browser locale to none by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4564
* Add Upload SOP option to workflow editor + button - frontend by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4566
* fix harfile zstd compression in s3 by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4567
* Fix workflow add menu layout to use vertical stacking by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4568
* Add DOWNLOAD_FILE action support for cached scripts (#SKY-7656) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4569
* Fix script generation race condition causing hardcoded parameter values (#SKY-7653) by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4570
* Show branch evaluations in conditional block output (#SKY-7495) by @celalzamanoglu in https://github.com/Skyvern-AI/skyvern/pull/4572
* Copilot: fix review button by conversion YAML server side by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4573
* Auto release github action by @stanislaw89 in https://github.com/Skyvern-AI/skyvern/pull/4571
* bump version to v1.0.11 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/4574

## New Contributors
* @CodeDotJS made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/4520
* @naman06dev made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/4516

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