v0.1.40
版本发布时间: 2024-11-19 04:13:13
Skyvern-AI/skyvern最新发布版本:v0.1.40(2024-11-19 04:13:13)
What's Changed
- mark disabled element as interactable by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1175
- introduce pyotp and support generating totp within skyvern by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1176
- Bug fix: totp could be None in bitwarden which fails the schema validation of BitwardenQueryResult by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1178
- fix non class name bug by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1179
- remove all the whitespace from the totp secret by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1180
- make task block title empty string by default; use task_block.label for the running task.title if task_block.title is empty by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1181
- do not pass secrets as the parameter context in text prompt block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1182
- Avoid overflow in running workflow sidebar by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1183
- refactor chain click by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1186
- Implement cancel workflow run endpoint by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1188
- fix chain click bug by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1189
- Add parameterKeys to textPrompt by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1191
- have a feature flag to decide if we should disable user_goal_check by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1192
- Add cancel workflow functionality by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1193
- increase redis cache for svg and css from 1 week to 4 weeks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1194
- support bedrock sonnet 3.5 inference profile by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1195
- upgrade litellm 1.52.6 by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1196
- Failed to convert css shape to string shape by LLM log should be warning by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1197
- add workflow failure reason by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1198
- fix zipcode triggers auto completion by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1199
- expose workflow failure reason to api by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1200
- introduce complete verification by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1201
- update prompt to avoid taking actions on disabled element by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1202
- force checkbox input to be visible by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1203
- only do user goal validation when the task.navigation_goal is set by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1204
- handle navigation failure and fail a task in workflow run by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1205
- add pool_pre_ping to sqlalchemy engine creation to ensure the connection liveness by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1206
- Introduce asyncpg db connector - the latest psycopg (3.2.3) has a bug somewhere which makes db query hangs forever by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1208
- get psycopg-binary and psycopg-pool back by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1209
- add new example task gong.io by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1210
- Also add local version of short date time format by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1211
- Disable download block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1212
- Fix a bug where the first node wouldn't be added correctly by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1213
- Create workato by @kati3-design in https://github.com/Skyvern-AI/skyvern/pull/1214
- Add workato images by @msalihaltun in https://github.com/Skyvern-AI/skyvern/pull/1215
Full Changelog: https://github.com/Skyvern-AI/skyvern/compare/v0.1.39...v0.1.40