What's Changed
- increasing max iterations to 13 for task v2 by @wintonzheng in #2317
- add SKYVERN_APP_URL and a link to the run response by @wintonzheng in #2316
- make additional module loading debug log by @wintonzheng in #2318
- Fern nightly release fix by @wintonzheng in #2319
- Open source credentials APIs by @wintonzheng in #2320
- fix legacy credentials api prefix by @wintonzheng in #2321
- fix credentials get api lint by @wintonzheng in #2322
- API + SDK support - get workflow run by @wintonzheng in #2324
- use vertex global region by @wintonzheng in #2326
- fix peotry lock by @wintonzheng in #2327
- revert pdf by @wintonzheng in #2328
- backend: normalize returns for evals (items, total); ensure title to … by @wintonzheng in #2329
- closes SKY-155 - adds autopan to workflow editor by @wintonzheng in #2331
- add max_steps to task v2 table by @wintonzheng in #2293
- Update N8N Readme with link to repo, disable doctoc metadata by @suchintan in #2330
- n8n version 0.0.4 by @LawyZheng in #2332
- generate element xpath by @wintonzheng in #2335
- Update docker-compose.yml by @dd36 in #2334
- fix workflow title bug in get_workflow_run_response by @wintonzheng in #2336
- add started_at and completed_at to the persistent_browser_sessions table by @wintonzheng in #2337
- add timeout to browser session request by @wintonzheng in #2338
- add structured div in the element tree by @wintonzheng in #2339
- no to build full tree but still adding structure representive div by @wintonzheng in #2342
- fix dom listener bug by @wintonzheng in #2344
- browser session timeout by @wintonzheng in #2347
- update openapi.json with credentials APIs by @wintonzheng in #2323
- shu/make timeout optional field in create browser session by @wintonzheng in #2348
- suchintan.vibe code user goal check by @wintonzheng in #2349
- fix multi level selection issue by @wintonzheng in #2350
- fix multi level selection issue by @wintonzheng in #2351
- persistent browser session - screenshot streaming by @wintonzheng in #2352
- add index to runnable_id in persistent_browser_sessions table by @wintonzheng in #2353
- remove include history flag from workflow run model by @wintonzheng in #2354
- get_persistent_browser_session_by_runnable_id returns None instead of raising error when no record is found by @wintonzheng in #2355
- decrease auto completion attempts by @wintonzheng in #2356
- official totp code endpoint under the credentials route by @wintonzheng in #2357
- update totp code api description by @wintonzheng in #2358
- add cua support in navigation block by @wintonzheng in #2359
- add recording_url and downloaded_files to the RunRepsonse for task v1 and task v2 by @wintonzheng in #2360
- shu/fix get run for workflow runs by @wintonzheng in #2362
- fix select replay bug by @wintonzheng in #2363
- API documentation update - Part 1 by @wintonzheng in #2366
- undo x api key header description - it's breaking precommit by @wintonzheng in #2367
- migrate library facing code to one interface
from skyvern import Skyvern
by @wintonzheng in #2368 - update documentation part3 - add code examples by @wintonzheng in #2369
- update code samples part1 by @wintonzheng in #2371
- Skyvern Evaluation New Endpoint - general /runs by @wintonzheng in #2374
- update code samples part1 by @wintonzheng in #2375
- Jon/eval update by @wintonzheng in #2376
- reorder api endpoints by @wintonzheng in #2377
- doc revamp - complete code samples by @wintonzheng in #2378
- v0.1.83 - sdk update by @wintonzheng in #2379
Full Changelog: v0.1.82...v0.1.83