What's Changed
Version bumped from 1.0.10 to 1.0.11
Recent Changes
- bump version to v1.0.11 (#4574) (34aadb8)
- Auto release github action (#4571) (adf9ad3)
- Copilot: fix review button by conversion YAML server side (#4573) (6faca9c)
- Show branch evaluations in conditional block output (#SKY-7495) (#4572) (9c2b4c6)
- Fix script generation race condition causing hardcoded parameter values (#SKY-7653) (#4570) (57c3c07)
- Add DOWNLOAD_FILE action support for cached scripts (#SKY-7656) (#4569) (20cbdcb)
- Fix workflow add menu layout to use vertical stacking (#4568) (39a926d)
- fix harfile zstd compression in s3 (#4567) (f9d249c)
- Add Upload SOP option to workflow editor + button - frontend (#4566) (76cbe02)
- set default browser locale to none (#4564) (87ad865)
- Fix AttributeError in _wait_for_page_ready_before_action (#4563) (912d8df)
- Workflow Copilot: Fix skyvern-1.0 typo (#4562) (6ac311e)
- Sync TS SDK version (#4561) (2362388)
- Workflow Copilot: review and approve/reject changes (#4559) (c0f361b)
- Add SOP-to-blocks endpoint for workflow editor - backend (#4556) (cb2a727)
- Fix multi-field TOTP support in cached script execution (#4537) (16945e1)
- Suppress Pydantic serialization warnings from litellm ModelResponse (#4557) (b92447d)
- Add manual SDK tests (#4555) (72b9fe9)
- pbs v2: fix debug session timeout error (#4548) (a43b3ae)
- bump version to 1.0.10 (#4549) (e26ff5c)
- Add JSON and URL validation for HTTP Request Block (#4544) (770d397)
- add error trace to file download errors (#4503) (1b7a7b9)
- fix task v2 script generation (#4546) (3308faa)
- Update API specifications with fern api update (#4542) (c454c48)
- Update API specifications with fern api update (#4545) (06801ee)
- fix: disable uvicorn reload on Windows to fix async event loop issue (#4538) (3922998)
- Add Mintlify documentation setup (#4516) (eaefc57)
- Downgrade ConnectionClosedOK from ERROR to INFO level (#4541) (b44c0ac)
- BaseExperimentationProvider: ttl on item level (#4540) (43d8020)
- Use TTLCache in BaseExperimentationProvider (#4536) (fde5600)
- Preserve field names for unchanged blocks during schema regeneration (#SKY-7434) (#4535) (644b733)
- Fix TypeError comparing offset-naive and offset-aware datetimes (#SKY-7663) (#4534) (cc43cb9)
- Enable Workflow Copilot for all users (#4533) (9f57bdb)
- fix workflow history panel scroll in debug mode (#4532) (ab58527)
- fix workflow version comparison to show older version on left (#4531) (92b3693)
- skip iframe tree when exception (#4530) (af68ea0)
- Make otp type also selectable in the totp endpoint (#4529) (965ff7c)
- replace blocking file I/O with async aiofiles for better perf (#4520) (e361edc)
- browser sessions v2 - frontend (#4514) (7a86a82)
- Workflow Copilot: fix dealing with output parameters (#4527) (c4c1e84)
- Exclude model field from cache invalidation comparison (SKY-7016) (#4526) (1f16192)
- Fix ai_fallback not being read from database on workflow runs (#SKY-6864) (#4524) (db8ebac)
- Workflow Copilot: Work on Workflow instead of WorkflowDefinition level (#4523) (a52a174)
Full Changelog: v1.0.10...v1.0.11
What's Changed
- Workflow Copilot: Work on Workflow instead of WorkflowDefinition level by @stanislaw89 in #4523
- Fix ai_fallback not being read from database on workflow runs (#SKY-6864) by @pedrohsdb in #4524
- Exclude model field from cache invalidation comparison (SKY-7016) by @pedrohsdb in #4526
- Workflow Copilot: fix dealing with output parameters by @stanislaw89 in #4527
- browser sessions v2 - frontend by @wintonzheng in #4514
- replace blocking file I/O with async aiofiles for better perf by @CodeDotJS in #4520
- Make otp type also selectable in the totp endpoint by @wintonzheng in #4529
- skip iframe tree when exception by @LawyZheng in #4530
- fix workflow version comparison to show older version on left by @celalzamanoglu in #4531
- fix workflow history panel scroll in debug mode by @celalzamanoglu in #4532
- Enable Workflow Copilot for all users by @stanislaw89 in #4533
- Fix TypeError comparing offset-naive and offset-aware datetimes (#SKY-7663) by @pedrohsdb in #4534
- Preserve field names for unchanged blocks during schema regeneration (#SKY-7434) by @pedrohsdb in #4535
- Use TTLCache in BaseExperimentationProvider by @stanislaw89 in #4536
- BaseExperimentationProvider: ttl on item level by @stanislaw89 in #4540
- Downgrade ConnectionClosedOK from ERROR to INFO level by @pedrohsdb in #4541
- Add Mintlify documentation setup by @naman06dev in #4516
- fix: disable uvicorn reload on Windows to fix async event loop issue by @celalzamanoglu in #4538
- Update API specifications with fern api update by @wintonzheng in #4545
- Update API specifications with fern api update by @wintonzheng in #4542
- fix task v2 script generation by @wintonzheng in #4546
- add error trace to file download errors by @wintonzheng in #4503
- Add JSON and URL validation for HTTP Request Block by @celalzamanoglu in #4544
- bump version to 1.0.10 by @wintonzheng in #4549
- pbs v2: fix debug session timeout error by @wintonzheng in #4548
- Add manual SDK tests by @stanislaw89 in #4555
- Suppress Pydantic serialization warnings from litellm ModelResponse by @pedrohsdb in #4557
- Fix multi-field TOTP support in cached script execution by @pedrohsdb in #4537
- Add SOP-to-blocks endpoint for workflow editor - backend by @celalzamanoglu in #4556
- Workflow Copilot: review and approve/reject changes by @stanislaw89 in #4559
- Sync TS SDK version by @stanislaw89 in #4561
- Workflow Copilot: Fix skyvern-1.0 typo by @stanislaw89 in #4562
- Fix AttributeError in _wait_for_page_ready_before_action by @pedrohsdb in #4563
- set default browser locale to none by @LawyZheng in #4564
- Add Upload SOP option to workflow editor + button - frontend by @celalzamanoglu in #4566
- fix harfile zstd compression in s3 by @LawyZheng in #4567
- Fix workflow add menu layout to use vertical stacking by @celalzamanoglu in #4568
- Add DOWNLOAD_FILE action support for cached scripts (#SKY-7656) by @pedrohsdb in #4569
- Fix script generation race condition causing hardcoded parameter values (#SKY-7653) by @pedrohsdb in #4570
- Show branch evaluations in conditional block output (#SKY-7495) by @celalzamanoglu in #4572
- Copilot: fix review button by conversion YAML server side by @stanislaw89 in #4573
- Auto release github action by @stanislaw89 in #4571
- bump version to v1.0.11 by @wintonzheng in #4574
New Contributors
- @CodeDotJS made their first contribution in #4520
- @naman06dev made their first contribution in #4516
Full Changelog: v1.0.10...v1.0.11