v0.1.61
Skyvern-AI/skyvernv0.1.61Mar 10, 2025by wintonzheng
AI Summary
A release focused on expanding workflow capabilities with credential parameters and Bitwarden integration, alongside significant performance improvements for element hashing.
Key Highlights
- Added workflow parameter type credential_id
- Added Bitwarden serve service
- Performance improvements: 827% speed up in element hashing, 106% speed up in JSON fixing
- Fixed workflow run browser context missing issues
New Features
- Workflow credential parameters
- Bitwarden integration
- Performance optimizations for scraping
- Code block improvements
Full Release Notes
## What's Changed * fix element invisible detect by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1889 * make text promtp llm pickable in settings by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1894 * bitwarden serve service by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1895 * Add workflow parameter type credential_id by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1896 * Add new workflow parameter type in UI, credential by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1897 * fix ScrapedResult schema by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1898 * Do not sync bitwarden before fetching from `bw serve` by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1893 * fix task v2 block goto url issue by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1899 * remove cost from main pages by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1900 * register input parameter of type credential_id as secret by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1901 * fix workflow run browser context missing problem by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1902 * Remove credential helper text from login block, it no longer applies by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1903 * ⚡️ Speed up function `clean_element_before_hashing` by 827% by @misrasaurabh1 in https://github.com/Skyvern-AI/skyvern/pull/1890 * ⚡️ Speed up function `fix_unescaped_quotes_in_json` by 106% by @misrasaurabh1 in https://github.com/Skyvern-AI/skyvern/pull/1891 * support ALLOWED_HOSTS by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1905 * enable code block again by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1909 * improve code block failure reason by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1910 ## New Contributors * @misrasaurabh1 made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1890 **Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.60...v0.1.61