v0.1.59

Skyvern-AI/skyvernv0.1.59Mar 2, 2025by wintonzheng

AI Summary

A release focusing on the refactoring of Task V2, credential management enhancements, and verification code handling improvements.

Key Highlights

  • Refactored Task V2 (ObserverTask -> TaskV2) in backend and frontend
  • Added support for various credential keys in login blocks
  • Increased verification code polling timeout to 15 minutes
  • Added file checksums for downloaded files

New Features

  • Task V2 refactoring
  • Credential key support
  • Verification code timeout update
  • File checksums for validation
  • Workflow parameter aggregation

Full Release Notes

## What's Changed
* add all types of credential keys to login block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1829
* add anthropic claude3.7 support by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1831
* Update verification code polling timeout to 15 mins by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1833
* try to fix bw issue by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1834
* Use larger page size in credential query temporarily by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1835
* Add aggregated extracted information in workflow run status response by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1836
* Add better cache invalidation for history by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1838
* enhance checkbox detecting by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1840
* Fix empty key bug in parameters panel by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1842
* remove unintended change by @msalihaltun in https://github.com/Skyvern-AI/skyvern/pull/1843
* Remove upload block from node library by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1844
* fix workflow run get bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1845
* keep fixing get workflow output bug by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1847
* Add Checksums to downloaded files for Axis so they can validate it in the webhook by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1848
* simplify create session by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1849
* checkbox check or uncheck issue by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1850
* add refresh action to db by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1851
* add reload page in UI by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1852
* Merge credential parameters in the UI by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1853
* task v2 refactor part 10: ObserverTask -> TaskV2 in backend code by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1839
* task v2 refactor part 9: ObserverTask -> TaskV2 in frontend code by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1822
* Add totp field in bitwarden password credential by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1855
* Fix formatting sync in pills by @msalihaltun in https://github.com/Skyvern-AI/skyvern/pull/1856
* Add more indexes by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1858
* Add support for more proxies by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1859
* add support back for old gpt versions by supporting `max_tokens` by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1860


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v0.1.58...v0.1.59