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