v0.1.65
Skyvern-AI/skyvernv0.1.65Mar 19, 2025by suchintan
AI Summary
This release focuses on data extraction improvements for Task V2, adding error code mapping and data schema support, and fixing credential parameter handling.
Key Highlights
- Added error_code_mapping and extracted_information_schema to Task V2.
- Fixed output parameter bug.
- Improved credential parameter display and handling.
New Features
- Error code mapping for Task V2.
- Data schema for Task V2 UI.
Full Release Notes
## What's Changed * fix output parameter bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1961 * Clean up failure reason in block errors by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1962 * Call extract_totp_secret in item_id and bw server by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1963 * don't drawbox when check user goal by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1964 * configure logger in the first place in skyvern init by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1965 * add error_code_mapping and extracted_information_schema to task v2 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1950 * add dataSchema to task v2 UI by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1966 * fix task v2 data schema by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1967 * Save credential parameters as credential input parameter and display … by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1968 * set login block to add a credential parameter when new credential is … by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1969 * n8n integration by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1940 * don't add helper attr as hack for checkbox and radio by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1970 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.64...v0.1.65