v0.1.42
版本发布时间: 2024-12-03 07:02:25
Skyvern-AI/skyvern最新发布版本:v0.1.46(2024-12-17 12:21:51)
What's Changed
- Add icons to example tasks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1258
- Add extraction node by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1259
- enforce navigation_goal for Navigation Task by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1260
- use task type instead of prompt template by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1261
- use skyvern temp to save tempfiles by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1262
- add remove dir function by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1263
- Add login block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1264
- Add wait block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1265
- add download block by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1266
- Wait min time should be 1 sec by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1267
- Fix tooltip weird behavior in editable titles by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1268
- Fix a problem with duplicate edge created by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1269
- Add workflows settings in start node by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1270
- use jinja template for workflow parameter by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1272
- Add download node by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1273
- fallback to use js click by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1274
- skip unknown css/svg shape by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1275
- Update zapier.mdx by @kati3-design in https://github.com/Skyvern-AI/skyvern/pull/1244
- improve css & svg caching by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1278
- fix workflow cleanup bug when there are no tasks created for the workflow by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1279
- set a DEFAULT_TEXT_PROMPT_LLM_KEY if TextPromptBlock.llm_key is not passed to backend by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1280
- fix empty llm_key promblem for the TextPromptBlock by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1282
- fix loopblock continue on failure issue by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1283
- adjust cache expiration policy by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1284
- Fix a bug where empty webhook url causes an issue by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1285
- create_empty_workflow interface in workflow service by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1286
- all blocks support jinja template by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1288
- upload all downloaded files when using s3 by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1289
- adjust s3 prefix for downloaded files by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1290
- Add application column to tasks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1291
- Add URL to action block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1292
- Change block order in node library by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1293
- Update extraction node placeholder by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1294
- Clicking on task title should navigate into task by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1295
- improve max steps failure description by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1296
- Remove version from docker compose file as it's deprecated by @Kumala3 in https://github.com/Skyvern-AI/skyvern/pull/1287
- continue on failure for lask block by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1299
- remove streaming debugging log by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1300
- refactor: tooltips and placeholders by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1302
- created_at index for steps table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1301
- use currentColor in custom icons by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1304
- remove unused videos by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1306
- shu/removeSettingsManager.get_settings by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1305
New Contributors
- @Kumala3 made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1287
Full Changelog: https://github.com/Skyvern-AI/skyvern/compare/v0.1.41...v0.1.42