v0.1.73
Skyvern-AI/skyvernv0.1.73Apr 7, 2025by suchintan
AI Summary
This release focuses on workflow improvements, specifically renaming Task V2 blocks to Navigation V2 and adding support for Gemini 2.5 Pro. It also fixes URL encoding and DOM handling issues.
Key Highlights
- Renamed Task V2 blocks to Navigation V2.
- Added support for Gemini 2.5 Pro.
- Fixed URL encoding for file downloads.
- Improved interaction detection.
Breaking Changes
- Renamed Task V2 blocks to Navigation V2.
New Features
- Gemini 2.5 Pro support.
- Nested loop blocks support.
Full Release Notes
## What's Changed * Update README by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2087 * Delete doctoc by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2088 * version bump to 0.1.72 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2089 * Search for email blocks in nested levels to generate parameters by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2090 * Update docs by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2091 * scroll the element into view when the blocking element is not interac… by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2093 * fix python path not found issue by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2094 * Fix extracted information bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2095 * add missing docs for task v2 api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2096 * handle unexpected llm error in task v2 runner and clean up browser by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2100 * rename taskv2 block to navigationv2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2102 * fix url encoding problem when downloading file by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2103 * handle 'Exception: Can't Skyvern element rect' error by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2104 * Update docs by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/2099 * trim svg elements when prompt exceeds context window by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2106 * only take up to 1 screenshot if the html too big by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2108 * shu/gemini 2.5 pro support by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2109 * added_extension_support_in_browser_context by @piyushmittal20 in https://github.com/Skyvern-AI/skyvern/pull/2038 * improve option interactable detect by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2111 * mark task v2 timed_out by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/2113 ## New Contributors * @piyushmittal20 made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/2038 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.71...v0.1.73